JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Make drag to float work again.
[spectrwm.git] / scrotwm.conf
1 # $scrotwm$
2 #
3 # colors for focussed and unfocussed window borders
4 color_focus             = red
5 color_unfocus           = rgb:88/88/88
6
7 # bar settings
8 bar_enabled             = 1
9 bar_border_width        = 1
10 bar_border[1]           = rgb:00/80/80
11 bar_color[1]            = black
12 bar_font_color[1]       = rgb:a0/a0/a0
13 bar_font                = -*-terminus-medium-*-*-*-*-*-*-*-*-*-*-*
14 #bar_action             = baraction.sh
15 #bar_delay              = 1
16 #bar_at_bottom          = 1
17 stack_enabled           = 1
18 clock_enabled           = 1
19 #clock_format           = %a %b %d %R %Z %Y
20 title_name_enabled      = 0
21 title_class_enabled     = 0
22 window_name_enabled     = 0
23 #focus_mode             = default
24 #disable_border         = 1
25 #border_width                   = 1
26
27 # spawn app
28 # program[term]         = xterm
29 # program[screenshot_all]       = screenshot.sh full
30 # program[screenshot_wind]      = screenshot.sh window
31 # program[lock]         = xlock
32 # program[initscr]      = initscreen.sh
33 # program[menu]         = dmenu_run -fn $bar_font -nb $bar_color -nf $bar_font_color -sb $bar_border -sf $bar_color
34 spawn_term              = xterm
35
36 # dialog box size ratio .3 >= r < 1
37 dialog_ratio            = 0.6
38
39 # Split a non-Xrandr dual head setup into one region per monitor
40 # (non-standard driver-based multihead is not seen by scrotwm)
41 # region                = screen[1]:1280x1024+0+0
42 # region                = screen[1]:1280x1024+1280+0
43
44 # mod key, (windows key is Mod4) (apple key on OSX is Mod2)
45 # modkey = Mod1
46
47 # key bindings
48 # unbind with: bind[] = <keys>
49 #bind[cycle_layout]     = MOD+space
50 #bind[stack_reset]      = MOD+Shift+space
51 #bind[master_shrink]    = MOD+h
52 #bind[master_grow]      = MOD+l
53 #bind[master_add]       = MOD+comma
54 #bind[master_del]       = MOD+period
55 #bind[stack_inc]                = MOD+Shift+comma
56 #bind[stack_dec]                = MOD+Shift+period
57 #bind[swap_main]                = MOD+Return
58 #bind[focus_next]       = MOD+j
59 #bind[focus_prev]       = MOD+k
60 #bind[swap_next]                = MOD+Shift+j
61 #bind[swap_prev]                = MOD+Shift+k
62 #bind[spawn_term]       = MOD+Shift+Return
63 #bind[menu]             = MOD+p
64 #bind[quit]             = MOD+Shift+q
65 #bind[restart]          = MOD+q
66 #bind[focus_main]       = MOD+m
67 #bind[ws_1]             = MOD+1
68 #bind[ws_2]             = MOD+2
69 #bind[ws_3]             = MOD+3
70 #bind[ws_4]             = MOD+4
71 #bind[ws_5]             = MOD+5
72 #bind[ws_6]             = MOD+6
73 #bind[ws_7]             = MOD+7
74 #bind[ws_8]             = MOD+8
75 #bind[ws_9]             = MOD+9
76 #bind[ws_10]            = MOD+0
77 #bind[ws_next]          = MOD+Right
78 #bind[ws_prev]          = MOD+Left
79 #bind[screen_next]      = MOD+Shift+Right
80 #bind[screen_prev]      = MOD+Shift+Left
81 #bind[mvws_1]           = MOD+Shift+1
82 #bind[mvws_2]           = MOD+Shift+2
83 #bind[mvws_3]           = MOD+Shift+3
84 #bind[mvws_4]           = MOD+Shift+4
85 #bind[mvws_5]           = MOD+Shift+5
86 #bind[mvws_6]           = MOD+Shift+6
87 #bind[mvws_7]           = MOD+Shift+7
88 #bind[mvws_8]           = MOD+Shift+8
89 #bind[mvws_9]           = MOD+Shift+9
90 #bind[mvws_10]          = MOD+Shift+0
91 #bind[bar_toggle]       = MOD+b
92 #bind[focus_next]       = MOD+Tab
93 #bind[focus_prev]       = MOD+Shift+Tab
94 #bind[wind_kill]                = MOD+Shift+x
95 #bind[wind_del]         = MOD+x
96 #bind[screenshot_all]   = MOD+s
97 #bind[screenshot_wind]  = MOD+Shift+s
98 #bind[float_toggle]     = MOD+t
99 #bind[version]          = MOD+Shift+v
100 #bind[lock]             = MOD+Shift+Delete
101 #bind[initscr]          = MOD+Shift+i
102
103 # quirks
104 # remove with: quirk[class:name] = NONE
105 #quirk[MPlayer:xv]                      = FLOAT + FULLSCREEN
106 #quirk[OpenOffice.org 2.4:VCLSalFrame]  = FLOAT
107 #quirk[OpenOffice.org 3.0:VCLSalFrame]  = FLOAT
108 #quirk[OpenOffice.org 3.1:VCLSalFrame]  = FLOAT
109 #quirk[Firefox-bin:firefox-bin]         = TRANSSZ
110 #quirk[Firefox:Dialog]                  = FLOAT
111 #quirk[Gimp:gimp]                       = FLOAT + ANYWHERE
112 #quirk[XTerm:xterm]                     = XTERM_FONTADJ
113 #quirk[xine:Xine Window]                        = FLOAT + ANYWHERE
114 #quirk[Xitk:Xitk Combo]                 = FLOAT + ANYWHERE
115 #quirk[xine:xine Panel]                 = FLOAT + ANYWHERE
116 #quirk[Xitk:Xine Window]                        = FLOAT + ANYWHERE
117 #quirk[xine:xine Video Fullscreen Window] = FULLSCREEN + FLOAT
118 #quirk[pcb:pcb]                         = FLOAT
119
120 # EXAMPLE: define firefox program and bind to key
121 # program[firefox]      = firefox http://scrotwm.org/
122 # bind[firefox]         = MOD+f