Add screen and sound special keys
This commit is contained in:
parent
34f798a4f3
commit
475612a15c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue