From 7fe1eb68fa80d0c865e5b8d9990ebe73f443a564 Mon Sep 17 00:00:00 2001 From: Martin Larsson Date: Sun, 11 May 2025 16:26:36 +0200 Subject: [PATCH] Small keybind changes to sway --- sway/config | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/sway/config b/sway/config index 6ed7ed6..295b562 100644 --- a/sway/config +++ b/sway/config @@ -161,14 +161,15 @@ set $update_status_bar /run/current-system/sw/bin/kill -s 42 $(cat $status_pid_f # bindsym $mod+Shift+s splitv # Switch the current container between different layout styles - # bindsym $mod+Shift+t layout tabbed - # bindsym $mod+Shift+s layout toggle split + bindsym $mod+Shift+t layout tabbed + # s keybind would make sense, but its in use. g for grid instead + bindsym $mod+Shift+g layout toggle split # Make the current focus fullscreen bindsym $mod+Shift+f fullscreen # Move focus to the parent container - # bindsym $mod+Shift+a focus parent + bindsym $mod+Shift+a focus parent # Resizing containers: # mode "resize" {