legacy-dotfiles/.sawfish/rc
2012-06-17 23:06:56 +02:00

11 lines
467 B
Text

;; -*- mode: sawfish; eval: (git-auto-commit-mode 1); -*-
(setq user-apps-menu
'(("Emacs" (system "emacsclient -c &"))
("Terminal" (system "urxvt &"))))
(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)