From 71600808b2832b51b4ba7f13686a2f6f2f484e65 Mon Sep 17 00:00:00 2001 From: Timothy DeHerrera Date: Wed, 1 Jan 2020 16:27:39 -0700 Subject: [PATCH] graphical#sway: add 50/50 window split --- profiles/graphical/sway/config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/profiles/graphical/sway/config b/profiles/graphical/sway/config index 3f60d02b..432c264a 100644 --- a/profiles/graphical/sway/config +++ b/profiles/graphical/sway/config @@ -186,9 +186,10 @@ for_window [app_id=".*"] inhibit_idle fullscreen # Swap focus between the tiling area and the floating area bindsym $mod+Shift+t focus mode_toggle - # resize window to approximately φ ratio of screen + # resize window to φ ratio of screen or ½ bindsym $mod+Shift+space exec swaymsg resize set width $φ bindsym $mod+space exec swaymsg resize set width $Φ + bindsym $mod+Ctrl+space exec swaymsg resize set width 50 # Move focus to the parent container bindsym $mod+a focus parent