From 539e5a7853f44bcbb7823b758df22788e39dcd91 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Tue, 19 Jun 2012 09:35:02 +0200 Subject: .sawfish/rc --- .sawfish/rc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.sawfish/rc b/.sawfish/rc index 80b971b..0135931 100644 --- a/.sawfish/rc +++ b/.sawfish/rc @@ -6,16 +6,18 @@ '(("Emacs" (system "emacsclient -c &")) ("Terminal" (system "urxvt &")))) -(bind-keys window-management-keymap +(bind-keys oni:window-management-keymap "M" 'maximize-window) (bind-keys oni:extended-keymap - "w" 'oni:window-management-keymap) + "w" oni:window-management-keymap) +;; (ungrab-keymap global-keymap) (bind-keys global-keymap "C-M-l" '(run-shell-command "i3lock -c \"#000000\"") "Super-e" '(run-shell-command (getenv "EDITOR")) "Super-w" '(run-shell-command (getenv "BROWSER")) "Super-c" '(run-shell-command "urxvt") "Super-TAB" 'cycle-windows - "Super-x" 'oni:extended-keymap) + "Super-x" oni:extended-keymap) +;; (grab-keymap global-keymap) -- cgit v1.2.3-54-g00ecf