From cb560a72504b9c445e6192084f88efe2d67aa94f Mon Sep 17 00:00:00 2001 From: ZachIR Date: Fri, 8 Aug 2025 14:01:26 -0500 Subject: Change backlight, lock, and sxhkd commands --- config.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.h b/config.h index fd370d2..5000e12 100644 --- a/config.h +++ b/config.h @@ -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 }; */ -- cgit v1.2.3