Small keybind changes to sway
This commit is contained in:
parent
bfcc1e9720
commit
7fe1eb68fa
1 changed files with 4 additions and 3 deletions
|
|
@ -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" {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue