diff options
author | ZachIR <zachir@librem.one> | 2025-08-08 14:01:26 -0500 |
---|---|---|
committer | ZachIR <zachir@librem.one> | 2025-08-08 14:01:26 -0500 |
commit | cb560a72504b9c445e6192084f88efe2d67aa94f (patch) | |
tree | 55ea340a41db7984c6770b6f7fbf801a91d3d4e1 | |
parent | 21f129e8085011e5c0b78271b329b41144f3bdc2 (diff) |
Change backlight, lock, and sxhkd commands
-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 }; */ |