summary refs log tree commit diff
path: root/.config/sway/binds.conf
diff options
context:
space:
mode:
authorRobert Günzler <r@gnzler.io>2020-01-30 10:09:30 +0100
committerRobert Günzler <r@gnzler.io>2020-01-30 10:09:30 +0100
commitd6fe32253629455bddc9cb6f6053de75a8033400 (patch)
treecdeb830439b42506c348247741d5b8885c03e242 /.config/sway/binds.conf
parent070bfe16b96416a4380b147b0946e05e98d6b7a4 (diff)
sway: Add bind to float a window in the top-left corner
Diffstat (limited to '')
-rw-r--r--.config/sway/binds.conf1
1 files changed, 1 insertions, 0 deletions
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"