[StumpWM] Add keybind `s-o' due to the habit I took in Newm

This commit is contained in:
Lucien Cartier-Tilet 2023-03-10 15:20:57 +01:00
parent 6a0619d159
commit f06fab1ec6
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 3 additions and 1 deletions

View File

@ -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