6baa479149
- Added xfce4-screensaver as a screen saver and screen locker since light-locker is broken - Added script that can be used from a PrawnOS bootable usb or sd card to upgrade the kerenl of PrawnOS on the internal emmc - Made the ath9k module built in to remove any dependence on the file system - removed useless line from inject kernel script, we arent on version 3.14
14 lines
402 B
Diff
14 lines
402 B
Diff
diff --git a/usr/bin/xflock4 b/usr/bin/xflock4
|
|
index d55cbf7..b7b28c6
|
|
--- a/usr/bin/xflock4
|
|
+++ b/usr/bin/xflock4
|
|
@@ -26,6 +26,7 @@ export PATH
|
|
|
|
# Lock by xscreensaver or gnome-screensaver, if a respective daemon is running
|
|
for lock_cmd in \
|
|
+ "xfce4-screensaver-command --lock"\
|
|
"xscreensaver-command -lock" \
|
|
"light-locker-command --lock" \
|
|
"gnome-screensaver-command --lock" \
|
|
|