Hyprland: Improve lockscreen
This commit is contained in:
@@ -2,6 +2,11 @@
|
||||
|
||||
LOCK="$XDG_CACHE_HOME/lock.png"
|
||||
|
||||
if [ "$WM" = "hyprland" ]; then
|
||||
hyprlock
|
||||
exit 0
|
||||
fi
|
||||
|
||||
# Cache the lock image
|
||||
if [ ! -f "$LOCK" ]; then
|
||||
touch "$LOCK"
|
||||
|
||||
Reference in New Issue
Block a user