summary refs log tree commit diff
path: root/.config
diff options
context:
space:
mode:
authorRobert Günzler <r@gnzler.io>2020-07-07 18:13:10 +0200
committerRobert Günzler <r@gnzler.io>2020-07-07 18:13:10 +0200
commit98c90db8ec74371627d928033de63086172a9f56 (patch)
tree182fd8595297eaffc8b04d3c8f716f20efef28a6 /.config
parent3eee42abdf17015c6f2d57babef88eb8cd01d207 (diff)
sway: use centercon for sticky containers
Diffstat (limited to '.config')
-rw-r--r--.config/sway/binds.conf2
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"