qol improvements

This commit is contained in:
Chris Cochrun 2023-05-19 09:54:51 -05:00
parent baec407444
commit 73ce9e321f
3 changed files with 6 additions and 14 deletions

View file

@ -84,12 +84,12 @@ with lib;
enable = true;
settings = rec {
initial_session = {
# command = "hyprland";
command = "dbus-run-session startplasma-wayland";
command = "hyprland";
# command = "dbus-run-session startplasma-wayland";
user = "chris";
};
default_session = {
command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time -r --window-padding 2 --cmd 'dbus-run-session startplasma-wayland' -s /etc/greetd/environments";
command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time -r --window-padding 2 --cmd 'hyprland' -s /etc/greetd/environments";
user = "greeter";
};
plasma_session = {