fixes to greetd and switching back to fish
This commit is contained in:
parent
9d38ed5fa2
commit
109ae12bcc
2 changed files with 21 additions and 8 deletions
|
@ -82,16 +82,12 @@ in
|
|||
enable = true;
|
||||
settings = rec {
|
||||
initial_session = {
|
||||
command = "if uwsm check may-start; then
|
||||
exec uwsm start hyprland-uwsm.desktop
|
||||
fi";
|
||||
command = "uwsm start hyprland-uwsm.desktop";
|
||||
# command = "dbus-run-session startplasma-wayland";
|
||||
user = "chris";
|
||||
};
|
||||
default_session = {
|
||||
command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time -r --window-padding 2 --cmd 'if uwsm check may-start; then
|
||||
exec uwsm start hyprland-uwsm.desktop
|
||||
fi' -s /etc/greetd/environments";
|
||||
command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time -r --window-padding 2 --cmd 'uwsm start hyprland-uwsm.desktop' -s /etc/greetd/environments";
|
||||
user = "greeter";
|
||||
};
|
||||
plasma_session = {
|
||||
|
@ -99,7 +95,7 @@ fi' -s /etc/greetd/environments";
|
|||
user = "chris";
|
||||
};
|
||||
hyprland_session = {
|
||||
command = "Hyprland";
|
||||
command = "uwsm start hyprland-uwsm.desktop";
|
||||
user = "chris";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue