fusuma配置信息备份 - mate桌面

kevin.Zhu 发布于:2021-7-12 16:43 分类:文摘  有 20 人浏览,获得评论 0 条  

# /etc/fusuma/config.yml


swipe:
  3:
    right:
      command: "xdotool key alt+Right" # 历史向前
    left:
      command: "xdotool key alt+Left" # 历史向后
    up:
      command: "xdotool key ctrl+t" # 浏览器创建新tab
    down:
      command: "xdotool key ctrl+w" # 浏览器关闭当前tab
  4:
    left:
      command: "xdotool key alt+F8" # 改变窗口大小
    right:
      command: "xdotool key alt+F4" # 强制退出
    up:
      command: "xdotool key alt+F10" # 窗口最大化/还原
    down:
      command: "xdotool key alt+F7" # 移动窗口
pinch:
  in:
    command: "xdotool keydown ctrl click 4 keyup ctrl" # Zoom in
  out:
    command: "xdotool keydown ctrl click 5 keyup ctrl" # Zoom out