aboutsummaryrefslogtreecommitdiffstats
path: root/config.in
diff options
context:
space:
mode:
authorLibravatar Tony Crisci <tony@dubstepdish.com>2017-11-30 08:31:13 -0500
committerLibravatar Tony Crisci <tony@dubstepdish.com>2017-11-30 08:31:13 -0500
commit2f3633433e2f1d840f3a98ca777d79d658a66e3f (patch)
tree2aa4b96a6070f644c72ec0e7fe5da6e50ca3d1b5 /config.in
parentmeson: common static library (diff)
downloadsway-2f3633433e2f1d840f3a98ca777d79d658a66e3f.tar.gz
sway-2f3633433e2f1d840f3a98ca777d79d658a66e3f.tar.zst
sway-2f3633433e2f1d840f3a98ca777d79d658a66e3f.zip
add meson install files
Diffstat (limited to 'config.in')
-rw-r--r--config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.in b/config.in
index b39a39aa..086b66dc 100644
--- a/config.in
+++ b/config.in
@@ -21,7 +21,7 @@ set $menu dmenu_run
21### Output configuration 21### Output configuration
22# 22#
23# Default wallpaper (more resolutions are available in __DATADIR__/backgrounds/sway/) 23# Default wallpaper (more resolutions are available in __DATADIR__/backgrounds/sway/)
24output * bg __DATADIR__/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill 24output * bg @datadir@/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill
25# 25#
26# Example configuration: 26# Example configuration:
27# 27#
@@ -194,4 +194,4 @@ bar {
194 } 194 }
195} 195}
196 196
197include __SYSCONFDIR__/sway/config.d/* 197include @sysconfdir@/sway/config.d/*