diff options
| author | Robert Günzler <r@gnzler.io> | 2020-01-30 10:09:30 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2020-01-30 10:09:30 +0100 |
| commit | d6fe32253629455bddc9cb6f6053de75a8033400 (patch) | |
| tree | cdeb830439b42506c348247741d5b8885c03e242 /.config/sway/binds.conf | |
| parent | 070bfe16b96416a4380b147b0946e05e98d6b7a4 (diff) | |
sway: Add bind to float a window in the top-left corner
Diffstat (limited to '.config/sway/binds.conf')
| -rw-r--r-- | .config/sway/binds.conf | 1 |
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" |