[Xfce-bugs] [Bug 6253] New: Add slock functionality
bugzilla-daemon at xfce.org
bugzilla-daemon at xfce.org
Thu Feb 25 13:17:07 CET 2010
http://bugzilla.xfce.org/show_bug.cgi?id=6253
Summary: Add slock functionality
Classification: Xfce
Product: Xfce-utils
Version: Unspecified
Platform: All
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: Medium
Component: General
AssignedTo: xfce-bugs at xfce.org
ReportedBy: ebalaskas at ebalaskas.gr
Add slock[0] (a Simple X display locker) functionality to xflock4 script
File: xfce-utils/scripts/xflock4
Patch:
--- xflock4 2009-10-14 14:52:56.114312329 +0300
+++ xflock4.slock 2010-02-25 14:05:59.094354611 +0200
@@ -23,6 +23,8 @@
xscreensaver-command -lock
elif test x"`which gnome-screensaver-command 2>/dev/null`" != x""; then
gnome-screensaver-command --lock
+elif test x"`which slock 2>/dev/null`" != x""; then
+ slock
else
xlock $*
fi
[0]: http://tools.suckless.org/slock
--
Configure bugmail: http://bugzilla.xfce.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Xfce-bugs
mailing list