diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2017-06-14 22:30:42 -0500 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2017-06-14 22:30:42 -0500 |
| commit | a63f0f619fe98441e370bc55fd6c910e309d4444 (patch) | |
| tree | abb3ba50a0eb4848356f2dd193efe18b08deff84 | |
| parent | a595845f982a10492651e135761b6e104be925c3 (diff) | |
Install wallpapers in DATADIR/backgrounds/sway
| -rw-r--r-- | CMakeLists.txt | 2 | ||||
| -rw-r--r-- | config.in | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c80f6361..0257a99f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -149,7 +149,7 @@ install( if(default-wallpaper) install( DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/assets/ - DESTINATION ${CMAKE_INSTALL_FULL_DATADIR}/sway + DESTINATION ${CMAKE_INSTALL_FULL_DATADIR}/backgrounds/sway COMPONENT data FILES_MATCHING PATTERN "*Wallpaper*" ) @@ -20,8 +20,8 @@ set $menu dmenu_run ### Output configuration # -# Default wallpaper (more resolutions are available in __DATADIR__/sway/) -output * bg __DATADIR__/sway/Sway_Wallpaper_Blue_1920x1080.png fill +# Default wallpaper (more resolutions are available in __DATADIR__/backgrounds/sway/) +output * bg __DATADIR__/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill # # Example configuration: # |
