diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2025-06-04 14:48:39 +0530 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-06-04 14:48:39 +0530 | 
| commit | a3b37708f641338c45b788f6622b08a0d55f5729 (patch) | |
| tree | 1cb174183db045c7ad09272b9e7d3cfc081fb21f /modules | |
| parent | dabd3194f50778f175023fd454d00a6e0a4cdf6d (diff) | |
update
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 f693969..dbf084a 100644 --- a/modules/login.nix +++ b/modules/login.nix @@ -11,8 +11,8 @@      settings = {        default_session = {          # command = "tuigreet --time --remember --cmd \"sway\""; -        # command = "tuigreet --time --remember --cmd \"startplasma-wayland\""; -        command = "tuigreet --time --remember --cmd \"dwl -s dwlb\""; +        command = "tuigreet --time --remember --cmd \"startplasma-wayland\""; +        # command = "tuigreet --time --remember --cmd \"dwl -s dwlb\"";          user = "greeter";        };      }; | 
