From b0a71b20c97ac2b97a1600e088753465137713e0 Mon Sep 17 00:00:00 2001 From: Tom Barrett Date: Sat, 13 Feb 2021 14:52:01 +0100 Subject: added xscreensaver usage, simplified xinitrc and dwms use of it --- dwm/config.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'dwm/config.h') diff --git a/dwm/config.h b/dwm/config.h index 15d5052..a2ed44e 100644 --- a/dwm/config.h +++ b/dwm/config.h @@ -61,7 +61,6 @@ static const char *passmenucmd[] = { "passmenu", "-fn", dmenufont, "-nb", col_gr static const char *volumeup[] = { "amixer", "-D", "pulse", "sset", "Master", "5%+", NULL}; static const char *volumedown[] = { "amixer", "-D", "pulse", "sset", "Master", "5%-", NULL}; static const char *termcmd[] = { "st", NULL }; -static const char *exitcmd[] = { "killall", "xinit", NULL }; static Key keys[] = { /* modifier key function argument */ @@ -73,8 +72,7 @@ static Key keys[] = { { MODKEY, XK_minus, spawn, {.v = volumedown } }, { MODKEY, XK_q, killclient, {0} }, - { MODKEY, XK_r, quit, {0} }, - { MODKEY|ShiftMask, XK_e, spawn, {.v = exitcmd} }, + { MODKEY|ShiftMask, XK_e, quit, {0} }, { MODKEY, XK_i, incnmaster, {.i = +1 } }, { MODKEY, XK_u, incnmaster, {.i = -1 } }, -- cgit v1.2.3