Collin Doering
5a83b71e52
* conkeror configuration fil (long past due) * a lisp template to autoinsert in .emacs for .lisp files * a ratpoison wm config file * a not-really-started stumpwm config * vim config file for those odd times out of emacs :S Signed-off-by: Collin Doering <rekahsoft@gmail.com>
29 lines
605 B
Plaintext
29 lines
605 B
Plaintext
#File: ~/.ratpoisonrc
|
|
#Author: Collin J. Doering <rekahsoft@gmail.com>
|
|
#Date: Mar 25, 2011
|
|
#Description: ratpoison userland configuration file
|
|
#Note: it is imporant to have comments have a character immediately after the '#'
|
|
|
|
#turnoff startup messages
|
|
startup_message off
|
|
|
|
#escape C-z
|
|
|
|
#virtual desks
|
|
gnewbg one
|
|
gnewbg two
|
|
|
|
definekey top M-l exec ratpoison -c "select -" -c "gprev" -c "next"
|
|
definekey top M-h exec ratpoison -c "select -" -c "gnext" -c "next"
|
|
|
|
#switch between windows
|
|
definekey top M-j next
|
|
definekey top M-k prev
|
|
|
|
#apps
|
|
unbind c
|
|
bind c exec urxvt
|
|
|
|
bind e exec emacs
|
|
bind f exec firefox2
|