diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2025-07-27 10:56:41 +0530 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-07-27 10:56:41 +0530 | 
| commit | ab36eaacf82a4462cad015c970195e0116916495 (patch) | |
| tree | daae8c01707e27f3892ff15e8bdcb6145ef24127 /modules | |
| parent | 95f1b2f7cb344c875f4b967da0f19df3d707030c (diff) | |
dwl
Diffstat (limited to '')
| -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";        };      }; | 
