hyprland updates and tests

This commit is contained in:
Yannick 2025-06-04 21:01:18 +02:00
commit 4016f00c7a
5 changed files with 187 additions and 7 deletions

View file

@ -227,10 +227,10 @@ bind = $mainMod SHIFT, F, exec, qutebrowser
bind = $mainMod, W, exec, distrobox enter arch -- youtube-music
# bind = $mainMod, P, pseudo, # dwindle
bind = $mainMod, N, togglesplit,
bind = $mainMod, code:36 , focusurgentorlast # Code 36 => Enter key
bind = $mainMod, code:36 , focusurgentorlast # Code 36 => Enter
bind = $mainMod SHIFT, S, exec, $screenshot -m region -o ~/Pictures/hyprshot
bind = $mainMod SHIFT, C, exec, hyprpicker -a -f hex
bind = $mainMod, ESCAPE, exec, hyprlock
bind = $mainMod, code:105, exec, hyprlock
bind = , F11, fullscreen, 1
bindel=, XF86AudioRaiseVolume, exec, pactl set-sink-volume @DEFAULT_SINK@ +2db
bindel=, XF86AudioLowerVolume, exec, pactl set-sink-volume @DEFAULT_SINK@ -2db
@ -241,6 +241,9 @@ bindl =, XF86AudioNext, exec, playerctl next
bindl =, XF86AudioPrev, exec, playerctl previous
bindel=, XF86MonBrightnessUp, exec, brightnessctl set +5%
bindel=, XF86MonBrightnessDown, exec, brightnessctl set 5%-
bindl = $mainMod, code:49, exec, playerctl play-pause # Code 94 => §
bindl =, switch:off:[Lid Switch], exec, hyprctl sleep
binde = $mainMod, D, exec, makoctl dismiss
bind = $mainMod SHIFT, D, exec, makoctl dismiss -a
@ -304,6 +307,22 @@ bindm = $mainMod, mouse:272, movewindow
bindm = $mainMod, mouse:273, resizewindow
###############
### SUBMAPS ###
###############
bind = $mainMod, M, submap, volcontrol
submap = volcontrol
bind =, a, exec, playerctl
bindel=, XF86AudioRaiseVolume, exec, pactl set-sink-volume @DEFAULT_SINK@ +2db
bindel=, XF86AudioLowerVolume, exec, pactl set-sink-volume @DEFAULT_SINK@ -2db
bindl =, XF86AudioMute, exec, pactl set-sink-mute @DEFAULT_SINK@ toggle
bindl =, XF86AudioMicMute, exec, pactl set-source-mute @DEFAULT_SOURCE@ toggle
bindl =, XF86AudioPlay, exec, playerctl play-pause
bindl =, XF86AudioNext, exec, playerctl next
bindl =, XF86AudioPrev, exec, playerctl previous
bind =, catchall, submap, reset
submap = reset
##############################
### WINDOWS AND WORKSPACES ###
##############################