sway

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

commit 1a365f19c970ec9f974a6f1d04e4b52677af75e6
parent 60c204a09b3b4ae999eca5e844858a0f34135723
Author: Drew DeVault <sir@cmpwn.com>
Date:   Wed, 16 Dec 2015 19:30:38 -0500

Use system swaybar instead of local swaybar

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

diff --git a/sway/config.c b/sway/config.c @@ -458,7 +458,7 @@ void apply_output_config(struct output_config *oc, swayc_t *output) { output_id[bufsize-1] = 0; char *const cmd[] = { - "./bin/swaybar", + "swaybar", "-b", bar->id, output_id,