1
0
Fork 0

switch screen locker from i3lock-fancy to xsecurelock

This commit is contained in:
Pratham Patel 2023-01-12 11:49:49 +05:30
parent e6042a4105
commit be3bf8642c
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash
i3lock-fancy &
xsecurelock &
systemctl suspend

View File

@ -10,7 +10,7 @@ xrandr -s 3840x2160+0+0
nvidia-settings --assign CurrentMetaMode="3840x2160+0+0 { ForceFullCompositionPipeline = On }"
pgrep -x dunst > /dev/null || dunst &
pgrep -x picom > /dev/null || picom &
pgrep -x picom > /dev/null || picom --fade-exclude 'class_g = "xsecurelock"' &
pgrep -x sxhkd > /dev/null || sxhkd &
notify-send -u normal "Login manager" "Welcome, $(whoami)"