dotfiles

$HOME is where the <3 is
git clone git://git.alexkarle.com/dotfiles.git
Log | Files | Refs | Submodules | README

commit f003a00aed24bdd707c8ea277d2378962c3d2669 (patch)
parent b1a123a69292351fe58e31c5e32585be17fc0e1e
Author: Alex Karle <alex@alexkarle.com>
Date:   Wed, 25 Nov 2020 21:50:15 -0500

sway: Switch between recent workspaces with Mod+Tab

This is a habit from dwm...

Diffstat:
M.config/sway/config | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/.config/sway/config b/.config/sway/config @@ -78,6 +78,9 @@ input "type:keyboard" { # lock the screen bindsym $mod+Semicolon exec swaylock -c 000100 + # toggle recently used + bindsym $mod+Tab workspace back_and_forth + # Drag floating windows by holding down $mod and left mouse button. # Resize them with right mouse button + $mod. # Despite the name, also works for non-floating windows.