fix(hypr): run light command as sudo
This commit is contained in:
parent
2f65fb0876
commit
0e9df21cc8
@ -74,8 +74,8 @@ bindl=,XF86AudioPlay,exec,playerctl play-pause
|
||||
binde=,XF86AudioRaiseVolume,exec,pw-volume change -- '+5%'; pkill -RTMIN+8 waybar
|
||||
binde=,XF86AudioLowerVolume,exec,pw-volume change -- '-5%'; pkill -RTMIN+8 waybar
|
||||
bindl=,XF86AudioMute,exec,pw-volume mute toggle; pkill -RTMIN+8 waybar
|
||||
binde=,XF86MonBrightnessUp,exec,light -As "sysfs/backlight/amdgpu_bl1" -- 5; light -As "sysfs/backlight/amdgpu_bl0" -- 5
|
||||
binde=,XF86MonBrightnessDown,exec,light -Us "sysfs/backlight/amdgpu_bl1" -- 5; light -Us "sysfs/backlight/amdgpu_bl0" -- 5
|
||||
binde=,XF86MonBrightnessUp,exec,sudo light -As "sysfs/backlight/amdgpu_bl1" -- 5; sudo light -As "sysfs/backlight/amdgpu_bl0" -- 5
|
||||
binde=,XF86MonBrightnessDown,exec,sudo light -Us "sysfs/backlight/amdgpu_bl1" -- 5; sudo light -Us "sysfs/backlight/amdgpu_bl0" -- 5
|
||||
bind=,XF86Launch4,exec,asusctl profile -n; notify-send "Asus Control" " $(asusctl profile -p | awk '{print $NF}')"
|
||||
|
||||
bind=SUPER,left,movefocus,l
|
||||
|
Loading…
x
Reference in New Issue
Block a user