From 243c6fe77a04457a16afff3dc3e000f989f7bcc1 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Sun, 17 Jun 2012 23:06:56 +0200 Subject: .sawfish/rc --- .sawfish/rc | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .sawfish/rc (limited to '.sawfish') diff --git a/.sawfish/rc b/.sawfish/rc new file mode 100644 index 0000000..33e4e81 --- /dev/null +++ b/.sawfish/rc @@ -0,0 +1,11 @@ +;; -*- 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) -- cgit v1.2.3-54-g00ecf