diff options
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -141,20 +141,20 @@ static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, /* static const char *passmenu[] = { "passmenu", "-m", dmenumon, "-fn", dmenufont, "-nb", col_gray1, "-nf", col_gray3, "-sb", col_cyan, "-sf", col_gray4, NULL }; */ static const char *termcmd[] = { "st", NULL }; /* static const char *termcmd[] = { "alacritty", NULL }; */ -static const char *sxhkdsig[] = { "doas", "pkill", "-HUP", "swhkd", NULL }; +static const char *sxhkdsig[] = { "pkill", "-USR1", "sxhkd", NULL }; /* static const char *mpdtoggle[] = { "playerctl", "--player=mpd,mpv,%any", "play-pause", NULL }; */ /* static const char *mpdnext[] = { "playerctl", "--player=mpd,mpv,%any", "next", NULL }; */ /* static const char *mpdprev[] = { "playerctl", "--player=mpd,mpv,%any", "previous", NULL }; */ /* static const char *plytoggle[] = { "playerctl", "--player=%any,mpd", "play-pause", NULL }; */ /* static const char *plyfwd[] = { "playerctl", "--player=%any,mpd", "position 5+", NULL }; */ /* static const char *plybck[] = { "playerctl", "--player=%any,mpd", "position 5-", NULL }; */ -/* static const char *blightup[] = { "light", "-A", "1", NULL }; */ -/* static const char *blightdown[] = { "light", "-U", "1", NULL }; */ +/* static const char *blightup[] = { "bl", "-i", NULL }; */ +/* static const char *blightdown[] = { "bl", "-d", NULL }; */ /* static const char *audioup[] = { "volsv", "-i", NULL }; */ /* static const char *audiodown[] = { "volsv", "-d", NULL }; */ /* static const char *audiomute[] = { "volsv", "-t", NULL }; */ /* static const char *micmute[] = { "pamixer", "--source", "1", "-t", NULL }; */ -/* static const char *lockscr[] = { "xscreensaver-command", "-lock", NULL }; */ +/* static const char *lockscr[] = { "loginctl", "lock-session", NULL }; */ /* static const char *xidletog[] = { "xidletog", NULL }; */ /* static const char *xkillcmd[] = { "xkill", NULL }; */ |