fix xdg-portals
This commit is contained in:
parent
e24bdb9e73
commit
2c5adddb45
3 changed files with 6 additions and 4 deletions
|
@ -85,15 +85,14 @@ in
|
|||
settings = rec {
|
||||
initial_session = {
|
||||
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 'uwsm start hyprland-uwsm.desktop' -s /etc/greetd/environments";
|
||||
user = "greeter";
|
||||
};
|
||||
plasma_session = {
|
||||
command = "dbus-run-session startplasma-wayland";
|
||||
cosmic_session = {
|
||||
command = "start-cosmic";
|
||||
user = "chris";
|
||||
};
|
||||
hyprland_session = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue