summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Guschin <saintruler@gmail.com>2021-09-03 00:02:49 +0400
committerAndrew Guschin <saintruler@gmail.com>2021-09-03 00:02:49 +0400
commitf5263aeacb5dbcdb1f3d6ae218b0069334654089 (patch)
tree5f81d93490a6e062e57bd9b8f81191017c9e4d75
parent2969da204db86c36e30322b68935ce478c528f5b (diff)
Added xss-lock in .xprofile
-rw-r--r--.xprofile1
1 files changed, 1 insertions, 0 deletions
diff --git a/.xprofile b/.xprofile
index 058e779..8c80435 100644
--- a/.xprofile
+++ b/.xprofile
@@ -7,6 +7,7 @@ if [ "$DESKTOP_SESSION" = "openbox-session" ] || \
setxkbmap -layout us,ru -option "grp:alt_shift_toggle"
dunst &
+xss-lock -v -- slock -m "$(cowsay 'You shall not pass!')" &
# Window manager specific config
if [ "$DESKTOP_SESSION" = "dwm" ]; then