some qol hyprland changes

This commit is contained in:
2025-05-02 11:29:34 +02:00
parent 75ab68f8dc
commit d4980add5c
7 changed files with 80 additions and 7 deletions

View File

@@ -145,6 +145,10 @@ bindel = SHIFT ,XF86AudioRaiseVolume, exec, swayosd-client --input-volume raise
bindel = SHIFT ,XF86AudioLowerVolume, exec, swayosd-client --input-volume lower --max-volume 150
bindel = SHIFT ,XF86AudioMute, exec, wpctl set-mute @DEFAULT_SOURCE@ toggle
# Zoom control
bind = $mainMod, M, exec, hyprctl keyword cursor:zoom_factor 2
bind = $mainMod SHIFT, M, exec, hyprctl keyword cursor:zoom_factor 1
# Requires playerctl
bindl = , XF86AudioNext, exec, swayosd-client --playerctl next
bindl = , XF86AudioPause, exec, swayosd-client --playerctl play-pause