tuigreet: remember user session
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
359471a2fc
commit
c6aa6332a8
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,6 @@
|
|||
...
|
||||
}:
|
||||
with lib; let
|
||||
Hyprland = "${config.programs.hyprland.package}/bin/Hyprland";
|
||||
systemd-cat = "${pkgs.systemd}/bin/systemd-cat";
|
||||
tuigreet = "${pkgs.greetd.tuigreet}/bin/tuigreet";
|
||||
|
||||
|
@ -21,9 +20,10 @@ in {
|
|||
|
||||
settings.default_session = {
|
||||
command = lib.concatStringsSep " " [
|
||||
"${tuigreet}"
|
||||
tuigreet
|
||||
"--session-wrapper '${systemd-cat} --identifier wm'" # ?? journalctl --identifier wm
|
||||
"--remember"
|
||||
"--remember-user-session"
|
||||
"--time"
|
||||
"--asterisks"
|
||||
"--window-padding 1"
|
||||
|
|
Loading…
Reference in a new issue