From f5263aeacb5dbcdb1f3d6ae218b0069334654089 Mon Sep 17 00:00:00 2001 From: Andrew Guschin Date: Fri, 3 Sep 2021 00:02:49 +0400 Subject: Added xss-lock in .xprofile --- .xprofile | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3