From 118cd775f35799b1958aa462f40c838979cde27c Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Tue, 19 Jan 2021 12:15:11 +0100 Subject: [PATCH] Updated Development Setup (markdown) --- Development-Setup.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Development-Setup.md b/Development-Setup.md index 7ae9e4c..6acc339 100644 --- a/Development-Setup.md +++ b/Development-Setup.md @@ -59,6 +59,8 @@ If you don't have Sway installed on your system or if you want to test swaybar/s export PATH=build/swaybar:build/swaymsg:build/swaynag:$PATH ``` +Alternatively, you can also add `swaybar_command`/`swaynag_command`/`swaybar_command` to your config with custom paths. + # System-wide installation This section is relevant if you want to install both wlroots and sway system-wide (not using a subproject).