# heliwmrc - system default configuration file for heliwm(1).

# Colors.
# f  foreground
# b  background (middle frame)
# o  outmost frame
# i  innermost frame
# a  band
cf white
cb black
co gray
ci gray
ca white

# Keyboard and mouse button operation assignments.
# Available operations are:
#  m  move	Trigger move operation.
#  r  resize	Trigger resize operation.
#  i  iconify	Iconify/deiconify a window.
#  n  next	Move pointer to next window.
#  p  previous	Move pointer to previous window.
#  a  raise	Raise a window.
#  l  lower	Lower a window.
#  d  delete	Delete a window, which defines WM_WINDOW_DELETE.
#  t  terminate	Terminate heliwm.
#  x  maximize	Maximize/unmaximize a window.
# Modifier key values:
#  0  No modifier is required.
#  1  Require a shift key to be pressed.
#  2  Require a control key to be pressed.
#  4  Require a modifier 1 key to be pressed.
#  8  Require a modifier 2 key to be pressed.
# Refer to /usr/include/X11/keysymdef.h for available keys.
kt 3 F2
ka 4 F2
kl 4 F3
kd 4 F4
kn 4 F5
kp 4 F6
km 4 F7
kr 4 F8
ki 4 F9
kx 4 F10

kn 4 Tab
kp 5 Tab

ba 0 1
bi 0 2
bl 0 3

bm 4 1
bx 4 2
br 4 3

# Font to use for window & icon title.
f fixed

# Middle frame width in pixels.
wm 3
# Border (external frame) width in pixels.
wb 2

# Other options:
# 1  Set focus to a window when it is raised.
# 2  Set focus to a window when the pointer is circulated and point it.
# 4  Set focus to a window when a window is mapped.
# 8  Raise a window when the pointer is circulated and points it.
# 16 Warp pointer to upper-left corner of a window, when it is focused.
o 15
