summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
author B. Watson2020-10-12 23:24:34 +0200
committer Willy Sudiarto Raharjo2020-10-17 04:38:19 +0200
commit7f5f3ddd8f4e36774961e1bfb3c29e7065d57254 (patch)
tree8d462ec3e26a4b40881fecbdf3d862667fb76800 /desktop
parent5838730c5c3acf2fcd96cc2952b6922f27cbd592 (diff)
downloadslackbuilds-7f5f3ddd8f4e36774961e1bfb3c29e7065d57254.tar.gz
desktop/icewm: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/icewm/README20
1 files changed, 11 insertions, 9 deletions
diff --git a/desktop/icewm/README b/desktop/icewm/README
index 5f4f763a9a..be3fd24f98 100644
--- a/desktop/icewm/README
+++ b/desktop/icewm/README
@@ -1,14 +1,16 @@
IceWM is a window manager for the X Window System. The goal of IceWM
is speed, simplicity, and not getting in the user's way.
-Because icewm users are perhaps less likely to use components of other
-desktop environments, the following could be considered a recommendation
-for addition to /etc/sudoers (use visudo(8) to edit it), which will allow
-all members of the "power" group to use icewm's built-in methods for
-shutdown, reboot, and sleep.
+Because icewm users are perhaps less likely to use components of
+other desktop environments, the following could be considered a
+recommendation for addition to /etc/sudoers (use visudo(8) to edit
+it), which will allow all members of the "power" group to use icewm's
+built-in methods for shutdown, reboot, and sleep.
- Cmnd_Alias POWERMGMT = /sbin/halt, /sbin/reboot, /sbin/poweroff, /usr/sbin/pm-suspend
- %power ALL=(ALL) NOPASSWD: POWERMGMT
+Cmnd_Alias POWERMGMT = /sbin/halt, /sbin/reboot, \
+ /sbin/poweroff, /usr/sbin/pm-suspend
+%power ALL=(ALL) NOPASSWD: POWERMGMT
-Some users might wish to have a polkit authentication agent or other things
-invoked at X startup - see /usr/share/icewm/startup for suggestions.
+Some users might wish to have a polkit authentication agent or
+other things invoked at X startup - see /usr/share/icewm/startup for
+suggestions.