From e7b6d7f146d4d538617545cbe538695bf4685dd0 Mon Sep 17 00:00:00 2001 From: Patryk Niedźwiedziński Date: Fri, 23 Oct 2020 19:09:02 +0200 Subject: Update config --- platforms/linux/xorg/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'platforms/linux/xorg') 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} }, -- cgit 1.4.1