mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 10:33:55 -05:00
hyprland: cleaned up keybindings
This commit is contained in:
parent
ce22b312b3
commit
535e9bd386
|
@ -191,17 +191,16 @@ bindm = $mainMod, mouse:273, resizewindow
|
|||
bind = , xf86monbrightnessup, exec, brightnessctl set 10%+
|
||||
bind = , xf86monbrightnessdown, exec, brightnessctl set 10%-
|
||||
|
||||
# Adjust volume.
|
||||
# Adjust volume and play/pause.
|
||||
bind = , xf86audioraisevolume, exec, wpctl set-volume -l 1.0 @DEFAULT_SINK@ 5%+
|
||||
bind = , xf86audiolowervolume, exec, wpctl set-volume -l 1.0 @DEFAULT_SINK@ 5%-
|
||||
bind = , xf86audiomute, exec, wpctl set-mute @DEFAULT_SINK@ toggle
|
||||
bind = , xf86audioplay, exec, playerctl play-pause
|
||||
|
||||
# Extra bindings for petalburg.
|
||||
bind = ,xf86launch4, exec, pp-adjuster
|
||||
# bind = ,xf86launch1, exec, cs-adjuster
|
||||
bind = , xf86launch2, exec, playerctl play-pause
|
||||
|
||||
bind = , xf86audioplay, exec, playerctl play-pause
|
||||
|
||||
# Screenshot with hyprshot.
|
||||
bind = , PRINT, exec, hyprshot -m output --clipboard-only
|
Loading…
Reference in a new issue