greetd: use wm-agnostic identifier
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
55117f19bf
commit
3036722cc5
1 changed files with 1 additions and 2 deletions
|
@ -22,8 +22,7 @@ in {
|
||||||
settings.default_session = {
|
settings.default_session = {
|
||||||
command = lib.concatStringsSep " " [
|
command = lib.concatStringsSep " " [
|
||||||
"${tuigreet}"
|
"${tuigreet}"
|
||||||
"--session-wrapper '${systemd-cat} --identifier hyprland'" # ?? journalctl --identifier hyprland
|
"--session-wrapper '${systemd-cat} --identifier wm'" # ?? journalctl --identifier wm
|
||||||
"--cmd ${Hyprland}"
|
|
||||||
"--remember"
|
"--remember"
|
||||||
"--time"
|
"--time"
|
||||||
"--asterisks"
|
"--asterisks"
|
||||||
|
|
Loading…
Reference in a new issue