system/greetd_wayland: setup auto-login
This commit is contained in:
parent
38bcba4756
commit
282a0ae22d
1 changed files with 5 additions and 0 deletions
|
|
@ -6,6 +6,11 @@
|
||||||
command = "${pkgs.greetd.tuigreet}/bin/tuigreet --remember --asterisks --time --cmd 'zsh -c \"source $HOME/.config/zsh/.zshrc && Hyprland > $XDG_RUNTIME_DIR/Hyprland.out\"'";
|
command = "${pkgs.greetd.tuigreet}/bin/tuigreet --remember --asterisks --time --cmd 'zsh -c \"source $HOME/.config/zsh/.zshrc && Hyprland > $XDG_RUNTIME_DIR/Hyprland.out\"'";
|
||||||
user = "greeter";
|
user = "greeter";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
initial_session = {
|
||||||
|
command = "Hyprland > \"$XDG_RUNTIME_DIR/Hyprland.out\"";
|
||||||
|
user = "rin";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue