disable middle mouse emulation
middle mouse emulation to me with a perfectly functioning and blossoming middle mouse button is merely a distraction at best, while gaming it was crippling for a long time before I realised that it was not my mouse being broken or me being stupid, but rather this setting being enabled by default for some spirit-forsaken reason . fuck this . it still gets enabled by default, so it doesn't even help ? aaargh
This commit is contained in:
parent
0e2e03609e
commit
2372c63c19
1 changed files with 6 additions and 0 deletions
|
|
@ -220,6 +220,12 @@
|
||||||
|
|
||||||
desktopManager.runXdgAutostartIfNone = true;
|
desktopManager.runXdgAutostartIfNone = true;
|
||||||
displayManager.startx.enable = true;
|
displayManager.startx.enable = true;
|
||||||
|
|
||||||
|
libinput = {
|
||||||
|
enable = true;
|
||||||
|
middleEmulation = false;
|
||||||
|
};
|
||||||
|
|
||||||
windowManager.leftwm.enable = true;
|
windowManager.leftwm.enable = true;
|
||||||
xkb.layout = "us";
|
xkb.layout = "us";
|
||||||
xkb.variant = "dvp";
|
xkb.variant = "dvp";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue