diff options
| -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" |