diff options
| author | 2026-05-13 13:43:17 +0100 | |
|---|---|---|
| committer | 2026-05-13 13:43:17 +0100 | |
| commit | 257dba8399c63a5523e81eab25c77c866a6f98ee (patch) | |
| tree | 90b70f1d48c835090404cc4991fc389ac1e217bb /dot_config/sway/config | |
| parent | 9f3b9f1dcc756dd94192da090388c1aa90320d23 (diff) | |
| download | dotfiles-257dba8399c63a5523e81eab25c77c866a6f98ee.tar.gz dotfiles-257dba8399c63a5523e81eab25c77c866a6f98ee.tar.bz2 dotfiles-257dba8399c63a5523e81eab25c77c866a6f98ee.zip | |
feat(sway): skip _tb stash when cycling workspaces with super+tab
Diffstat (limited to 'dot_config/sway/config')
| -rw-r--r-- | dot_config/sway/config | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dot_config/sway/config b/dot_config/sway/config index 5a0a6a0..2c2d4bf 100644 --- a/dot_config/sway/config +++ b/dot_config/sway/config @@ -117,9 +117,9 @@ bindsym $mod+Shift+e exec swaynag -t warning -m 'Exit sway?' -B 'Yes' 'swaymsg e # ── Personal keybinds ───────────────────────────────────────────────────────── -# Workspace cycling -bindsym $mod+Tab workspace next_on_output -bindsym $mod+Shift+Tab workspace prev_on_output +# Workspace cycling (skips the _tb stash workspace) +bindsym $mod+Tab exec ~/.config/sway/ws-cycle.sh next +bindsym $mod+Shift+Tab exec ~/.config/sway/ws-cycle.sh prev # Volume bindsym XF86AudioRaiseVolume exec pactl set-sink-volume @DEFAULT_SINK@ +5% |
