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