sway

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

commit 3b6629af3c268fd0dd6f42feaf3429bb25cfcb6f
parent b592351eeff55a0a95f9b65d403fcfda9cf02957
Author: Rostislav Pehlivanov <atomnuker@gmail.com>
Date:   Sun,  6 May 2018 00:20:57 +0100

Revert "Install swaybar and swaybg under /usr/lib/sway"

This reverts commit f2c209c299889ad965ac995049704b1c46176c6d.

Diffstat:
Mswaybar/meson.build | 3+--
Mswaybg/meson.build | 3+--
2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/swaybar/meson.build b/swaybar/meson.build @@ -24,6 +24,5 @@ executable( wlroots, ], link_with: [lib_sway_common, lib_sway_client], - install: true, - install_dir: 'usr/lib/sway' + install: true ) diff --git a/swaybg/meson.build b/swaybg/meson.build @@ -14,6 +14,5 @@ executable( wlroots, ], link_with: [lib_sway_common, lib_sway_client], - install: true, - install_dir: 'usr/lib/sway' + install: true )