Hard tabs be gone!
This commit is contained in:
parent
70aa758c34
commit
d7810b4303
@ -156,7 +156,7 @@ in
|
|||||||
Option "EmulateWheel" "true
|
Option "EmulateWheel" "true
|
||||||
Option "EmulateWheelButton" "2"
|
Option "EmulateWheelButton" "2"
|
||||||
Option "Emulate3Buttons" "false"
|
Option "Emulate3Buttons" "false"
|
||||||
'' ];
|
'' ];
|
||||||
description = "Content of additional InputClass sections of the X server configuration file.";
|
description = "Content of additional InputClass sections of the X server configuration file.";
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -535,7 +535,7 @@ in
|
|||||||
Option "XkbVariant" "${cfg.xkbVariant}"
|
Option "XkbVariant" "${cfg.xkbVariant}"
|
||||||
EndSection
|
EndSection
|
||||||
|
|
||||||
# Additional "InputClass" sections
|
# Additional "InputClass" sections
|
||||||
${flip concatMapStrings cfg.inputClassSections (inputClassSection: ''
|
${flip concatMapStrings cfg.inputClassSections (inputClassSection: ''
|
||||||
Section "InputClass"
|
Section "InputClass"
|
||||||
${inputClassSection}
|
${inputClassSection}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user