From 9c9eff2a2d7c0c73c38a0d0a3a5344be63ee8053 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Sun, 7 Aug 2022 20:28:25 -0500 Subject: [PATCH] Revert "refactor(sway): remove non-functional binds" This reverts commit ebca70fd81672e40fea5966cb347b713488b1ada. --- dots/.config/sway/conf/bindings.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dots/.config/sway/conf/bindings.conf b/dots/.config/sway/conf/bindings.conf index c362979d..bc1039b2 100644 --- a/dots/.config/sway/conf/bindings.conf +++ b/dots/.config/sway/conf/bindings.conf @@ -34,6 +34,8 @@ bindsym $mod+q kill # Focus workspaces bindsym { + $mod+Ctrl+A workspace prev + $mod+Ctrl+S workspace next $mod+1 workspace number 1 $mod+2 workspace number 2 $mod+3 workspace number 3