Finally (hopefully) fixed hyprlock. Updated nvidia drivers and kernel, added fastfetch config and hyprlock profile logo

This commit is contained in:
Aleksandr Lebedev 2024-12-01 22:18:48 +01:00
parent 4f16b2182d
commit c78bcba9b1
9 changed files with 149 additions and 8 deletions

View file

@ -17,7 +17,7 @@ services.hypridle = {
general = {
lock_cmd="pidof hyprlock || hyprlock";
before_sleep_cmd = "loginctl lock-session && sleep 3s"; # lock before suspend.
before_sleep_cmd = "loginctl lock-session"; # lock before suspend.
after_sleep_cmd = "hyprctl dispatch dpms on"; # to avoid having to press a key twice to turn on the display.
ignore_dbus_inhibit = false;
};