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: [email protected]
ReportedBy: [email protected]
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.
_______________________________________________
Xfce-bugs mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce-bugs