diff options
| author | vin <vin@vineetk.net> | 2025-10-06 22:51:25 -0400 |
|---|---|---|
| committer | vin <vin@vineetk.net> | 2025-10-06 22:51:25 -0400 |
| commit | 8d42e47952b290cfb0cecd67a8eadcc50f3b47fa (patch) | |
| tree | ded1698a8672dcd5f1aa9490fb5e872214c59eaa /modules | |
| parent | 3799daa99376ae753bcd41992006b0e234508417 (diff) | |
try using bspwm as current wm
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/desktop.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/desktop.nix b/modules/desktop.nix index ca26902..0e97300 100644 --- a/modules/desktop.nix +++ b/modules/desktop.nix | |||
| @@ -119,7 +119,7 @@ | |||
| 119 | }; | 119 | }; |
| 120 | 120 | ||
| 121 | xserver = { | 121 | xserver = { |
| 122 | enable = false; | 122 | enable = true; |
| 123 | autorun = false; | 123 | autorun = false; |
| 124 | displayManager.setupCommands = '' | 124 | displayManager.setupCommands = '' |
| 125 | xinput set-prop "Logitech USB Receiver Mouse" "libinput Accel Profile Enabled" 0 1 0 | 125 | xinput set-prop "Logitech USB Receiver Mouse" "libinput Accel Profile Enabled" 0 1 0 |
