-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathratpoisonrc
61 lines (53 loc) · 1.79 KB
/
ratpoisonrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
exec /usr/bin/rpws init 6 -nk
exec killall trayer
exec /home/adam/.ratpoison/bin/launch_trayer.sh start
exec fbsetbg /home/adam/.ratpoison/bg-work.jpg
bind F9 exec rpws 1
bind F10 exec rpws 2
bind F11 exec rpws 3
bind F12 exec rpws 4
bind C-F9 exec rpws 1
bind C-F10 exec rpws 2
bind C-F11 exec rpws 3
bind C-F12 exec rpws 4
unmanage panel
unmanage trayer
set padding 0 0 0 26
set fgcolor green
set bgcolor black
bind bracketleft nextscreen
bind bracketright prevscreen
unbind C-c
bind j focusdown
bind l focusright
bind k focusup
bind h focusleft
bind C-j exchangedown
bind C-h exchangeleft
bind C-k exchangeup
bind C-l exchangeright
bind T exec thunderbird
bind g exec ~/.ratpoison/bin/gnome_term.sh
bind c exec xterm -fg green -bg black -w 2
bind C exec xterm -fg green -bg black -w 2
bind X exec xterm -fg green -bg black -w 2
bind grave exec firefox
bind d delete
bind v ratclick 2
bind D delete
# show date/time/battery
bind I exec ratpoison -c "echo $(date; acpi)"
# swap between external monitor and lcd, depending on whats connected
bind F12 exec /home/adam/.ratpoison/bin/adjust_display.sh
bind F11 exec /home/adam/.ratpoison/bin/adjust_display.sh home
# split current frame, open terminal in new frame
bind percent exec /home/adam/.ratpoison/bin/split_and_focus.sh horiz "~/.ratpoison/bin/gnome_term.sh"
bind quotedbl exec /home/adam/.ratpoison/bin/split_and_focus.sh vert "~/.ratpoison/bin/gnome_term.sh"
bind L exec gnome-screensaver-command --lock
bind t exec /usr/bin/thunderbird
bind a exec /home/adam/.ratpoison/bin/rpshowall.sh 3
bind A exec /home/adam/.ratpoison/bin/rpshowall.sh 0
#bind BackSpace exec ratpoison -c "fdump" >/tmp/fdump
#bind S-BackSpace exec ratpoison -c "frestore $(cat /tmp/fdump)"
bind BackSpace exec /home/adam/.ratpoison/bin/dump_or_restore.sh
bind S-BackSpace exec rm -rf /tmp/fdump