-
Notifications
You must be signed in to change notification settings - Fork 77
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
implement hotkeys using KGlobalAccel application tab #24
Conversation
This is fantastic! Does this impact the |
To be honest this (2 days ago) is the first time I'm touching KDE so I'm taking baby steps by configuring most essential/annoying parts first. I did not take a look at rc2nix at all yet (probably never will) since I'm configuring Plasma from scratch without any prior config. |
Did some testing and it works, although I have noticed that when you remove a hotkey from the home-manager config, it still shows up in the settings (which is not necessarily a problem, shortcuts do the same), however it stops working |
I updated this to work on the newest plasma-manager and it works great on my end! When using |
fixes #18
implemented it in a slightly different manner than proposed by grouping all managed hotkeys under one application in configuration manager and having just one desktop entry with multiple actions.
Replicating "Add Command" flow (proposed in #18) resulted in terribly unreadable menu entry.
nix configurations is compatible with the master, I have simply added a new option
keys
.looks like this:
with following config
https://github.com/nazarewk-iac/nix-configs/blob/c4a5a18a0959671c0471acbd7ee46608b05b71d5/modules/profile/user/me/hm.nix#L62-L113