mirror of
https://codeberg.org/FabricSoul/dwl.git
synced 2026-02-03 19:16:27 -05:00
feat: add brightnessctl and volume ctl
This commit is contained in:
parent
06651b8432
commit
3824b98af1
1 changed files with 1 additions and 1 deletions
2
config.h
2
config.h
|
|
@ -121,7 +121,7 @@ static const enum libinput_config_tap_button_map button_map = LIBINPUT_CONFIG_TA
|
|||
{ MODKEY|WLR_MODIFIER_CTRL|WLR_MODIFIER_SHIFT,SKEY,toggletag, {.ui = 1 << TAG} }
|
||||
|
||||
/* helper for spawning shell commands in the pre dwm-5.0 fashion */
|
||||
#define SHCMD(cmd) { .v = (const char*[]){ "/bin/sh", "-c", cmd, NULL } }
|
||||
#define SHCMD(cmd) { .v = (const char*[]){ "/bin/sh", "-c", "-l", cmd, NULL } }
|
||||
|
||||
/* commands */
|
||||
static const char *termcmd[] = { "foot", NULL };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue