diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2017-11-30 08:31:13 -0500 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2017-11-30 08:31:13 -0500 |
| commit | 0fe02bc57b83e55cab19b3c16c0b980779d6286d (patch) | |
| tree | 2aa4b96a6070f644c72ec0e7fe5da6e50ca3d1b5 /config.in | |
| parent | fd645331234be24d37265cec15d87a7c69153feb (diff) | |
add meson install files
Diffstat (limited to 'config.in')
| -rw-r--r-- | config.in | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -21,7 +21,7 @@ set $menu dmenu_run ### Output configuration # # Default wallpaper (more resolutions are available in __DATADIR__/backgrounds/sway/) -output * bg __DATADIR__/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill +output * bg @datadir@/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill # # Example configuration: # @@ -194,4 +194,4 @@ bar { } } -include __SYSCONFDIR__/sway/config.d/* +include @sysconfdir@/sway/config.d/* |
