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:
Tom Willemsen 2013-01-29 02:34:28 +01:00
parent a2d298d3ab
commit 999a9ab971

View file

@ -125,7 +125,7 @@
(format-expand *window-formatters* *window-format*
(current-window)))))
(set-prefix-key (kbd "C-i"))
(set-prefix-key (kbd "C-z"))
(define-key *top-map* (kbd "C-M-l") "run-i3lock")