refactor(hypr): use brightnessctl
to control backlight
This commit is contained in:
parent
3be7dc3a76
commit
cbc78c168c
@ -53,7 +53,6 @@ in {
|
|||||||
gtk2
|
gtk2
|
||||||
lxappearance
|
lxappearance
|
||||||
webcord
|
webcord
|
||||||
gtk-engine-murrine
|
|
||||||
opensnitch-ui
|
opensnitch-ui
|
||||||
twitter-color-emoji
|
twitter-color-emoji
|
||||||
open-sans
|
open-sans
|
||||||
@ -69,6 +68,7 @@ in {
|
|||||||
easyeffects
|
easyeffects
|
||||||
egl-wayland
|
egl-wayland
|
||||||
helvum
|
helvum
|
||||||
|
brightnessctl
|
||||||
] ++ [ go (lib.hiPrio gotools) ] ++ [ age age-plugin-yubikey passage ]
|
] ++ [ go (lib.hiPrio gotools) ] ++ [ age age-plugin-yubikey passage ]
|
||||||
++ [
|
++ [
|
||||||
libsForQt5.qtstyleplugins
|
libsForQt5.qtstyleplugins
|
||||||
|
@ -79,8 +79,8 @@ bindl = ,XF86AudioPlay,exec,playerctl play-pause
|
|||||||
binde = ,XF86AudioRaiseVolume,exec,pw-volume change -- '+5%'; pkill -RTMIN+8 waybar
|
binde = ,XF86AudioRaiseVolume,exec,pw-volume change -- '+5%'; pkill -RTMIN+8 waybar
|
||||||
binde = ,XF86AudioLowerVolume,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
|
bindl = ,XF86AudioMute,exec,pw-volume mute toggle; pkill -RTMIN+8 waybar
|
||||||
binde = ,XF86MonBrightnessUp,exec,busctl --user call org.clight.clight /org/clight/clight org.clight.clight IncBl d 0.05
|
binde = ,XF86MonBrightnessUp,exec,brightnessctl s 5%+
|
||||||
binde = ,XF86MonBrightnessDown,exec,busctl --user call org.clight.clight /org/clight/clight org.clight.clight DecBl d 0.05
|
binde = ,XF86MonBrightnessDown,exec,brightnessctl s 5%-
|
||||||
|
|
||||||
bind = SUPER,left,movefocus,l
|
bind = SUPER,left,movefocus,l
|
||||||
bind = SUPER,right,movefocus,r
|
bind = SUPER,right,movefocus,r
|
||||||
|
Loading…
Reference in New Issue
Block a user