diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/login.nix | 3 |
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"; }; }; |
