summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2025-07-27 10:56:41 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2025-07-27 10:56:41 +0530
commitab36eaacf82a4462cad015c970195e0116916495 (patch)
treedaae8c01707e27f3892ff15e8bdcb6145ef24127 /modules
parent95f1b2f7cb344c875f4b967da0f19df3d707030c (diff)
dwl
Diffstat (limited to 'modules')
-rw-r--r--modules/login.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/login.nix b/modules/login.nix
index 1751f2a..e6ae50b 100644
--- a/modules/login.nix
+++ b/modules/login.nix
@@ -12,7 +12,8 @@
default_session = {
# command = "tuigreet --time --remember --cmd sway";
# command = "tuigreet --time --remember --cmd labwc";
- command = "tuigreet --time --remember --cmd \"dwl -s dwlb\"";
+ # command = "tuigreet --time --remember --cmd \"dwl -s dwlb\"";
+ command = "tuigreet --time --remember --cmd dwl";
user = "greeter";
};
};