fix: Disable xsession wallpapers
fix: uwsm startup
This commit is contained in:
parent
b10d75c428
commit
e1d29a3693
|
@ -9,6 +9,6 @@
|
|||
./rofi.nix
|
||||
./i3.nix
|
||||
];
|
||||
xsession.wallpapers.enable = true;
|
||||
#xsession.wallpapers.enable = true;
|
||||
home.file.".xinitrc".source = ./xinitrc;
|
||||
}
|
||||
|
|
|
@ -63,7 +63,7 @@
|
|||
# Autostart hyprland if on tty1 (once, don't restart after logout)
|
||||
programs.zsh.initExtra = lib.mkOrder 9999 ''
|
||||
if uwsm check may-start ; then
|
||||
exec systemd-cat -t uwsm_start uwsm start -S -F hyprland
|
||||
exec systemd-cat -t uwsm_start uwsm start -S -F Hyprland
|
||||
fi
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue