2011-06-28 12:28:47 +00:00
|
|
|
# PLEASE READ THE MAN PAGE BEFORE EDITING THIS FILE!
|
|
|
|
# http://opensource.conformal.com/cgi-bin/man-cgi?scrotwm
|
|
|
|
|
2009-01-14 17:10:52 +00:00
|
|
|
# colors for focussed and unfocussed window borders
|
2011-06-28 12:28:47 +00:00
|
|
|
# NOTE: all colors in this file are in hex! see XQueryColor for examples
|
2009-01-20 06:16:05 +00:00
|
|
|
color_focus = red
|
|
|
|
color_unfocus = rgb:88/88/88
|
2009-01-14 17:10:52 +00:00
|
|
|
|
|
|
|
# bar settings
|
2009-01-20 06:16:05 +00:00
|
|
|
bar_enabled = 1
|
2011-03-11 21:34:19 +00:00
|
|
|
bar_border_width = 1
|
2009-01-20 06:16:05 +00:00
|
|
|
bar_border[1] = rgb:00/80/80
|
|
|
|
bar_color[1] = black
|
|
|
|
bar_font_color[1] = rgb:a0/a0/a0
|
2009-02-17 04:04:05 +00:00
|
|
|
bar_font = -*-terminus-medium-*-*-*-*-*-*-*-*-*-*-*
|
2009-02-20 14:28:32 +00:00
|
|
|
#bar_action = baraction.sh
|
2009-01-23 22:50:38 +00:00
|
|
|
#bar_delay = 1
|
2010-07-15 14:03:04 +00:00
|
|
|
#bar_at_bottom = 1
|
2009-10-02 19:50:05 +00:00
|
|
|
stack_enabled = 1
|
2009-02-18 20:34:26 +00:00
|
|
|
clock_enabled = 1
|
2010-01-13 21:48:35 +00:00
|
|
|
#clock_format = %a %b %d %R %Z %Y
|
2009-06-04 06:03:37 +00:00
|
|
|
title_name_enabled = 0
|
|
|
|
title_class_enabled = 0
|
2011-01-18 19:43:12 +00:00
|
|
|
window_name_enabled = 0
|
2011-07-19 21:28:15 +00:00
|
|
|
#verbose_layout = 1
|
2010-06-30 00:09:19 +00:00
|
|
|
#focus_mode = default
|
2010-07-01 23:44:16 +00:00
|
|
|
#disable_border = 1
|
2011-08-06 18:21:38 +00:00
|
|
|
#border_width = 1
|
|
|
|
#urgent_enabled = 1
|
2009-01-14 17:10:52 +00:00
|
|
|
|
|
|
|
# spawn app
|
2009-09-12 21:32:21 +00:00
|
|
|
# program[term] = xterm
|
|
|
|
# program[screenshot_all] = screenshot.sh full
|
|
|
|
# program[screenshot_wind] = screenshot.sh window
|
|
|
|
# program[lock] = xlock
|
|
|
|
# program[initscr] = initscreen.sh
|
|
|
|
# program[menu] = dmenu_run -fn $bar_font -nb $bar_color -nf $bar_font_color -sb $bar_border -sf $bar_color
|
2009-01-20 06:16:05 +00:00
|
|
|
spawn_term = xterm
|
2009-01-18 04:48:04 +00:00
|
|
|
|
|
|
|
# dialog box size ratio .3 >= r < 1
|
2009-01-20 06:16:05 +00:00
|
|
|
dialog_ratio = 0.6
|
2009-01-25 01:46:44 +00:00
|
|
|
|
2009-02-01 11:59:40 +00:00
|
|
|
# Split a non-Xrandr dual head setup into one region per monitor
|
|
|
|
# (non-standard driver-based multihead is not seen by scrotwm)
|
|
|
|
# region = screen[1]:1280x1024+0+0
|
|
|
|
# region = screen[1]:1280x1024+1280+0
|
2009-02-16 00:03:53 +00:00
|
|
|
|
2011-06-23 02:22:18 +00:00
|
|
|
# Launch applications in a workspace of choice
|
|
|
|
# autorun = ws[1]:xterm
|
2011-06-23 16:34:00 +00:00
|
|
|
# autorun = ws[2]:xxxterm http://www.openbsd.org
|
2011-06-23 02:22:18 +00:00
|
|
|
|
2011-06-23 17:52:39 +00:00
|
|
|
# workspace layout
|
2011-06-24 16:53:40 +00:00
|
|
|
# layout = ws[1]:4:0:0:0:vertical
|
|
|
|
# layout = ws[2]:0:0:0:0:horizontal
|
|
|
|
# layout = ws[3]:0:0:0:0:fullscreen
|
2011-06-23 17:52:39 +00:00
|
|
|
|
2009-11-25 15:13:29 +00:00
|
|
|
# mod key, (windows key is Mod4) (apple key on OSX is Mod2)
|
2009-02-16 00:03:53 +00:00
|
|
|
# modkey = Mod1
|
2009-03-10 01:32:06 +00:00
|
|
|
|
2011-10-25 22:40:12 -04:00
|
|
|
# Clear key bindings and load new key bindings from the specified file.
|
|
|
|
# This allows you to load pre-defined key bindings for your keyboard layout.
|
|
|
|
# keyboard_mapping = ~/.scrotwm_us.conf
|
2009-05-25 22:04:56 +00:00
|
|
|
|
|
|
|
# quirks
|
|
|
|
# remove with: quirk[class:name] = NONE
|
2011-06-14 15:47:57 +00:00
|
|
|
#quirk[MPlayer:xv] = FLOAT + FULLSCREEN + FOCUSPREV
|
2009-08-11 16:43:30 +00:00
|
|
|
#quirk[OpenOffice.org 2.4:VCLSalFrame] = FLOAT
|
|
|
|
#quirk[OpenOffice.org 3.0:VCLSalFrame] = FLOAT
|
2009-09-23 03:53:09 +00:00
|
|
|
#quirk[OpenOffice.org 3.1:VCLSalFrame] = FLOAT
|
2009-05-25 22:04:56 +00:00
|
|
|
#quirk[Firefox-bin:firefox-bin] = TRANSSZ
|
|
|
|
#quirk[Firefox:Dialog] = FLOAT
|
2009-08-11 16:43:30 +00:00
|
|
|
#quirk[Gimp:gimp] = FLOAT + ANYWHERE
|
2009-09-13 20:48:53 +00:00
|
|
|
#quirk[XTerm:xterm] = XTERM_FONTADJ
|
2009-08-11 16:43:30 +00:00
|
|
|
#quirk[xine:Xine Window] = FLOAT + ANYWHERE
|
|
|
|
#quirk[Xitk:Xitk Combo] = FLOAT + ANYWHERE
|
|
|
|
#quirk[xine:xine Panel] = FLOAT + ANYWHERE
|
|
|
|
#quirk[Xitk:Xine Window] = FLOAT + ANYWHERE
|
|
|
|
#quirk[xine:xine Video Fullscreen Window] = FULLSCREEN + FLOAT
|
2009-05-25 22:04:56 +00:00
|
|
|
#quirk[pcb:pcb] = FLOAT
|
2009-09-12 21:32:21 +00:00
|
|
|
|
|
|
|
# EXAMPLE: define firefox program and bind to key
|
|
|
|
# program[firefox] = firefox http://scrotwm.org/
|
|
|
|
# bind[firefox] = MOD+f
|