# Copy this to ~/.skippyrc and edit it to your liking
#
# Notes:
#
# - keysym can be anything XStringToKeysym can handle
#   (like F11, KP_Enter or implementation specific keysyms)
#
# - colors can be anything XAllocNamedColor can handle
#   (like "black" or "#000000")
#
# - distance is a relative number, and is scaled according to the scale
#   factor applied to windows
#
# - fonts are Xft font descriptions
#
# - booleans are "true" or anything but "true" (-> false)
#
# - opacity is an integer in the range of 0-255
#
# - brighness is a floating point number (with 0.0 as neutral)
#

[general]
# Keyboard symbol to use, default: F11
keysym = F11

# Distance between mini-windows, default: 50
distance = 50

# Use NETWM fullscreen mode if available, default: true
useNETWMFullscreen = true

# Ignore the skip taskbar hint, default: false
ignoreSkipTaskbar = false

# Use experimental extended viewport support, default: false
viewports = false

# Use expermental sawfish support, default: false
sawfish = false

# Auto refresh all mini-windows after n seconds, default: 0 (never)
autoRefresh = 0


[xinerama]
# Show windows on all heads, default: false
showAll = false

[normal]
# Brightness adjustment, default: 0.0
brightness = 0.0

# Tint color, default: white
tint = white

# Opacity (0-255), default: 200
opacity = 200

# Border color, default: black
border = black

[highlight]
# Brightness adjustment, default: 0.05
brightness = 0.05

# Tint color, default: #d0d0ff
tint = #d0d0ff

# Opacity (0-255), default: 255
opacity = 255

# Border color, default: #d0d0ff
border = #d0d0ff

[tooltip]
# Show tool, default: true
show = true

# Tooltip border color, default: black
border = black

# Tooltip background color, default: #e0e0ff
background = #e0e0ff

# Tooltip text color, default: black
text = black

# Tooltip font, default: fixed-11:weight=bold
font = fixed-11:weight=bold
