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