From a4654beb2b60db422a1f16d39837fad65844653b Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Tue, 11 Apr 2023 18:32:28 -0400 Subject: [PATCH] sxhkd: Remove super+tab Pressing the actual number of the desktop is more productive than tabbing between them since you associate the hand movement with that workspace, making it easier to return to later. Super+tab, in contrast, was one hand movement that resulted in many different results, which wasn't so good for memorizing which desktop has what. --- sxhkd/.config/sxhkd/sxhkdrc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc index 8ba48b13..1300aa46 100644 --- a/sxhkd/.config/sxhkd/sxhkdrc +++ b/sxhkd/.config/sxhkd/sxhkdrc @@ -99,10 +99,6 @@ super + ctrl + {1-9} super + {_,shift} + {1-9,0} bspc {desktop -f,node -d} '^{1-9,10}' -# Move to the next desktop on the current monitor -super + {_, shift} + Tab - bspc desktop -f {next,prev}.local.occupied - # Easily go back and forth between the last desktop used super + a bspc desktop -f last