diff --git a/plasma-mxmaster-fix.service b/plasma-mxmaster-fix.service index 0ebc3eb..52777a5 100644 --- a/plasma-mxmaster-fix.service +++ b/plasma-mxmaster-fix.service @@ -8,4 +8,4 @@ Restart=always ExecStart=/usr/bin/python3 /opt/plasma-mxmaster-fix/plasma-mxmaster-fix.py [Install] -WantedBy=multi-user.target \ No newline at end of file +WantedBy=default.target diff --git a/tes.py b/tes.py new file mode 100644 index 0000000..dff998a --- /dev/null +++ b/tes.py @@ -0,0 +1,3 @@ +import subprocess + +subprocess.run('dbus-send --type=method_call --dest=org.kde.KWin /org/kde/KWin/InputDevice/event11 org.freedesktop.DBus.Properties.Set string:"org.kde.KWin.InputDevice" string:"scrollFactor" variant:double:1', shell=True) \ No newline at end of file