From 999a9ab971afafad721ae2859ccaa5b12efb58cb Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Tue, 29 Jan 2013 02:34:28 +0100 Subject: stumpwm: Use C-z for prefix, not C-i I seem to use C-z less than C-i in other programs. --- .stumpwmrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.stumpwmrc b/.stumpwmrc index d2a8d9e..bdc7395 100644 --- a/.stumpwmrc +++ b/.stumpwmrc @@ -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") -- cgit v1.2.3-54-g00ecf