Hi, I'm trying to use set_desktop for switching workspaces using libinput-gestures and for some reason it is not working when I'm assigning swipe_left event with xdotool set_desktop --relative -1, does negative integers not work with relative flag? or I'm doing something wrong. Also, xdotool set_desktop --relative 1 cycles through all workspaces if run enough times.
Hi, I'm trying to use set_desktop for switching workspaces using libinput-gestures and for some reason it is not working when I'm assigning swipe_left event with
xdotool set_desktop --relative -1
, does negative integers not work with relative flag? or I'm doing something wrong. Also,xdotool set_desktop --relative 1
cycles through all workspaces if run enough times.ignore the comments