mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
more hyprland binds
This commit is contained in:
parent
4c85782928
commit
3313490b3f
3 changed files with 15 additions and 13 deletions
|
@ -150,12 +150,14 @@ bindm = $mainMod, mouse:273, resizewindow
|
|||
# All the fancy XF86 Keys
|
||||
bind = ,Print, exec, grim -g "$(slurp)" - | wl-copy -t image/png
|
||||
bind = ,XF86Launch2, exec, grim -g "$(slurp)" - | swappy -f -
|
||||
bind = ,XF86MonBrightnessUp, exec, light -A 10
|
||||
bind = ,XF86MonBrightnessDown, exec, light -U 10
|
||||
binde = ,XF86MonBrightnessUp, exec, light -A 10
|
||||
binde = ,XF86MonBrightnessDown, exec, light -U 10
|
||||
bind = ,XF86AudioMute, exec, pactl set-sink-mute @DEFAULT_SINK@ toggle
|
||||
bind = ,XF86AudioMicMute, exec, pactl set-source-mute @DEFAULT_SOURCE@ toggle
|
||||
bind = ,XF86AudioRaiseVolume, exec, pactl set-sink-volume @DEFAULT_SINK@ +5%
|
||||
bind = ,XF86AudioLowerVolume, exec, pactl set-sink-volume @DEFAULT_SINK@ -5%
|
||||
binde = ,XF86AudioRaiseVolume, exec, pactl set-sink-volume @DEFAULT_SINK@ +5%
|
||||
binde = ,XF86AudioLowerVolume, exec, pactl set-sink-volume @DEFAULT_SINK@ -5%
|
||||
binde = SHIFT, XF86AudioRaiseVolume, exec, pactl set-source-volume @DEFAULT_SOURCE@ +5%
|
||||
binde = SHIFT, XF86AudioLowerVolume, exec, pactl set-source-volume @DEFAULT_SOURCE@ -5%
|
||||
|
||||
# even more fancy stuff (aka abusing XF86 keys)
|
||||
bind = ,XF86Messenger, exec, makoctl dismiss
|
||||
|
@ -164,3 +166,6 @@ bind = ,XF86Go, exec, makoctl invoke
|
|||
bind = ,Cancel, exec, sh ~/.config/mako/do-not-disturb.sh
|
||||
bind = ,XF86Display, exec, hyprpaper
|
||||
bind = ,XF86Favorites, exec, swaylock
|
||||
|
||||
# lock on lid
|
||||
bindl = ,switch:Lid Switch, exec, swaylock
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue