From 616b9a78d6a1648c28e38f5f84d1052ea50e18b2 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Thu, 30 Apr 2020 12:48:30 -0500 Subject: [PATCH] config: Remove i3bar_command Zaphym uses Sway instead of i3. The former does not understand the `i3bar_command` setting. --- config | 1 - 1 file changed, 1 deletion(-) diff --git a/config b/config index d1b0e7c..be5d62f 100644 --- a/config +++ b/config @@ -172,7 +172,6 @@ bindsym $mod+r mode "resize" # Start i3bar to display a workspace bar (plus the system information i3status # finds out, if available) bar { - i3bar_command exec i3bar tray_output primary status_command exec py3status -c ~/.i3/i3status -i ~/.i3/py3status -b }