diff options
Diffstat (limited to 'platforms/linux/xorg/config.h')
-rw-r--r-- | platforms/linux/xorg/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/platforms/linux/xorg/config.h b/platforms/linux/xorg/config.h index a7a8226..dd7c1a2 100644 --- a/platforms/linux/xorg/config.h +++ b/platforms/linux/xorg/config.h @@ -18,7 +18,7 @@ static const unsigned int gappov = 20; /* vert outer gap between window static const int swallowfloating = 0; /* 1 means swallow floating windows by default */ static const int smartgaps = 0; /* 1 means no outer gap when there is only one window */ static const int showbar = 1; /* 0 means no bar */ -static const int topbar = 0; /* 0 means bottom bar */ +static const int topbar = 1; /* 0 means bottom bar */ static const char *fonts[] = { "monospace:size=10", "JoyPixels:pixelsize=10:antialias=true:autohint=true" }; static char dmenufont[] = "monospace:size=10"; static char normbgcolor[] = "#222222"; @@ -164,7 +164,7 @@ static Key keys[] = { { MODKEY, XK_bracketright, spawn, SHCMD("mpc seek +10") }, { MODKEY|ShiftMask, XK_bracketright, spawn, SHCMD("mpc seek +60") }, { MODKEY, XK_backslash, spawn, SHCMD("telegram-desktop") }, - /* { MODKEY|ShiftMask, XK_backslash, spawn, SHCMD("") }, */ + { MODKEY|ShiftMask, XK_backslash, spawn, SHCMD("passmenu") }, { MODKEY, XK_a, spawn, SHCMD(TERMINAL " -e amfora") }, { MODKEY|ShiftMask, XK_a, defaultgaps, {0} }, |