複数の指で次のワークスペースにスワイプするなどのタッチジェスチャーを有効にする方法を知る必要があります。
Ubuntuにはlibinput-gesturesがありますが、Fedoraにインストールする方法は?
私が見たすべてのCoprリポジトリは何年も経っています。
ベストアンサー1
取付ける:
以下はFedora 29で動作します!
# Install Requirements
sudo dnf install \
xdotool \
wmctrl \
git
# Add Groups
sudo gpasswd -a $USER input
exec sg input newgrp $(id -gn)
# Add Multitouch Gestures
ORG_DIR=$PWD
cd /usr/src
sudo git clone https://github.com/bulletmark/libinput-gestures.git
cd libinput-gestures
sudo make install
libinput-gestures-setup autostart
libinput-gestures-setup start
cd $ORG_DIR
メモ:ログアウトして再度ログインして問題が解決した場合は、エラーがあってはなりません。
構成:
オプションを設定するには、必要に応じてコピーし/etc/libinput-gestures.conf
て~/.config/libinput-gestures.conf
編集します。