.sawfish/rc
This commit is contained in:
parent
2b1eac949c
commit
243c6fe77a
1 changed files with 11 additions and 0 deletions
11
.sawfish/rc
Normal file
11
.sawfish/rc
Normal file
|
@ -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)
|
Loading…
Reference in a new issue