summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2015-12-28 21:32:04 -0500
committerLibravatar Drew DeVault <sir@cmpwn.com>2015-12-28 21:32:22 -0500
commit5060c72a546c5a145fc95624d1e3f46e38ba74f1 (patch)
treebf3c5c749abd69ded5e94e20ad72639f8f3ad7bd /CMakeLists.txt
parentMerge pull request #415 from mikkeloscar/bar-separator (diff)
downloadsway-5060c72a546c5a145fc95624d1e3f46e38ba74f1.tar.gz
sway-5060c72a546c5a145fc95624d1e3f46e38ba74f1.tar.zst
sway-5060c72a546c5a145fc95624d1e3f46e38ba74f1.zip
Add default wallpaper
Closes #238
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 94f2ab29..109b233a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -119,4 +119,10 @@ install(
119 COMPONENT data 119 COMPONENT data
120) 120)
121 121
122install(
123 FILES ${CMAKE_CURRENT_SOURCE_DIR}/wallpaper.jpg
124 DESTINATION share/sway
125 COMPONENT data
126)
127
122feature_summary(WHAT ALL) 128feature_summary(WHAT ALL)