我已经在 ~/.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
这是终端的输出输出
答案1
请检查 fusuma 是否正确加载了您的配置文件。请粘贴$ fusuma --version