mirror of
https://github.com/swaywm/sway.git
synced 2025-11-18 06:59:48 -05:00
Add default config file
This commit is contained in:
parent
4f9050580a
commit
749238b130
2 changed files with 122 additions and 0 deletions
|
|
@ -38,3 +38,8 @@ INSTALL(
|
|||
TARGETS sway
|
||||
RUNTIME DESTINATION bin
|
||||
)
|
||||
|
||||
INSTALL(
|
||||
FILES ${PROJECT_SOURCE_DIR}/config
|
||||
DESTINATION /etc/sway/
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue