24 lines
959 B
Plaintext
24 lines
959 B
Plaintext
$OpenBSD: patch-scrotwm_conf,v 1.4 2009/09/25 19:26:30 sthen Exp $
|
|
--- scrotwm.conf.orig Wed Sep 23 06:04:09 2009
|
|
+++ scrotwm.conf Fri Sep 25 17:29:15 2009
|
|
@@ -10,7 +10,7 @@ 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_action = ${PREFIX}/share/scrotwm/baraction.sh
|
|
#bar_delay = 1
|
|
clock_enabled = 1
|
|
title_name_enabled = 0
|
|
@@ -18,8 +18,8 @@ title_class_enabled = 0
|
|
|
|
# spawn app
|
|
# program[term] = xterm
|
|
-# program[screenshot_all] = screenshot.sh full
|
|
-# program[screenshot_wind] = screenshot.sh window
|
|
+# program[screenshot_all] = ${PREFIX}/share/scrotwm/screenshot.sh full
|
|
+# program[screenshot_wind] = ${PREFIX}/share/scrotwm/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
|