desktop/spectrwm: Fix README, template comments.

Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2020-10-11 17:05:51 -04:00 committed by Willy Sudiarto Raharjo
parent 2027ceb30d
commit d3979d7b5d
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 13 additions and 12 deletions

View File

@ -1,8 +1,9 @@
Spectrwm is a small dynamic tiling window manager for X11. It tries to stay out
of the way so that valuable screen real estate can be used for much more
important stuff. It has sane defaults and does not require one to learn a
language to do any configuration. It was written by hackers for hackers and it
strives to be small, compact and fast.
Spectrwm is a small dynamic tiling window manager for X11. It tries
to stay out of the way so that valuable screen real estate can be
used for much more important stuff. It has sane defaults and does
not require one to learn a language to do any configuration. It was
written by hackers for hackers and it strives to be small, compact
and fast.
NOTES:
The installer includes several example files, including:
@ -12,10 +13,12 @@ The installer includes several example files, including:
All these files can be found in /usr/doc/spectrwm-$VERSION/examples
The installer places a default spectrwm.conf in /etc but spectrwm will also look
for .spectrwm.conf and .spectrwm_us.conf in $HOME/user/
The installer places a default spectrwm.conf in /etc but spectrwm will
also look for .spectrwm.conf and .spectrwm_us.conf in $HOME/user/
baraction.sh can go in an executable path which should be named in .spectrwm.conf
baraction.sh can go in an executable path which should be named in
.spectrwm.conf
Finally, dmenu is a soft dependency, and spectrwm will give a warning if it's
missing. However it's not essential and some users may prefer other app launchers.
Finally, dmenu is a soft dependency, and spectrwm will give a warning
if it's missing. However it's not essential and some users may prefer
other app launchers.

View File

@ -98,7 +98,6 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
# Remove the symlink to scrotwm
rm -f $PKG/usr/bin/scrotwm
# Compress man pages
find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
@ -108,7 +107,6 @@ cp -a \
$PKG/usr/doc/$PRGNAM-$VERSION/examples
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
# Copy the slack-desc (and a custom doinst.sh if necessary) into ./install
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh