diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2020-12-23 18:24:23 -0800 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2020-12-23 18:25:55 -0800 |
commit | d564d06b1ce89e90e1aacc5433b5eabd38270973 (patch) | |
tree | 18cac48f7687c9cbacf343baa6c9c047c81befd7 /src/vwm.c | |
parent | 3161db573424a554b536aaa492397341b84683ce (diff) |
desktop: drop unused desktop names
At some point I wanted to support naming virtual desktops, but that
never materialized and I don't find myself wishing it was there.
Diffstat (limited to 'src/vwm.c')
-rw-r--r-- | src/vwm.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -134,7 +134,7 @@ static vwm_t * vwm_startup(void) XSetInputFocus(VWM_XDISPLAY(vwm), VWM_XROOT(vwm), RevertToPointerRoot, CurrentTime); /* create initial virtual desktop */ - vwm_desktop_focus(vwm, vwm_desktop_create(vwm, NULL)); + vwm_desktop_focus(vwm, vwm_desktop_create(vwm)); vwm_desktop_mru(vwm, vwm->focused_desktop); /* manage all preexisting windows */ |