Small keybind changes to sway

This commit is contained in:
Martin Larsson 2025-05-11 16:26:36 +02:00
parent bfcc1e9720
commit 7fe1eb68fa

View file

@ -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 # bindsym $mod+Shift+s splitv
# Switch the current container between different layout styles # Switch the current container between different layout styles
# bindsym $mod+Shift+t layout tabbed bindsym $mod+Shift+t layout tabbed
# bindsym $mod+Shift+s layout toggle split # 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 # Make the current focus fullscreen
bindsym $mod+Shift+f fullscreen bindsym $mod+Shift+f fullscreen
# Move focus to the parent container # Move focus to the parent container
# bindsym $mod+Shift+a focus parent bindsym $mod+Shift+a focus parent
# Resizing containers: # Resizing containers:
# #
mode "resize" { mode "resize" {