From d6fe32253629455bddc9cb6f6053de75a8033400 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Thu, 30 Jan 2020 10:09:30 +0100 Subject: sway: Add bind to float a window in the top-left corner --- .config/sway/binds.conf | 1 + 1 file changed, 1 insertion(+) (limited to '.config/sway/binds.conf') diff --git a/.config/sway/binds.conf b/.config/sway/binds.conf index 4ee9ce0..5e62996 100644 --- a/.config/sway/binds.conf +++ b/.config/sway/binds.conf @@ -129,6 +129,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" # return to default mode bindsym Return mode "default" -- cgit 1.4.1