7eaf1d82cf
Kill scrot and terminus-font dependency as they are not required. Mention scrot in the configuration file. ok ajacoutot@
22 lines
701 B
Plaintext
22 lines
701 B
Plaintext
$OpenBSD: patch-scrotwm_conf,v 1.2 2009/02/02 21:21:19 pyr Exp $
|
|
--- scrotwm.conf.orig Sun Feb 1 05:04:02 2009
|
|
+++ scrotwm.conf Mon Feb 2 22:10:58 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-*-*-*-*-*-*-*-*-*-*-*-*
|
|
-#bar_action = ./baraction.sh
|
|
+#bar_action = ${PREFIX}/share/scrotwm/baraction.sh
|
|
#bar_delay = 1
|
|
|
|
# spawn app
|
|
@@ -19,6 +19,6 @@ spawn_term = xterm
|
|
# dialog box size ratio .3 >= r < 1
|
|
dialog_ratio = 0.6
|
|
|
|
-# screen shots
|
|
+# screen shots (requires the scrot package)
|
|
# screenshot_enabled = 1
|
|
-# screenshot_app = screenshot.sh
|
|
+# screenshot_app = ${PREFIX}/share/scrotwm/screenshot.sh
|