diff options
Diffstat (limited to '.config/sway/binds.conf')
| -rw-r--r-- | .config/sway/binds.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/sway/binds.conf b/.config/sway/binds.conf index a946fe6..4cf286b 100644 --- a/.config/sway/binds.conf +++ b/.config/sway/binds.conf @@ -139,7 +139,7 @@ mode "layout" { # make a sticky container bindsym t sticky toggle; mode "default"; exec notify-send "container sticky'd" - bindsym Shift+t floating enable; sticky enable; resize set 853; move position 1695 px -300 px; mode "default" + bindsym Shift+t floating enable; sticky enable; exec centercon 0.3 tr; mode "default" # make a centered container bindsym c exec centercon; mode "default" |