diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2025-11-11 18:06:31 -0500 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-11-11 18:06:31 -0500 |
| commit | 9d8665ac0c5d70974efc1573a9cbca8fe3102185 (patch) | |
| tree | ca5af8774101009a9bc775ed1ecbdc1e11af49fb /modules/login.nix | |
| parent | 603224fe96dd1d276d52cf094f2ad56a6b1ebfe7 (diff) | |
labwc->dwl
Diffstat (limited to '')
| -rw-r--r-- | modules/login.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/login.nix b/modules/login.nix index e557845..4029d1c 100644 --- a/modules/login.nix +++ b/modules/login.nix @@ -11,9 +11,9 @@ settings = { default_session = { # command = "tuigreet --time --remember --cmd sway"; - command = "tuigreet --time --remember --cmd labwc"; + # command = "tuigreet --time --remember --cmd labwc"; # command = "tuigreet --time --remember --cmd \"dwl -s dwlb\""; - # command = "tuigreet --time --remember --cmd dwl"; + command = "tuigreet --time --remember --cmd dwl"; user = "greeter"; }; }; |
