summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/login.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/login.nix b/modules/login.nix
index f693969..dbf084a 100644
--- a/modules/login.nix
+++ b/modules/login.nix
@@ -11,8 +11,8 @@
settings = {
default_session = {
# command = "tuigreet --time --remember --cmd \"sway\"";
- # command = "tuigreet --time --remember --cmd \"startplasma-wayland\"";
- command = "tuigreet --time --remember --cmd \"dwl -s dwlb\"";
+ command = "tuigreet --time --remember --cmd \"startplasma-wayland\"";
+ # command = "tuigreet --time --remember --cmd \"dwl -s dwlb\"";
user = "greeter";
};
};