diff options
Diffstat (limited to '')
| -rw-r--r-- | .config/sway/binds.conf | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/.config/sway/binds.conf b/.config/sway/binds.conf index ccbcfa8..6a9120f 100644 --- a/.config/sway/binds.conf +++ b/.config/sway/binds.conf @@ -102,11 +102,14 @@ bindsym $mod+Ctrl+$right move workspace to output right # }}} # Layout stuff {{{ -bindsym $mod+Alt+v splith -bindsym $mod+Alt+h splitv +bindsym $mod+Minus splitv +bindsym $mod+Bracketleft splitv +bindsym $mod+Backslash splith +bindsym $mod+Bracketright splith # Make the current focus fullscreen bindsym $mod+f fullscreen +bindsym $mod+Shift+f exec pkill -USR1 waybar # Hide the topbar (also gets you more space) bindsym $mod+Shift+t bar mode toggle topbar; default_border pixel @@ -127,7 +130,7 @@ mode "layout" { # make a sticky container bindsym t sticky toggle; mode "default"; exec notify-send "container sticky'd" - bindsym Shift+t sticky enable; resize set 853; move position 1695 px -300 px; mode "default" + bindsym Shift+t floating enable; sticky enable; resize set 853; move position 1695 px -300 px; mode "default" # return to default mode bindsym Return mode "default" |