refactor(hypr): use clight to modify monitor brightness instead of light
This commit is contained in:
parent
f55b5fae6c
commit
b40b7f3e8b
@ -77,8 +77,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,sudo light -A 5
|
||||
binde = ,XF86MonBrightnessDown,exec,sudo light -U 5
|
||||
binde = ,XF86MonBrightnessUp,exec,busctl --user call org.clight.clight /org/clight/clight org.clight.clight IncBl d 0.05
|
||||
binde = ,XF86MonBrightnessDown,exec,busctl --user call org.clight.clight /org/clight/clight org.clight.clight DecBl d 0.05
|
||||
|
||||
bind = SUPER,left,movefocus,l
|
||||
bind = SUPER,right,movefocus,r
|
||||
|
Loading…
Reference in New Issue
Block a user