Skip to content
New issue

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

Specific keybinding doesn't work without swaymsg wrapper #8118

Open
mooreye opened this issue Apr 15, 2024 · 0 comments
Open

Specific keybinding doesn't work without swaymsg wrapper #8118

mooreye opened this issue Apr 15, 2024 · 0 comments
Labels
bug Not working as intended

Comments

@mooreye
Copy link

mooreye commented Apr 15, 2024

Problematic binding:
bindsym --inhibited --no-repeat --whole-window $mod+button9 scratchpad show; floating disable

If you press win+mouse5 with something in scraptchpad, while hovering over an active window, nothing will happen (window from scratchpad should appear).

This however, works:
bindsym --inhibited --no-repeat --whole-window $mod+button9 exec swaymsg 'scratchpad show; floating disable'
without such issue.

@mooreye mooreye added the bug Not working as intended label Apr 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Not working as intended
Development

No branches or pull requests

1 participant