fix volume key
This commit is contained in:
parent
e1eb817d5b
commit
91a117932a
2 changed files with 2 additions and 2 deletions
|
@ -59,7 +59,7 @@ bind = $mainMod CTRL, 8, movetoworkspacesilent, 8
|
|||
bind = $mainMod CTRL, 9, movetoworkspacesilent, 9
|
||||
|
||||
bind = , XF86AudioLowerVolume, exec, pamixer --decrease 5
|
||||
bind = , XF86RaiseLowerVolume, exec, pamixer --increase 5
|
||||
bind = , XF86AudioRaiseVolume, exec, pamixer --increase 5
|
||||
bind = , XF86AudioMute, exec, pamixer --toggle-mute
|
||||
bind = , XF86MonBrightnessUp, exec, brightnessctl set +5%
|
||||
bind = , XF86MonBrightnessDown, exec, brightnessctl set 5%-
|
||||
|
|
|
@ -4,7 +4,7 @@ monitor=,preferred,auto,1
|
|||
# monitor=DP-3,1920x1080,0x0,1
|
||||
|
||||
# Some default env vars.
|
||||
env = GDK_SCALE,2
|
||||
# env = GDK_SCALE,2
|
||||
env = XCURSOR_SIZE,24
|
||||
env = QT_QPA_PLATFORMTHEME,qt5ct # change to qt6ct if you have that
|
||||
# env = GTK_THEME, Catppuccin-Mocha-Standard-Rosewater-Dark
|
||||
|
|
Loading…
Reference in a new issue