From f003a00aed24bdd707c8ea277d2378962c3d2669 Mon Sep 17 00:00:00 2001 From: Alex Karle Date: Wed, 25 Nov 2020 21:50:15 -0500 Subject: [PATCH] sway: Switch between recent workspaces with Mod+Tab This is a habit from dwm... --- .config/sway/config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/sway/config b/.config/sway/config index 6fe1c09..8e8671d 100644 --- 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. -- libgit2 0.28.4