diff options
author | Botond Hende <nettingman@gmail.com> | 2024-07-13 14:27:01 +0200 |
---|---|---|
committer | Botond Hende <nettingman@gmail.com> | 2024-07-13 14:27:01 +0200 |
commit | 5232e74a26ba1cf9614195bcccb39569ebf4b139 (patch) | |
tree | e29f9bf9a2e8a84558cef87c3a2080d6de37a24a /home | |
parent | 5045444d1e214afc0fb3598236849e2676911d53 (diff) |
sway sticky window keybind
Diffstat (limited to 'home')
-rw-r--r-- | home/.config/sway/config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/home/.config/sway/config b/home/.config/sway/config index 4f13b21..198d594 100644 --- a/home/.config/sway/config +++ b/home/.config/sway/config @@ -206,6 +206,8 @@ bindsym --to-code $mod+A exec thunar # Swap focus between the tiling area and the floating area bindsym $mod+Shift+space focus mode_toggle + bindsym $mod+Ctrl+space sticky toggle + # Move focus to the parent container # bindsym $mod+a focus parent # |