mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-19 02:37:01 -04:00
fix mice acceleration
This commit is contained in:
parent
fe2a1bce0d
commit
6296736740
1 changed files with 10 additions and 0 deletions
|
@ -8,6 +8,16 @@
|
||||||
programs = {
|
programs = {
|
||||||
plasma = {
|
plasma = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
overrideConfig = true;
|
||||||
|
# input.mice is only on a per-mouse basis and doesnt have these settings
|
||||||
|
configFile = {
|
||||||
|
"kcminputrc" = {
|
||||||
|
Mouse = {
|
||||||
|
X11LibInputXAccelProfileFlat = true;
|
||||||
|
XLbInptAccelProfileFlat = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
hotkeys = {
|
hotkeys = {
|
||||||
commands = {
|
commands = {
|
||||||
"ocr" = {
|
"ocr" = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue