mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-15 17:45:12 -05:00
15 lines
205 B
Nix
15 lines
205 B
Nix
![]() |
{
|
||
|
environment = {
|
||
|
DISPLAY = ":0";
|
||
|
};
|
||
|
|
||
|
prefer-no-csd = true;
|
||
|
|
||
|
hotkey-overlay.skip-at-startup = true;
|
||
|
|
||
|
input = {
|
||
|
focus-follows-mouse.enable = true;
|
||
|
mouse.accel-profile = "flat";
|
||
|
};
|
||
|
}
|