diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-02-02 16:00:19 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-02-02 16:00:19 +0530 |
| commit | 042ee0e7d270006f273e8755c157d40060fae3e1 (patch) | |
| tree | 41120a192be3eee901e2ca81897eb261d6624d5a /modules | |
| parent | 5055c72d26569d352b0273cd79544ece594763b2 (diff) | |
update dwl log file
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 4d149c3..8efefb4 100644 --- a/modules/login.nix +++ b/modules/login.nix @@ -10,7 +10,7 @@ enable = true; settings = { default_session = { - command = "tuigreet --time --remember --cmd \"dwl > ~/.cache/dwltags\""; + command = "tuigreet --time --remember --cmd \"dwl > ~/.cache/dwl-log\""; user = "greeter"; }; }; |
