milgra / sov

An overlay that shows schemas for all workspaces to make navigation in sway easier.
GNU General Public License v3.0
325 stars 14 forks source link

Configuration section in README incorrect #21

Closed a-priestley closed 2 years ago

a-priestley commented 2 years ago

This section specifies:

mkdir -p ~/.config/sov/config
cp /usr/share/sov/config ~/.config/sov/config

But it should be:


mkdir -p ~/.config/sov
cp /usr/share/sov/config ~/.config/sov
milgra commented 2 years ago

You are right, thank you very much, fixed.