Hyprland: Dwindle

This commit is contained in:
Tobias Manske 2023-08-29 18:20:52 +02:00
parent f037dcbca9
commit 3e3ffaa3d3
Signed by: tobias
GPG Key ID: 9164B527694A0709
1 changed files with 6 additions and 8 deletions

View File

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