diff options
| author | tslil <tslil@posteo.de> | 2026-03-05 14:20:22 +0000 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-03-05 14:20:34 +0000 |
| commit | 82038de80ff4e453249ea363e46bf386fc805d66 (patch) | |
| tree | f0cb3ed88f06f32535e017b775c9c9a75add574f /sway/config | |
| parent | 12027fa99d1aabf7fbdfa4a425bca1f8cbb7e35f (diff) | |
[sway] bind output focus change, remove exit double bind
Diffstat (limited to 'sway/config')
| -rw-r--r-- | sway/config | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sway/config b/sway/config index 0f16796..2fb1cf8 100644 --- a/sway/config +++ b/sway/config @@ -76,7 +76,6 @@ bindsym $mod+slash exec "foot qalc" # Window Management bindsym $mod+Shift+k kill -bindsym $mod+Shift+Control+k exec "swaymsg exit" bindsym $mod+Shift+Control+r reload bindsym $mod+Shift+Control+q exit @@ -97,6 +96,9 @@ bindsym $mod+Shift+$left move left bindsym $mod+Shift+$up move up bindsym $mod+Shift+$down move down +bindsym $mod+period focus output left +bindsym $mod+comma focus output right + # bindsym $mod+Return focus child # Toggle Floating and Fullscreen |
