summaryrefslogtreecommitdiffstats
path: root/.sawfish
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-06-19 09:35:02 +0200
committerGravatar Tom Willemsen2012-06-19 09:35:02 +0200
commit539e5a7853f44bcbb7823b758df22788e39dcd91 (patch)
treeac0a640f604c91b7170ba08385381669c0cfd3eb /.sawfish
parent0c1b46579fe12c8c5bf473074056164d8199df59 (diff)
downloaddotfiles-539e5a7853f44bcbb7823b758df22788e39dcd91.tar.gz
dotfiles-539e5a7853f44bcbb7823b758df22788e39dcd91.zip
.sawfish/rc
Diffstat (limited to '.sawfish')
-rw-r--r--.sawfish/rc8
1 files 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)