iberianpig / fusuma

Multitouch gestures with libinput driver on Linux
MIT License
3.67k stars 149 forks source link

config.yml file is not updating #183

Closed Trevinno closed 4 years ago

Trevinno commented 4 years ago

I was able to write into the config.yml file the sample configurations you listed which are: wipe: 3: left: command: 'xdotool key alt+Right' right: command: 'xdotool key alt+Left' up: command: 'xdotool key super' down: command: 'xdotool key super'

threshold: swipe: 0.4

interval: swipe: 0.8

It worked but now I want to inverse the directions so when you swipe left alt+left is activated and such. I changed the config file to the following:

3: left: command: 'xdotool key alt+Left' right: command: 'xdotool key alt+Right' up: command: 'xdotool key super' down: command: 'xdotool key super'

I saved this change and the config.yml file did change but the swiping directions remained the same .

iberianpig commented 4 years ago

Could you paste output of fusuma -v and complete configuration file, not just a part of it?

And please quote codes with triple backquote ```

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.