iberianpig / fusuma

Multitouch gestures with libinput driver on Linux
MIT License
3.63k stars 146 forks source link

GNOME 40 fusuma not working #239

Closed Pinche-Dev closed 3 years ago

Pinche-Dev commented 3 years ago

before it used to work find but updating to GNOME 40 and fusuma doesnot work at all

Pinche-Dev commented 3 years ago

found the fix::: GNOME 40 changes the shortcut for changing workspaces from Ctrl + Alt + Up/ Down to Ctrl + ALt + Right/Left

~/.confit/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+Right" # Switch to next workspace right: command: "xdotool key ctrl+alt+Left" # Switch to previous workspace up: command: "xdotool key ctrl+alt+Right" # Switch to next workspace down: command: "xdotool key ctrl+alt+Left" # 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