stumpwm: Use C-z for prefix, not C-i
I seem to use C-z less than C-i in other programs.
This commit is contained in:
parent
a2d298d3ab
commit
999a9ab971
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@
|
||||||
(format-expand *window-formatters* *window-format*
|
(format-expand *window-formatters* *window-format*
|
||||||
(current-window)))))
|
(current-window)))))
|
||||||
|
|
||||||
(set-prefix-key (kbd "C-i"))
|
(set-prefix-key (kbd "C-z"))
|
||||||
|
|
||||||
(define-key *top-map* (kbd "C-M-l") "run-i3lock")
|
(define-key *top-map* (kbd "C-M-l") "run-i3lock")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue