We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, in my config I have set these two things:
[commands.swipe.three] up = "thunderbird" down = "rofi -show drun"
When I execute the down gesture rofi starts but it can not start Thunderbird. Even no process with the name thunderbird shows up.
down
When I execute the up gesture thunderbird does not open but it does show up about twenty processes named thunderbird.
up
I'd like to debug this more but it actually only happens when gebaar is started with gebaard -b.
gebaard -b
Note that I use sway and thus wayland. Also note that none of this happens with libinput-gestures.
PS: Thank you for writing this great daemon!
The text was updated successfully, but these errors were encountered:
Can you try my fork with one_shot enabled for swipes? https://github.com/osleg/gebaar-libinput
one_shot
Sorry, something went wrong.
No branches or pull requests
Hello,
in my config I have set these two things:
When I execute the
down
gesture rofi starts but it can not start Thunderbird. Even no process with the name thunderbird shows up.When I execute the
up
gesture thunderbird does not open but it does show up about twenty processes named thunderbird.I'd like to debug this more but it actually only happens when gebaar is started with
gebaard -b
.Note that I use sway and thus wayland. Also note that none of this happens with libinput-gestures.
PS: Thank you for writing this great daemon!
The text was updated successfully, but these errors were encountered: