diff options
Diffstat (limited to '.config/fusuma/config.yml')
| -rw-r--r-- | .config/fusuma/config.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.config/fusuma/config.yml b/.config/fusuma/config.yml new file mode 100644 index 0000000..8eb3ef4 --- /dev/null +++ b/.config/fusuma/config.yml @@ -0,0 +1,6 @@ +swipe: + 3: + left: + command: 'xdotool key Super+Right' + right: + command: 'xdotool key Super+Left' |