Skip to content

Commit

Permalink
update Hyprland
Browse files Browse the repository at this point in the history
Signed-off-by: Maximilian Huber <[email protected]>
  • Loading branch information
maxhbr committed Jan 28, 2024
1 parent 2e51a53 commit 2a3eeb5
Showing 1 changed file with 23 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,11 @@ bind = $mainMod, G, layoutmsg, orientationcycle left center
bind = $mainMod Shift, G, layoutmsg, orientationtop
bind = $mainMod SHIFT,L,layoutmsg,removemaster
bind = $mainMod SHIFT,H,layoutmsg,addmaster
# bind = $mainMod, Tab, layoutmsg, rollnext
# bind = $mainMod Shift, Tab, layoutmsg, rollprev

bind = $mainMod, Tab, layoutmsg, rollnext
bind = $mainMod Shift, Tab, layoutmsg, rollprev
bind = $mainMod Shift, Tab, movefocus, next

bind = $mainMod,L,resizeactive,40 0
bind = $mainMod,H,resizeactive,-40 0
Expand Down Expand Up @@ -86,6 +89,18 @@ bind = $mainMod CONTROL, comma,movecurrentworkspacetomonitor,mon:+1
# Groups
bind = $mainMod CONTROL, G, togglegroup,
bind = $mainMod CONTROL, Tab, changegroupactive,
# bind = $mainMod CONTROL SHIFT, G, submap, group
# submap = group
# bind = , Down, moveintogroup, d
# bind = , Down, submap, reset
# bind = , Up, moveintogroup, u
# bind = , Up, submap, reset
# bind = , Right, moveintogroup, r
# bind = , Right, submap, reset
# bind = , Left, moveintogroup, l
# bind = , Left, submap, reset
# bind = , escape, submap, reset
# submap = reset

# Switch workspaces with mainMod + [0-9]
bind = $mainMod, U, exec, hyprctl-workspace 1
Expand Down Expand Up @@ -149,6 +164,13 @@ binde=, XF86AudioRaiseVolume, exec, wpctl set-volume -l 1.5 @DEFAULT_AUDIO_SINK@
# Example volume button that will activate even while an input inhibitor is active
bindl=, XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-

bindl=, XF86AudioMedia, exec, playerctl play-pause
bindl=, XF86AudioPlay, exec, playerctl play-pause
bindl=, XF86AudioPrev, exec, playerctl previous
bindl=, XF86AudioNext, exec, playerctl next
bindl=, XF86Go, exec, playerctl play
bindl=, Cancel, exec, playerctl pause


# bind = ALT,V,pass,zoom # Start/stop video
# bind = ALT,A,pass,zoom # Mute/unmute audio
Expand Down

0 comments on commit 2a3eeb5

Please sign in to comment.