blob: cdc6a518dfc005b37b8bedcaac5014f33dcd5742 (
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
|
exec feh --no-xinerama --image-bg black --bg-center '/home/pks/var/img/MIPS_R3000A_die-1024x1024.jpg'
exec mkdir -p /tmp/pks/.cache /tmp/pks/.ccache /tmp/pks/.local
exec xmodmap
exec xbindkeys
exec ~/bin/urxvtd -q -f -o
exec xset s 0
exec xrandr --output VGA-0 --off
exec imwheel
exec xset b off
exec unclutter -idle 5
escape F13
definekey top F14 readkey root
bind Return exec /home/pks/bin/urxvtc --saveLines 10000
unbind c
bind C exec /usr/bin/firefox
bind D exec urxvt -fn 'xft:courier:pixelsize=16' -fg #000000 -bg #ffffff
bind b exec ratpoison -c "echo $(~/bin/avg_batt)"
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 ~/bin/layout_switch
bind Cyrillic_el exec ~/bin/layout_switch
bind F14 other
defborder 0
defpadding 0 0 0 0
defbarpadding 0 0
set border 0
set font "Gotham Rounded Light:size=20"
set winname class
|