aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/xfce4-session/files/patch-scripts_xflock4
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/xfce4-session/files/patch-scripts_xflock4')
-rw-r--r--x11-wm/xfce4-session/files/patch-scripts_xflock418
1 files changed, 0 insertions, 18 deletions
diff --git a/x11-wm/xfce4-session/files/patch-scripts_xflock4 b/x11-wm/xfce4-session/files/patch-scripts_xflock4
deleted file mode 100644
index 32cedb702b8a..000000000000
--- a/x11-wm/xfce4-session/files/patch-scripts_xflock4
+++ /dev/null
@@ -1,18 +0,0 @@
---- scripts/xflock4.orig 2019-05-10 20:05:58 UTC
-+++ scripts/xflock4
-@@ -39,12 +39,14 @@ done
- # else run another access locking utility, if installed
- for lock_cmd in \
- "xlock -mode blank" \
-- "slock"
-+ "slock" \
-+ "i3lock -c 000000"
- do
- set -- $lock_cmd
- if command -v -- $1 >/dev/null 2>&1; then
- $lock_cmd >/dev/null 2>&1 &
- # turn off display backlight:
-+ sleep 1
- xset dpms force off
- exit
- fi