Add screen and sound special keys

This commit is contained in:
Yannick Reiß 2024-06-23 13:03:26 +02:00
parent 34f798a4f3
commit 475612a15c
1 changed files with 13 additions and 5 deletions

View File

@ -75,9 +75,9 @@ animations {
}
# Misc
misc {
hide_cursor_on_touch = true
}
# misc {
# hide_cursor_on_touch = true
# }
dwindle {
# See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more
@ -136,8 +136,16 @@ bind = $mainMod, P, pin
bind = $mainMod, P, movewindow, r
bind = $mainMod, P, movewindow, u
bind = $mainMod SHIFT, Q, exec, hyprctl dispatch exit
binde=, XF86AudioRaiseVolume, exec, amixer -q sset master 5%+
binde=, XF86AudioLowerVolume, exec, amixer -q sset master 5%-
# Keybindings special keys
bind = , XF86MonBrightnessUp, exec, brightnessctl set 5%+
bind = , XF86MonBrightnessDown, exec, brightnessctl set 5%-
bind = , XF86AudioLowerVolume, exec, pamixer -d 4
bind = , XF86AudioRaiseVolume, exec, pamixer -i 4
bind = , XF86AudioMute, exec, pamixer -t
bind = , XF86AudioMicMute, exec, pamixer --default-source -t
bind = $mainMod, XF86AudioLowerVolume, exec, --default-source pamixer -d 4
bind = $mainMod, XF86AudioRaiseVolume, exec, --default-source pamixer -i 4
# Window Management
bindm = $mainMod, mouse:272, movewindow