UbuntuBudgie / budgie-extras

Additional Budgie Desktop enhancements for user experience
https://ubuntubudgie.org
GNU General Public License v3.0
175 stars 34 forks source link

Window shuffler has hardcoded keybindings #430

Open laniusone opened 2 years ago

laniusone commented 2 years ago

Expected result: Keyboard shortcuts can be configured from GUI configuration program OR via dconf

Actual result: Keyboard shortcuts configuration is nowhere to be found.

fossfreedom commented 2 years ago

https://github.com/UbuntuBudgie/budgie-extras/blob/master/budgie-extras-daemon/src/examplebde/example.bde

The install location for window shuffler, previews and quickchar keybindings for Ubuntu are found in /usr/share/budgie-extras-daemon

So you can copy the appropriate bde to - say the /etc location and modify - logout and login to pick up the new keybinding.

laniusone commented 2 years ago

I wasn't able to make it work this way. I've copied the files to /etc/budgie-extras-daemon/bde as in the example, but it didn't work. Is this Budgie specific? Because I'm trying shuffler in MATE.

Although the configuration files were very helpful to figure out how can I make my own shortcuts there, simply calling commands from /usr/lib/budgie-window-shuffler/ in custom global keybindings.

If bde configs are not suppossed to work outside Budgie, I believe issue might be closed.