diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2025-06-08 11:47:36 +0530 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-06-08 11:47:36 +0530 | 
| commit | f0fb3c4d1559bc13aeb764e25aa0746f465560b0 (patch) | |
| tree | 63fc3145c091496193b0c0f2af81d655e1956d0a /modules | |
| parent | ea128011e4c6a6e337ce36ab290da2ae028dcbd2 (diff) | |
add labwc
Diffstat (limited to '')
| -rw-r--r-- | modules/login.nix | 2 | ||||
| -rw-r--r-- | modules/wm_utils.nix | 1 | 
2 files changed, 2 insertions, 1 deletions
| diff --git a/modules/login.nix b/modules/login.nix index dbf084a..49daba0 100644 --- a/modules/login.nix +++ b/modules/login.nix @@ -11,7 +11,7 @@      settings = {        default_session = {          # command = "tuigreet --time --remember --cmd \"sway\""; -        command = "tuigreet --time --remember --cmd \"startplasma-wayland\""; +        command = "tuigreet --time --remember --cmd \"labwc\"";          # command = "tuigreet --time --remember --cmd \"dwl -s dwlb\"";          user = "greeter";        }; diff --git a/modules/wm_utils.nix b/modules/wm_utils.nix index 0b219e0..6242aa3 100644 --- a/modules/wm_utils.nix +++ b/modules/wm_utils.nix @@ -19,6 +19,7 @@      slurp      sway-launcher-desktop +    bemenu    ];    xdg.portal.enable = true; | 
