summaryrefslogtreecommitdiffstats
path: root/.sawfish/rc
blob: 33e4e815f0cd476a1d6f83d9ccd10c6cbdbaeef3 (plain)
1
2
3
4
5
6
7
8
9
10
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)