From f06fab1ec6c68bb28d1e97b8b3d9572b96f36b93 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Fri, 10 Mar 2023 15:20:57 +0100 Subject: [PATCH] [StumpWM] Add keybind `s-o' due to the habit I took in Newm --- org/config/stumpwm.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/org/config/stumpwm.org b/org/config/stumpwm.org index 3b92018..0a219c7 100644 --- a/org/config/stumpwm.org +++ b/org/config/stumpwm.org @@ -1386,9 +1386,11 @@ redefine it: #+end_src As with groups management, I grew used to ~s-TAB~ in AwesomeWM bringing -me back to the previously focused window. +me back to the previously focused window, and I also grew used to ~s-o~ +doing the same thing. #+begin_src lisp (define-key *top-map* (my/kbd "s-TAB") "other-window") +(define-key *top-map* (my/kbd "s-o") "other-window") #+end_src ** Windows management