blob: 3fbf6ac3c862b4e47c71308d6470113e558b120f (
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
|
exec ~/.local/bin/autostart
escape F13
definekey top F14 readkey root
bind Return exec urxvtc --saveLines 10000
unbind c
bind C exec browser
bind b exec ratpoison -c "echo $(battery-charge)"
bind s hsplit
bind S split
bind q only
bind j focusdown
bind h focusleft
bind k focusup
bind l focusright
bind K exchangeup
bind J exchangedown
bind H exchangeleft
bind L exchangeright
bind t time
bind k exec layout-switch
bind Cyrillic_el exec layout-switch
bind F14 other
defborder 0
defpadding 0 0 0 0
defbarpadding 0 0
set border 0
set font "IBM Plex Mono Light:size=14"
set winname class
|