-
Notifications
You must be signed in to change notification settings - Fork 34
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
Allow custom command instead of application selection #73
Comments
Regular As a workaround for not having this built-in to the extension, it is possible to create a custom [Desktop Entry]
Type=Application
Exec=kitty --class=quake --instance-group=quake --config ~/.config/kitty/dropdown.conf
Hidden=false
Name=kitty quake-mode
StartupWMClass=quake Hope this helps! |
Thanks, @eaon. That's very helpful. Would you mind sharing the diff between your dropdown.conf and your regular kitty.conf? I'm particularly interested in knowing how you configure options like |
Update: I tried the new desktop entry option, but that leads to a bunch of issues:
I'm using EndeavourOS (Arch-based) with Gnome 44.4. |
First off, thank you for this excellent extension.
I'd like to open up
kitty
, but with a custom config file usingkitty --config /path/to/dropdown-kitty.conf
. But as things stand, I can only select applications in the accelerator tab, and I can't provide custom commands. Could this be changed so that custom commands can be executed instead of just applications?The text was updated successfully, but these errors were encountered: