From dfda6a5deed46ec985feff14bbe91f33d044f624 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Sun, 7 Aug 2022 19:15:49 -0500 Subject: [PATCH] feat(sway): launch waybar --- dots/.config/sway/config | 1 + dots/.config/sway/scripts/laptop-clamshell.bash | 0 2 files changed, 1 insertion(+) mode change 100644 => 100755 dots/.config/sway/scripts/laptop-clamshell.bash diff --git a/dots/.config/sway/config b/dots/.config/sway/config index 6072cd33..ef2c90a3 100644 --- a/dots/.config/sway/config +++ b/dots/.config/sway/config @@ -1,3 +1,4 @@ include conf/*.conf xwayland enable +exec_always ~/.config/sway/scripts/launch-waybar.bash diff --git a/dots/.config/sway/scripts/laptop-clamshell.bash b/dots/.config/sway/scripts/laptop-clamshell.bash old mode 100644 new mode 100755