From b18ff01a7b150f36583bbe81b1e30537b80e4a52 Mon Sep 17 00:00:00 2001 From: surtur Date: Sun, 26 Jul 2020 15:14:09 +0200 Subject: [PATCH] chore: updated fusuma X config to use "sendkey" plugin --- .config/fusuma/config.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.config/fusuma/config.yml b/.config/fusuma/config.yml index 85ad389..4344764 100644 --- a/.config/fusuma/config.yml +++ b/.config/fusuma/config.yml @@ -36,13 +36,13 @@ swipe: command: 'xdotool key --clearmodifiers XF86MonBrightnessDown' threshold: 0.0485 left: - command: 'xdotool key alt+Right' + sendkey: "LEFTALT+RIGHT" keypress: LEFTMETA: command: 'xdotool key --clearmodifiers XF86AudioLowerVolume' threshold: 0.0485 right: - command: 'xdotool key alt+Left' + sendkey: "LEFTALT+LEFT" keypress: LEFTMETA: command: 'xdotool key --clearmodifiers XF86AudioRaiseVolume' @@ -50,12 +50,10 @@ swipe: pinch: in: - command: 'xdotool key ctrl+equal' - # command: 'xdotool keydown ctrl click 4 keyup ctrl' # Zoom in + sendkey: "LEFTCTRL+EQUAL" # zoom in threshold: 0.0485 out: - command: 'xdotool key ctrl+minus' - # command: 'xdotool keydown ctrl click 5 keyup ctrl' # Zoom out + sendkey: "LEFTCTRL+MINUS" # zoom out threshold: 0.0485 plugin: