Skip to content

Commit

Permalink
Update sample configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
mwitmer committed Feb 4, 2014
1 parent 0449fda commit 6631af6
Showing 1 changed file with 15 additions and 16 deletions.
31 changes: 15 additions & 16 deletions wm-init-sample.scm
Original file line number Diff line number Diff line change
Expand Up @@ -61,22 +61,21 @@
(start-wm-repl)

;; Root keymap
(bind-key-commands
root-keymap
(semicolon "prompt-for-command")
(colon "prompt-for-eval")
(bang "prompt-for-shell-command")
(C-q "quit")
(f "conkeror")
(F "fullscreen")
(e "emacs")
(w "select-window")
(T "show-time")
(n "window-cycle")
(tab "visible-window-cycle")
(c "shell-command xterm -e telnet localhost 37146")
(t "shell-command xterm"))
(bind-key-commands root-keymap prompt-for-additional-arg
(semicolon "prompt-for-command")
(colon "prompt-for-eval")
(bang "prompt-for-shell-command")
(C-q "quit")
(f "conkeror")
(F "fullscreen")
(e "emacs")
(w "select-window")
(T "show-time")
(n "window-cycle")
(tab "visible-window-cycle")
(c "shell-command xterm -e telnet localhost 37146")
(t "shell-command xterm"))

;; Startup programs
(shell-command "emacs --daemon")
(shell-command (format #f "xterm -e 'tail ~a -f'" logfile))
(shell-command (format #f "xterm -e 'tail /tmp/guile-wm.log -f'"))

0 comments on commit 6631af6

Please sign in to comment.