greetd session command fix
This commit is contained in:
parent
9ec15dd084
commit
69f3dedf2d
1 changed files with 2 additions and 2 deletions
|
@ -13,12 +13,12 @@
|
||||||
let
|
let
|
||||||
hostSpec = config.hostSpec.username;
|
hostSpec = config.hostSpec.username;
|
||||||
default = {
|
default = {
|
||||||
command = "${pkgs.greetd.tuigreet}/bin/tuigreet --asterisks --time --time-format '%I:%M %p | %a • %h | %F' --cmd uwsm start hyprland.desktop";
|
command = "${pkgs.greetd.tuigreet}/bin/tuigreet --asterisks --time --time-format '%I:%M %p | %a • %h | %F' --cmd uwsm start default";
|
||||||
user = "toph";
|
user = "toph";
|
||||||
};
|
};
|
||||||
initial = {
|
initial = {
|
||||||
# command = "${pkgs.hyprland}/bin/Hyprland";
|
# command = "${pkgs.hyprland}/bin/Hyprland";
|
||||||
command = "uwsm start hyprland.desktop";
|
command = "uwsm start default";
|
||||||
user = "toph";
|
user = "toph";
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
|
|
Loading…
Add table
Reference in a new issue