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
Add please feature when tap super button/windows button to open Launcher
The text was updated successfully, but these errors were encountered:
you can use xbindkeys as a somewhat hacky workaround.
~/.xbindkeysrc
#!/bin/sh "cutefish-launcher &" Super_L
keep in mind that any other hotkey with Super_L (aka win button) wont work anymore with this (eg. screen locking with win + L)
Sorry, something went wrong.
i'd like to see this soon, as the project seems to be un-dead now, it should be quite simple to create
guys use xbindkeys "cutefish-launcher" c:65 + m:0x50 (windowbutton + space) "cutefish-terminal" c:28 + m:0x18 + m:0x4 (ctrl + alt + t)
No branches or pull requests
Add please feature when tap super button/windows button to open Launcher
The text was updated successfully, but these errors were encountered: