diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-09-29 11:57:20 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-09-29 11:57:20 +0530 |
| commit | 8cb4343738a08010996701a86667d901620c6cb7 (patch) | |
| tree | 7a169f81b4f1eb73e571495069569fac98487006 /modules | |
| parent | cab9134cfafbd7abbc6766384191f58c1ca9c16a (diff) | |
back to dwl
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/login.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/login.nix b/modules/login.nix index 28432c1..038f4a3 100644 --- a/modules/login.nix +++ b/modules/login.nix @@ -10,7 +10,7 @@ enable = true; settings = { default_session = { - command = "tuigreet --time --remember --cmd \"qtile start -b wayland\""; + command = "tuigreet --time --remember --cmd \"dwl -s dwlb\""; user = "greeter"; }; }; |
