blob: 024bbfcf4c6dc2319793762d1e65d3c5b009ff6a (
plain)
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
|
startup_message off
escape XF86Launch9
definekey top XF86AudioLowerVolume exec vol --down
definekey top XF86AudioRaiseVolume exec vol --up
definekey top S-XF86AudioLowerVolume exec vol --headphone --down
definekey top S-XF86AudioRaiseVolume exec vol --headphone --up
definekey top XF86Launch1 exec vol mute
definekey top S-XF86Launch1 exec vol --headphone mute
definekey top XF86ScreenSaver exec lock
definekey top XF86MonBrightnessUp exec xbacklight -inc 10
definekey top XF86MonBrightnessDown exec xbacklight -dec 10
definekey top XF86Battery exec ratpoison -c "echo $(battery)"
definekey top XF86WebCam exec ratpoison -c "echo Unread: $(notmuch count tag:unread)"
set border 1
set winname title
set winfmt %n %s %t (%a)
set padding 0 0 0 0
set barpadding 8 8
set bargravity center
set fgcolor "black"
set bgcolor "#FFFFEA"
set fwcolor "darkred"
set bwcolor "black"
set framesels "neioarst123456789"
bind minus clear
bind v vsplit
bind h hsplit
bind w windows
bind p prev
bind n next
bind O only
bind comma focusleft
bind o focusdown
bind i focusup
bind period focusright
bind M-comma exchangeleft
bind M-o exchangedown
bind M-i exchangeup
bind M-period exchangeright
bind d dedicate
bind f fselect
bind e remove
bind a resize
bind apostrophe exec ratpoison -c "echo $(date -R)"
bind M-n nextscreen
bind M-p prevscreen
bind C-Q quit
bind c exec $TERMINAL -e tmux
bind C exec $TERMINAL
bind E exec $VISUAL
bind q exec $BROWSER
#bind S-Return exec ratws -s
#bind S-space exec ratws -w
bind space exec ratws
exec /usr/bin/rpws init 3 -a
bind l rpws1
bind u rpws2
bind y rpws3
bind M-l rpwsm1
bind M-u rpwsm2
bind M-y rpwsm3
unbind G
unbind C-Left
unbind C-Right
unbind C-Up
unbind C-Down
unbind C-Return
unbind C-M-Left
unbind C-M-Right
# unbind Left
# unbind Right
# unbind Up
# unbind Down
unbind C-i
unbind C-k
unbind C-l
unbind C-m
unbind C-p
unbind Q
unbind C-apostrophe
unbind C-space
unbind C-V
unbind V
unbind C-w
unbind C-s
unbind C-S
unbind C-f
unbind C-r
unbind C-u
unbind C-underscore
unbind C-x
unbind C-A
unbind C-K
unbind C-return
unbind C-a
unbind C-b
unbind C-c
unbind C-exclam
unbind minus
unbind C-v
|