我在~/. config /fusuma/config.yml中写入了配置文件
这是配置文件
swipe:
3:
left:
command: "xdotool key Alt+Right" # History forward
right:
command: "xdotool key Alt+Left" # History back
up:
command: "xdotool key Super" # Activity
down:
command: "xdotool key Super" # Activity
4:
left:
command: "xdotool key Ctrl+Alt+Down" # Switch to next workspace
right:
command: "xdotool key Ctrl+Alt+Up" # Switch to previous workspace
up:
command: "xdotool key Ctrl+Alt+Down" # Switch to next workspace
down:
command: "xdotool key Ctrl+Alt+Up" # Switch to previous workspace
pinch:
in:
command: "xdotool keydown Ctrl click 4 keyup Ctrl" # Zoom in
out:
command: "xdotool keydown Ctrl click 5 keyup Ctrl" # Zoom out这是终端输出中的输出
发布于 2021-04-29 21:47:07
请检查fusuma正确加载您的配置文件。请粘贴$ fusuma --version输出
https://askubuntu.com/questions/1334777
复制相似问题