好久没发了,水一篇文章。
安装
首先安装libinput-gestures
1 | sudo pacman -S xdotool wmctrl |
启动
1 | libinput-gestures-setup autostart start |
配置
编辑配置文件:
1 | ~/.config/libinput-gestures.conf |
我的配置示例:
1 | gesture swipe up 3 xdotool key alt+Up |
重启
1 | libinput-gestures-setup restart |
好久没发了,水一篇文章。
首先安装libinput-gestures
1 | sudo pacman -S xdotool wmctrl |
启动
1 | libinput-gestures-setup autostart start |
编辑配置文件:
1 | ~/.config/libinput-gestures.conf |
我的配置示例:
1 | gesture swipe up 3 xdotool key alt+Up |
1 | libinput-gestures-setup restart |