greetd, hyprland: fix greeter and lock screen

This commit is contained in:
Bloxx12 2025-04-09 15:31:18 +02:00
commit 6e70e952e2
2 changed files with 13 additions and 9 deletions

View file

@ -5,6 +5,7 @@
...
}: let
# inherit (config.modules.style) cursor;
inherit (lib.meta) getExe;
in {
programs.hyprland.settings = {
# Hyprland settings
@ -13,6 +14,7 @@ in {
"uwsm finalize"
"hyprctl setcursor BreezeX-RosePine-Linux 32"
"hyprctl seterror disable"
"[workspace special:keepassxc; silent;tile] ${pkgs.keepassxc}/bin/keepassxc"
"[workspace special:audio; silent;tile] ${pkgs.pwvucontrol}/bin/pwvucontrol"
@ -25,6 +27,7 @@ in {
"${pkgs.lxqt.lxqt-policykit}/bin/lxqt-policykit-agent"
"hyprctl dispatch split-workspace 1"
"${getExe pkgs.hyprlock}"
];
};
}