diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2021-02-28 21:16:14 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2021-02-28 21:16:14 +0300 |
commit | 51f5f9366a051e83897f41f7c1734e986c26d842 (patch) | |
tree | 49c2f75de43d7094c39190753da0f4622a5c2b8b /dotfiles/.config/sway/config | |
parent | 802900c02ff563381688e0100ff75cd890d45043 (diff) | |
download | swayrice-51f5f9366a051e83897f41f7c1734e986c26d842.tar.gz swayrice-51f5f9366a051e83897f41f7c1734e986c26d842.zip |
Minor changes to configs
* Back and forth between Sway workspaces
* Change calc alias to python instead of R.
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 |