From 5cdf6146921774f10187dffc36d329ada810c49f Mon Sep 17 00:00:00 2001 From: Victoria Brekenfeld Date: Tue, 13 Jun 2023 19:58:14 +0200 Subject: [PATCH] config: Add shortcuts for group selections --- config.ron | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.ron b/config.ron index 3147cf71..e6810579 100644 --- a/config.ron +++ b/config.ron @@ -43,6 +43,8 @@ (modifiers: [Super], key: "j"): Focus(Down), (modifiers: [Super], key: "k"): Focus(Up), (modifiers: [Super], key: "l"): Focus(Right), + (modifiers: [Super], key: "u"): Focus(Out), + (modifiers: [Super], key: "i"): Focus(In), (modifiers: [Super, Shift], key: "Left"): Move(Left), (modifiers: [Super, Shift], key: "Right"): Move(Right),