initial release
[skippy-xd] / skippy-xd.rc-default
1 # Copy this to ~/.skippy-xd.rc and edit it to your liking
2 #
3 # Notes:
4 #
5 # - keysym can be anything XStringToKeysym can handle
6 #   (like F11, KP_Enter or implementation specific keysyms)
7 #
8 # - colors can be anything XAllocNamedColor can handle
9 #   (like "black" or "#000000")
10 #
11 # - distance is a relative number, and is scaled according to the scale
12 #   factor applied to windows
13 #
14 # - fonts are Xft font descriptions
15 #
16 # - booleans are "true" or anything but "true" (-> false)
17 #
18 # - opacity is an integer in the range of 0-255
19 #
20 # - brighness is a floating point number (with 0.0 as neutral)
21 #
22 # - if the update frequency is a negative value, the mini-windows will only
23 #   be updated when they're explicitly rendered (like, when they gain or
24 #   lose focus).
25 #
26 # - the 'shadowText' option can be a color or 'none', in which case the
27 #   drop-shadow effect is disabled
28 #
29
30 [general]
31 keysym = F11
32 distance = 50
33 useNetWMFullscreen = true
34 ignoreSkipTaskbar = true
35 updateFreq = 10.0
36 lazyTrans = false
37
38 [maemo]
39 #imgLandscape = /usr/share/skippy-xd/skippy-bg-l.jpg
40 #imgPortrait = /usr/share/skippy-xd/skippy-bg-p.jpg
41 #f7prog = "/usr/bin/osso-xterm &"
42 #f6prog = "/usr/bin/dbus-send --system --type=method_call --dest=com.nokia.mce /com/nokia/mce/request com.nokia.mce.request.req_tklock_mode_change string:locked &"
43 ###  Fast=0, Good=1, Best=2, Nearest=3, Bilinear=4, Convolution=5
44 gQuality = 0
45
46
47 [xinerama]
48 showAll = false
49
50 [normal]
51 tint = black
52 tintOpacity = 0
53 opacity = 200
54
55 [highlight]
56 tint = #101020
57 tintOpacity = 64
58 opacity = 255
59
60 [tooltip]
61 show = true
62 border = #e0e0e0
63 background = #404040
64 opacity = 128
65 text = #e0e0e0
66 textShadow = black
67 font = fixed-11:weight=bold