aboutsummaryrefslogtreecommitdiff
path: root/sway
diff options
context:
space:
mode:
Diffstat (limited to 'sway')
-rw-r--r--sway/config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/config.c b/sway/config.c
index 9b441223..fc9e97ad 100644
--- 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,