sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit 98ff23b49739b29f5b8d2d3b1dbe2e7fe740d79a
parent fc01f04c93c0de2a0cdcee946ac0131b86e18342
Author: Drew DeVault <ddevault@linode.com>
Date:   Tue,  1 Dec 2015 16:57:03 -0500

Fix busted install of /etc/sway/config

Diffstat:
Msway/CMakeLists.txt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sway/CMakeLists.txt b/sway/CMakeLists.txt @@ -42,7 +42,7 @@ install( COMPONENT runtime ) install( - FILES ${CMAKE_CURRENT_SOURCE_DIR}/config + FILES ${PROJECT_SOURCE_DIR}/config DESTINATION ${FALLBACK_CONFIG_DIR} COMPONENT configuration )