Hyprland: Dwindle
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user