hyprland: use mod4+alt as alternative to mod4+shift
also add key for fullscreen mode with gaps and bar
This commit is contained in:
parent
1dfb8e7e7b
commit
b032608fd9
@ -1,4 +1,4 @@
|
||||
#source = ~/.config/hypr/white.conf
|
||||
source = ~/.config/hypr/white.conf
|
||||
|
||||
input {
|
||||
kb_layout = pl
|
||||
@ -45,6 +45,7 @@ $mainMod = SUPER
|
||||
|
||||
bind = $mainMod, P, exec, $menu
|
||||
bind = $mainMod SHIFT, Return, exec, $terminal
|
||||
bind = $mainMod ALT, Return, exec, $terminal
|
||||
bind = $mainMod, Return, layoutmsg,swapwithmaster master
|
||||
bind = $mainMod CONTROL SHIFT, Q, exit
|
||||
bind = $mainMod, Q, exec, hyprctl reload
|
||||
@ -56,6 +57,8 @@ bind = $mainMod CONTROL, Space, togglefloating
|
||||
bind = $mainMod, D, exec, hyprctl keyword general:layout "dwindle"
|
||||
bind = $mainMod, M, exec, hyprctl keyword general:layout "master"
|
||||
bind = $mainMod, F, fullscreen, 0
|
||||
bind = $mainMod SHIFT, F, fullscreen, 1
|
||||
bind = $mainMod ALT, F, fullscreen, 1
|
||||
bind = $mainMod, U, layoutmsg, togglesplit
|
||||
bind = $mainMod, I, layoutmsg, cycleprev
|
||||
bind = $mainMod, O, layoutmsg, cyclenext
|
||||
@ -65,6 +68,7 @@ bind = $mainMod SHIFT, O, layoutmsg, swapnext
|
||||
bind = $mainMod CONTROL, I, layoutmsg, removemaster
|
||||
bind = $mainMod CONTROL, O, layoutmsg, addmaster
|
||||
bind = $mainMod SHIFT, F6, exec, ~/bin/lupan-set-theme toggle
|
||||
bind = $mainMod ALT, T, exec, ~/bin/lupan-set-theme toggle
|
||||
|
||||
bind = $mainMod, h, movefocus, l
|
||||
bind = $mainMod, j, movefocus, d
|
||||
@ -76,6 +80,11 @@ bind = $mainMod SHIFT, j, swapwindow, d
|
||||
bind = $mainMod SHIFT, k, swapwindow, u
|
||||
bind = $mainMod SHIFT, l, swapwindow, r
|
||||
|
||||
bind = $mainMod ALT, h, swapwindow, l
|
||||
bind = $mainMod ALT, j, swapwindow, d
|
||||
bind = $mainMod ALT, k, swapwindow, u
|
||||
bind = $mainMod ALT, l, swapwindow, r
|
||||
|
||||
bind = $mainMod CONTROL, h, layoutmsg, orientationleft
|
||||
bind = $mainMod CONTROL, j, layoutmsg, orientationbottom
|
||||
bind = $mainMod CONTROL, k, layoutmsg, orientationtop
|
||||
@ -105,10 +114,21 @@ bind = $mainMod SHIFT, 8, movetoworkspace, 8
|
||||
bind = $mainMod SHIFT, 9, movetoworkspace, 9
|
||||
bind = $mainMod SHIFT, 0, movetoworkspace, 10
|
||||
|
||||
bind = $mainMod ALT, 1, movetoworkspace, 1
|
||||
bind = $mainMod ALT, 2, movetoworkspace, 2
|
||||
bind = $mainMod ALT, 3, movetoworkspace, 3
|
||||
bind = $mainMod ALT, 4, movetoworkspace, 4
|
||||
bind = $mainMod ALT, 5, movetoworkspace, 5
|
||||
bind = $mainMod ALT, 6, movetoworkspace, 6
|
||||
bind = $mainMod ALT, 7, movetoworkspace, 7
|
||||
bind = $mainMod ALT, 8, movetoworkspace, 8
|
||||
bind = $mainMod ALT, 9, movetoworkspace, 9
|
||||
bind = $mainMod ALT, 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]
|
||||
# Switch workspaces on current monitor with mainMod + Control + [0-9]
|
||||
bind = $mainMod CONTROL, 1, focusworkspaceoncurrentmonitor, 1
|
||||
bind = $mainMod CONTROL, 2, focusworkspaceoncurrentmonitor, 2
|
||||
bind = $mainMod CONTROL, 3, focusworkspaceoncurrentmonitor, 3
|
||||
|
Loading…
x
Reference in New Issue
Block a user