From 6330874bd9d103b63615fc67d2236023ab495356 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Sat, 6 Mar 2021 22:14:51 -0600 Subject: [PATCH] Fix waybar on laptop Would love to know of a good way to share the shared portions of this config file while... --- os/linux/waybar/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os/linux/waybar/config b/os/linux/waybar/config index c4d9122..e667b11 100644 --- a/os/linux/waybar/config +++ b/os/linux/waybar/config @@ -1,7 +1,7 @@ { "layer": "top", "position": "bottom", - "output": ["DP-1"], + "output": ["eDP-1", "DP-1"], "height": 32, "modules-left": ["sway/workspaces"], "modules-center": ["clock"],