Use full path for hyprlock
This commit is contained in:
parent
8d2928a65b
commit
75064a7228
@ -31,7 +31,7 @@
|
||||
enable = true;
|
||||
settings = {
|
||||
general = {
|
||||
lock_cmd = "hyprlock";
|
||||
lock_cmd = "${pkgs.hyprlock}/bin/hyprlock";
|
||||
before_sleep_cmd = "lockhelper";
|
||||
ignore_dbus_inhibit = false;
|
||||
};
|
||||
@ -333,11 +333,6 @@
|
||||
|
||||
exec-once = [
|
||||
"waybar"
|
||||
# "hyprpaper & sleep 10 && randomwp"
|
||||
# "easyeffects --gapplication-service"
|
||||
# "hypridle"
|
||||
# "streamcontroller -b"
|
||||
# "dunst"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user