[stumpwm] switch prefix key to C-q

was default (C-t)
This commit is contained in:
Marcel Kapfer 2021-11-17 21:45:40 +01:00
parent fd9f139e70
commit 4f015d6825
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 1 additions and 0 deletions

View File

@ -89,6 +89,7 @@
*group-format* "%t")
;; root keybindings
(set-prefix-key (kbd "C-q"))
;; Application keybindings
(define-key *root-map* (kbd "W") (concatenate 'string "exec " *web-browser*))