From 98c90db8ec74371627d928033de63086172a9f56 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Tue, 7 Jul 2020 18:13:10 +0200 Subject: sway: use centercon for sticky containers --- .config/sway/binds.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/sway/binds.conf') 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" -- cgit 1.4.1