Add screen and sound special keys
This commit is contained in:
parent
34f798a4f3
commit
475612a15c
|
@ -75,9 +75,9 @@ animations {
|
||||||
}
|
}
|
||||||
|
|
||||||
# Misc
|
# Misc
|
||||||
misc {
|
# misc {
|
||||||
hide_cursor_on_touch = true
|
# hide_cursor_on_touch = true
|
||||||
}
|
# }
|
||||||
|
|
||||||
dwindle {
|
dwindle {
|
||||||
# See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more
|
# 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, r
|
||||||
bind = $mainMod, P, movewindow, u
|
bind = $mainMod, P, movewindow, u
|
||||||
bind = $mainMod SHIFT, Q, exec, hyprctl dispatch exit
|
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
|
# Window Management
|
||||||
bindm = $mainMod, mouse:272, movewindow
|
bindm = $mainMod, mouse:272, movewindow
|
||||||
|
|
Loading…
Reference in New Issue