doas instead of sudo.
This commit is contained in:
parent
aa42ce512d
commit
049e37255e
1 changed files with 2 additions and 2 deletions
|
@ -140,8 +140,8 @@ static Key keys[] = {
|
|||
{ 0, XF86XK_AudioMicMute, spawn, SHCMD("sb-volume micmute") },
|
||||
{ 0, XF86XK_AudioRaiseVolume, spawn, SHCMD("pactl set-sink-volume @DEFAULT_SINK@ +5%; kill -46 $(pidof dwmblocks)") },
|
||||
{ 0, XF86XK_AudioLowerVolume, spawn, SHCMD("pactl set-sink-volume @DEFAULT_SINK@ -5%; kill -46 $(pidof dwmblocks)") },
|
||||
{ 0, XF86XK_MonBrightnessUp, spawn, SHCMD("sudo xbacklight -inc 10") },
|
||||
{ 0, XF86XK_MonBrightnessDown, spawn, SHCMD("sudo xbacklight -dec 10") },
|
||||
{ 0, XF86XK_MonBrightnessUp, spawn, SHCMD("doas xbacklight -inc 10") },
|
||||
{ 0, XF86XK_MonBrightnessDown, spawn, SHCMD("doas xbacklight -dec 10") },
|
||||
};
|
||||
|
||||
/* button definitions */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue