summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author B. Watson2016-11-14 22:23:31 +0100
committer Willy Sudiarto Raharjo2016-11-15 15:41:38 +0100
commit39b7f5f755a937c7312b63c13cc73b5ba67968af (patch)
treead8c66dcffe469f8f51467394ea7611ee8517272
parent89b2e33ea811a7f1a04e75fa75497b93a2450922 (diff)
downloadslackbuilds-39b7f5f755a937c7312b63c13cc73b5ba67968af.tar.gz
desktop/spectrwm: Fix README.
-rw-r--r--desktop/spectrwm/examples/README20
1 files changed, 10 insertions, 10 deletions
diff --git a/desktop/spectrwm/examples/README b/desktop/spectrwm/examples/README
index f908cfb187..89b3f0b0dc 100644
--- a/desktop/spectrwm/examples/README
+++ b/desktop/spectrwm/examples/README
@@ -2,9 +2,9 @@ spectrwm_baraction.sh is the main script that can be set as the value for the
bar_action option in spectrwm.conf.
You can install it in your PATH and configure it like this (the values are just
examples):
-bar_enabled = 1
-bar_font = -*-terminus-medium-*-*-*-14-*-*-*-*-*-*-*
-bar_action = spectrwm_baraction.sh
+bar_enabled = 1
+bar_font = -*-terminus-medium-*-*-*-14-*-*-*-*-*-*-*
+bar_action = spectrwm_baraction.sh
This script uses the following utilities:
o top(1) - installed on Slackware
@@ -12,10 +12,10 @@ o free(1) - installed on Slackware
o setxkbmap(1) - installed on Slackware
o skb(1) - optional, can be used for alternative keyboard layout detection
o battery_status.sh - optional
- Needs the power_supply class in the /sys directory.
+ Needs the power_supply class in the /sys directory.
o wifi_link_quality.sh - optional
- Needs ip(8) from the iproute2 package and iwconfig(8) from the
- wireless-tools package (both of which is installed on Slackware).
+ Needs ip(8) from the iproute2 package and iwconfig(8) from the
+ wireless-tools package (both of which is installed on Slackware).
spectrwm_screenshot.sh:
@@ -23,10 +23,10 @@ This makes a screenshot of the whole X11 screen or optionally just a window.
It needs the ImageMagick (included in Slackware) or GraphicsMagick (available
from the SBo repository) package's `import` utility.
You can configure it in your spectrwm.conf like this:
-program[capture] = spectrwm_screenshot.sh full
-bind[capture] = MOD+c
-program[capture_w] = spectrwm_screenshot.sh window
-bind[capture_w] = MOD+Shift+c
+program[capture] = spectrwm_screenshot.sh full
+bind[capture] = MOD+c
+program[capture_w] = spectrwm_screenshot.sh window
+bind[capture_w] = MOD+Shift+c
Needless to say, that these scripts must be in your PATH in the above cases.