summaryrefslogtreecommitdiffstats
path: root/.sawfish/rc
diff options
context:
space:
mode:
Diffstat (limited to '.sawfish/rc')
-rw-r--r--.sawfish/rc11
1 files changed, 0 insertions, 11 deletions
diff --git a/.sawfish/rc b/.sawfish/rc
deleted file mode 100644
index 33e4e81..0000000
--- a/.sawfish/rc
+++ /dev/null
@@ -1,11 +0,0 @@
-;; -*- 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)