hyprland: add and change key binds
This commit is contained in:
parent
001860e40f
commit
4997e5545d
@ -38,8 +38,10 @@ bind = $mainMod CONTROL SHIFT, L, exec, swaylock -c 263c59
|
||||
bind = $mainMod CONTROL SHIFT, S, exec, swaylock -c 263c59
|
||||
bind = $mainMod CONTROL SHIFT, S, exec, systemctl suspend
|
||||
bind = $mainMod, F, fullscreen, 0
|
||||
bind = $mainMod, N, cyclenext,
|
||||
bind = $mainMod, P, cyclenext, prev
|
||||
bind = $mainMod CONTROL, Space, togglefloating
|
||||
bind = $mainMod, I, cyclenext,
|
||||
bind = $mainMod, O, cyclenext, prev
|
||||
bind = $mainMod, A, focuscurrentorlast
|
||||
|
||||
bind = $mainMod, h, movefocus, l
|
||||
bind = $mainMod, j, movefocus, d
|
||||
@ -78,6 +80,18 @@ bind = $mainMod SHIFT, 0, movetoworkspace, 10
|
||||
bind = $mainMod, right, workspace, m+1
|
||||
bind = $mainMod, left, workspace, m-1
|
||||
|
||||
# Switch workspaces on current monitor with mainMod CONTROL + Control + [0-9]
|
||||
bind = $mainMod CONTROL, 1, focusworkspaceoncurrentmonitor, 1
|
||||
bind = $mainMod CONTROL, 2, focusworkspaceoncurrentmonitor, 2
|
||||
bind = $mainMod CONTROL, 3, focusworkspaceoncurrentmonitor, 3
|
||||
bind = $mainMod CONTROL, 4, focusworkspaceoncurrentmonitor, 4
|
||||
bind = $mainMod CONTROL, 5, focusworkspaceoncurrentmonitor, 5
|
||||
bind = $mainMod CONTROL, 6, focusworkspaceoncurrentmonitor, 6
|
||||
bind = $mainMod CONTROL, 7, focusworkspaceoncurrentmonitor, 7
|
||||
bind = $mainMod CONTROL, 8, focusworkspaceoncurrentmonitor, 8
|
||||
bind = $mainMod CONTROL, 9, focusworkspaceoncurrentmonitor, 9
|
||||
bind = $mainMod CONTROL, 0, focusworkspaceoncurrentmonitor, 10
|
||||
|
||||
bindm = $mainMod,mouse:272,movewindow
|
||||
bindm = $mainMod,mouse:273,resizewindow
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user