mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-04-01 21:21:57 -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 = {
|
||||
plasma = {
|
||||
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 = {
|
||||
commands = {
|
||||
"ocr" = {
|
||||
|
|
Loading…
Add table
Reference in a new issue