[stumpwm] switch prefix key to C-q
was default (C-t)
This commit is contained in:
parent
fd9f139e70
commit
4f015d6825
1 changed files with 1 additions and 0 deletions
|
@ -89,6 +89,7 @@
|
||||||
*group-format* "%t")
|
*group-format* "%t")
|
||||||
|
|
||||||
;; root keybindings
|
;; root keybindings
|
||||||
|
(set-prefix-key (kbd "C-q"))
|
||||||
|
|
||||||
;; Application keybindings
|
;; Application keybindings
|
||||||
(define-key *root-map* (kbd "W") (concatenate 'string "exec " *web-browser*))
|
(define-key *root-map* (kbd "W") (concatenate 'string "exec " *web-browser*))
|
||||||
|
|
Loading…
Reference in a new issue