diff options
Diffstat (limited to 'dotfiles/.config/sway/config')
-rw-r--r-- | dotfiles/.config/sway/config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dotfiles/.config/sway/config b/dotfiles/.config/sway/config index 348c281..54e136c 100644 --- a/dotfiles/.config/sway/config +++ b/dotfiles/.config/sway/config @@ -11,6 +11,9 @@ set $browser "qutebrowser" # set default desktop layout (default is tiling) # workspace_layout tabbed <stacking|tabbed> +# Switch back to previously focused ws on ws switch command repeat +workspace_auto_back_and_forth yes + # Configure border style <normal|1pixel|pixel xx|none|pixel> default_border pixel 2 default_floating_border pixel 2 |