From 8adbcb36ffe6527e9178627f634187163f951504 Mon Sep 17 00:00:00 2001
From: Jens Nolte <git@queezle.net>
Date: Wed, 19 May 2021 01:14:59 +0200
Subject: [PATCH] Add more shortcuts to switch workspaces

---
 home-profiles/desktop/.config/sway/common | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/home-profiles/desktop/.config/sway/common b/home-profiles/desktop/.config/sway/common
index 7e821ca..817e280 100644
--- a/home-profiles/desktop/.config/sway/common
+++ b/home-profiles/desktop/.config/sway/common
@@ -327,6 +327,8 @@ bindsym $mod+d focus child
 
 # switch to workspace
 bindsym $mod+Ctrl+h workspace prev_on_output
+bindsym $mod+Ctrl+k workspace prev_on_output
+bindsym $mod+Ctrl+j workspace next_on_output
 bindsym $mod+Ctrl+l workspace next_on_output
 bindsym $mod+1 workspace 1
 bindsym $mod+2 workspace 2
-- 
GitLab