X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=scrotwm.conf;h=27b93a5fa536b100384d88a9e439833b9635c591;hb=f31159407e2b8ceebfed9330fdf36db5d9ab54d0;hp=f10abc508f8a01b2a891db0359095c1850cb3fb5;hpb=014589e60503fee99276da4252258e553d62b055;p=spectrwm.git diff --git a/scrotwm.conf b/scrotwm.conf index f10abc5..27b93a5 100644 --- a/scrotwm.conf +++ b/scrotwm.conf @@ -1,6 +1,10 @@ # $scrotwm$ -# + +# PLEASE READ THE MAN PAGE BEFORE EDITING THIS FILE! +# http://opensource.conformal.com/cgi-bin/man-cgi?scrotwm + # colors for focussed and unfocussed window borders +# NOTE: all colors in this file are in hex! see XQueryColor for examples color_focus = red color_unfocus = rgb:88/88/88 @@ -20,9 +24,11 @@ clock_enabled = 1 title_name_enabled = 0 title_class_enabled = 0 window_name_enabled = 0 +#verbose_layout = 1 #focus_mode = default #disable_border = 1 -#border_width = 1 +#border_width = 1 +#urgent_enabled = 1 # spawn app # program[term] = xterm @@ -46,9 +52,9 @@ dialog_ratio = 0.6 # autorun = ws[2]:xxxterm http://www.openbsd.org # workspace layout -# layout = ws[1]:4:0:0:vertical -# layout = ws[2]:0:0:0:horizontal -# layout = ws[3]:0:0:0:fullscreen +# layout = ws[1]:4:0:0:0:vertical +# layout = ws[2]:0:0:0:0:horizontal +# layout = ws[3]:0:0:0:0:fullscreen # mod key, (windows key is Mod4) (apple key on OSX is Mod2) # modkey = Mod1 @@ -108,6 +114,18 @@ dialog_ratio = 0.6 #bind[version] = MOD+Shift+v #bind[lock] = MOD+Shift+Delete #bind[initscr] = MOD+Shift+i +#bind[iconify] = MOD+w +#bind[uniconify] = MOD+Shift+w +#bind[raise_toggle] = MOD+Shift+r +#bind[button2] = MOD+v +#bind[width_shrink] = MOD+- +#bind[width_grow] = MOD+= +#bind[height_shrink] = MOD+Shift+- +#bind[height_grow] = MOD+Shift+= +#bind[move_left] = MOD+[ +#bind[move_right] = MOD+] +#bind[move_up] = MOD+Shift+[ +#bind[move_down] = MOD+Shift+] # quirks # remove with: quirk[class:name] = NONE