标题可能具有误导性,但我没有找到更好更短的方式来表达它,所以这里有一些上下文。
当我将触摸板配置为自然滚动时,它可以工作。一旦我重新启动,它就不再存在了。但是当我访问设置时,它显示了良好的设置。我必须取消选择+重新选择设置才能使其再次工作。
知道出了什么问题以及如何解决此问题吗?
当使用powerline CPU system properties segment在 tmux 上滚动时,每次后者更新时,窗口都会回到“home”/当前提示设置。这真的很烦人,因为我想看看我正在滚动到什么,而不是回到提示。
有没有办法阻止 tmux 这样做?
我怀疑状态栏的任何更新都会导致问题,而不仅仅是电力线问题。因此,我怀疑有一个我找不到的地方。
我可以用两根手指滚动。我已经用一根手指禁用了边缘滚动。
我想在我的突触触摸板上禁用 3 根和 4 根手指的单击和滚动。
系统详情:
操作系统:Manjaro Linux
KDE Plasma 版本:5.15.3
KDE Frameworks 版本:5.56.0
Qt 版本:5.12.2
内核版本:5.0.5-1-MANJARO
操作系统类型:64 位
触摸板:SynPS/2 Synaptics TouchPad
我正在使用 libinputgestures (2.42-1) 作为手势(但没有启用 3 和 4 根手指的滚动),配置文件是:
gesture swipe up 4 xdotool key super+Page_Up
gesture swipe down 4 xdotool key super+Page_Down
gesture swipe right 4 xdotool key ctrl+alt+Right
gesture swipe left 4 xdotool key ctrl+alt+Left
gesture swipe right_up 4 xdotool key XF86AudioPlay
gesture swipe left 3 xdotool key alt+Right
gesture swipe right 3 xdotool key alt+Left
gesture swipe right_up 3 xdotool key ctrl+Tab
gesture swipe left_down 3 xdotool key ctrl+shift+Tab
#gesture pinch in 2 xdotool key ctrl+minus
#gesture pinch out 2 xdotool key ctrl+plus
gesture pinch anticlockwise 2 xdotool key XF86AudioLowerVolume
gesture pinch clockwise 2 xdotool key XF86AudioRaiseVolume
swipe_threshold 0