[StumpWM] Add keybind `s-o' due to the habit I took in Newm
This commit is contained in:
parent
6a0619d159
commit
f06fab1ec6
@ -1386,9 +1386,11 @@ redefine it:
|
|||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
As with groups management, I grew used to ~s-TAB~ in AwesomeWM bringing
|
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
|
#+begin_src lisp
|
||||||
(define-key *top-map* (my/kbd "s-TAB") "other-window")
|
(define-key *top-map* (my/kbd "s-TAB") "other-window")
|
||||||
|
(define-key *top-map* (my/kbd "s-o") "other-window")
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
** Windows management
|
** Windows management
|
||||||
|
Loading…
Reference in New Issue
Block a user