Hyprland: Dwindle
This commit is contained in:
parent
f037dcbca9
commit
3e3ffaa3d3
@ -63,12 +63,12 @@ general {
|
|||||||
col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
|
col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
|
||||||
col.inactive_border = rgba(595959aa)
|
col.inactive_border = rgba(595959aa)
|
||||||
|
|
||||||
layout = master
|
layout = dwindle
|
||||||
}
|
}
|
||||||
|
|
||||||
master {
|
dwindle {
|
||||||
new_is_master = false
|
force_split = 0 # follow mouse
|
||||||
allow_small_split = false
|
preserve_split = true
|
||||||
}
|
}
|
||||||
|
|
||||||
decoration {
|
decoration {
|
||||||
@ -172,12 +172,8 @@ bind = $mainMod SHIFT, N, exec, networkmanager_dmenu --rofi -i
|
|||||||
bind = $mainMod SHIFT, B, exec, rofi-bluetooth
|
bind = $mainMod SHIFT, B, exec, rofi-bluetooth
|
||||||
bind = $mainMod , E, exec, rofimoji --typer wtype
|
bind = $mainMod , E, exec, rofimoji --typer wtype
|
||||||
|
|
||||||
# bind = $mainMod, M, exit,
|
|
||||||
# bind = $mainMod, E, exec, dolphin
|
|
||||||
bind = $mainMod CONTROL, SPACE, togglefloating,
|
bind = $mainMod CONTROL, SPACE, togglefloating,
|
||||||
bind = $mainMod, SPACE, layoutmsg, orientationnext
|
bind = $mainMod, SPACE, layoutmsg, orientationnext
|
||||||
bind = $mainMod, M, layoutmsg, addmaster
|
|
||||||
bind = $mainMod SHIFT, M, layoutmsg, removemaster
|
|
||||||
|
|
||||||
# Move focus with mainMod + arrow keys
|
# Move focus with mainMod + arrow keys
|
||||||
bind = $mainMod, h, movefocus, l
|
bind = $mainMod, h, movefocus, l
|
||||||
@ -191,6 +187,8 @@ bind = $mainMod SHIFT, j, movewindow, d
|
|||||||
bind = $mainMod SHIFT, k, movewindow, u
|
bind = $mainMod SHIFT, k, movewindow, u
|
||||||
bind = $mainMod SHIFT, l, movewindow, r
|
bind = $mainMod SHIFT, l, movewindow, r
|
||||||
|
|
||||||
|
bind = $mainMod, V, togglesplit, # dwindle
|
||||||
|
|
||||||
# Switch workspaces with mainMod + [0-9]
|
# Switch workspaces with mainMod + [0-9]
|
||||||
bind = $mainMod, 1, workspace, 1
|
bind = $mainMod, 1, workspace, 1
|
||||||
bind = $mainMod, 2, workspace, 2
|
bind = $mainMod, 2, workspace, 2
|
||||||
|
Loading…
Reference in New Issue
Block a user