我的Debian小修补
WPS-PDF滚动不平滑
新建
sudo vim /etc/X11/xorg.conf.d/10-evdev.conf
写入
Section "InputClass"
Identifier "evdev pointer catchall"
MatchIsPointer "on"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
Option "ButtonMapping" "1 2 3 4 5 6 7 8 9"
EndSection
Google-Chrome点击之后鼠标显示加载约15s(Xorg)
新建desktop文件
~/.local/share/applications/google-chrome.desktop
内容:
[Desktop Entry]
Version=1.0
Name=Google Chrome Local
GenericName=Web Browser
Comment[zh_CN]=访问互联网
Exec=/usr/bin/google-chrome-stable --ozone-platform-hint=auto --diable-gpu %U
StartupWMClass=Google-chrome
StartupNotify=false
Terminal=false
Icon=google-chrome
Type=Application
Categories=Network;WebBrowser;
MimeType=application/pdf;application/rdf+xml;application/rss+xml;application/xhtml+xml;application/xhtml_xml;application/xml;image/gif;image/jpeg;image/png;image/webp;text/html;text/xml;x-scheme-handler/http;x-scheme-handler/https;
Actions=new-window;new-private-window;
[Desktop Action new-window]
Name=New Window
Name[zh_CN]=新建窗口
Exec=/usr/bin/google-chrome-stable --ozone-platform-hint=auto
[Desktop Action new-private-window]
Name=New Incognito Window
Name[zh_CN]=新建隐身窗口
Exec=/usr/bin/google-chrome-stable --ozone-platform-hint=auto --incognito

浙公网安备 33010602011771号