.sawfish/rc
This commit is contained in:
parent
243c6fe77a
commit
0c1b46579f
1 changed files with 11 additions and 1 deletions
12
.sawfish/rc
12
.sawfish/rc
|
@ -1,11 +1,21 @@
|
|||
;; -*- mode: sawfish; eval: (git-auto-commit-mode 1); -*-
|
||||
(define oni:extended-keymap (make-keymap))
|
||||
(define oni:window-management-keymap (make-keymap))
|
||||
|
||||
(setq user-apps-menu
|
||||
'(("Emacs" (system "emacsclient -c &"))
|
||||
("Terminal" (system "urxvt &"))))
|
||||
|
||||
(bind-keys window-management-keymap
|
||||
"M" 'maximize-window)
|
||||
|
||||
(bind-keys oni:extended-keymap
|
||||
"w" 'oni:window-management-keymap)
|
||||
|
||||
(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)
|
||||
"Super-TAB" 'cycle-windows
|
||||
"Super-x" 'oni:extended-keymap)
|
||||
|
|
Loading…
Reference in a new issue