pop-os / cosmic-epoch

Next generation Cosmic desktop environment
1.66k stars 55 forks source link

How to modify key bindings #288

Closed mkeco closed 2 weeks ago

mkeco commented 1 month ago

I want to modify the key bindings but I can't find the configuration file.

wiiznokes commented 1 month ago

Long run, probably Global shortcut portal: https://github.com/pop-os/xdg-desktop-portal-cosmic/issues/4 Short run: modify the /etc/cosmic-comp/config.ron file. But last time i try to modify shortcut this way, it didn't worked.

theshatterstone commented 1 month ago

@wiiznokes It worked for me! Here's my config.ron, for reference: https://gitlab.com/theshatterstone/dotfiles/-/blob/e96536882a208bbc1e335865740395743d4289c1/Cosmic/etc/cosmic-comp/config.ron (I also have some basic themes, if you go up a few directories)

MrGamerDoesGames commented 2 weeks ago

I think it'd be cool if this was implemented on a per-user basis in the ~/.config directory with the rest of the COSMIC configs, or with integration in the settings app.

lukejcollins commented 2 weeks ago

Agreed @MrGamerDoesGames - that would be excellent!

mmstick commented 2 weeks ago

The config file is temporary until settings are properly implemented with cosmic-config and cosmic-settings-daemon. See https://github.com/pop-os/cosmic-settings/issues/32