X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=scrotwm.conf;h=6459ed2b1f66bfb6ea1fd68ee20b5ad5c2ad1366;hb=6ddc03b50d51439672e8db2a30ba1c3f404ac443;hp=9b9e6da523ba4f9512884ab961613cefe8838951;hpb=b05bba3a0eb734161fb0fabfbaa921111cc96b70;p=spectrwm.git diff --git a/scrotwm.conf b/scrotwm.conf index 9b9e6da..6459ed2 100644 --- a/scrotwm.conf +++ b/scrotwm.conf @@ -1,13 +1,33 @@ +# $scrotwm$ +# # colors for focussed and unfocussed window borders -color_focus = 0xff0000 -color_unfocus = 0x888888 +color_focus = red +color_unfocus = rgb:88/88/88 # bar settings -bar_enabled = 1 -bar_border = 0x008080 -bar_color = 0x000000 -bar_font_color = 0xa0a0a0 -bar_font = -*-terminus-*-*-*-*-*-*-*-*-*-*-*-* +bar_enabled = 1 +bar_border[1] = rgb:00/80/80 +bar_color[1] = black +bar_font_color[1] = rgb:a0/a0/a0 +bar_font = -*-terminus-medium-*-*-*-*-*-*-*-*-*-*-* +#bar_action = ./baraction.sh +#bar_delay = 1 +clock_enabled = 1 # spawn app -spawn_term = xterm +spawn_term = xterm + +# dialog box size ratio .3 >= r < 1 +dialog_ratio = 0.6 + +# screen shots +# screenshot_enabled = 1 +# screenshot_app = screenshot.sh + +# 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 + +# mod key, (windows key is Mod4) +# modkey = Mod1