openSUSE / openSUSEway

dotfiles for Sway on openSUSE
MIT License
92 stars 17 forks source link

reinstalling sway leaves config behind #10

Closed denisok closed 4 years ago

denisok commented 4 years ago

We have 50-openSUSE config file in config.d dir.

If someones uninstalls and installs new one, there would be 50-openSUSE.rpmsave file left behind which is actually still valid for sway and it picks up both.

m-rey commented 4 years ago

How about renaming the 50-openSUSE config to 50-openSUSE.conf and only including .conf files in the sway config? You'd have to also change the include in the sway config to include /etc/sway/config.d/*.conf

denisok commented 4 years ago

@m-rey good idea, would do that later, or you could branch package and do it )

denisok commented 4 years ago

and PR for this repo is required, to change that.

denisok commented 4 years ago

https://github.com/openSUSE/openSUSEway/releases/tag/0.4 @m-rey you can use that for package.

denisok commented 4 years ago

would be released here: https://build.opensuse.org/request/show/820898