Add default config file

This commit is contained in:
Drew DeVault 2015-08-16 10:49:20 -04:00
parent 4f9050580a
commit 749238b130
2 changed files with 122 additions and 0 deletions

View file

@ -38,3 +38,8 @@ INSTALL(
TARGETS sway
RUNTIME DESTINATION bin
)
INSTALL(
FILES ${PROJECT_SOURCE_DIR}/config
DESTINATION /etc/sway/
)