From 6903af7a438ad42a84e9c3039ecaf848ff012ab1 Mon Sep 17 00:00:00 2001 From: Matt Singleton Date: Wed, 20 Mar 2024 20:39:44 -0500 Subject: script to name workspaces based on xdg metadata --- sway-de/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sway-de/install.sh') diff --git a/sway-de/install.sh b/sway-de/install.sh index 6403618..ccef98f 100755 --- a/sway-de/install.sh +++ b/sway-de/install.sh @@ -70,10 +70,10 @@ fi $STOWCMD \ --dir "$(pwd)" \ --target "$HOME" \ - foot mako rofi sway swaylock udiskie waybar + foot mako rofi sway swaylock udiskie waybar xdg-names # enable new systemd units and start them if sway is running -for unit in udiskie.service; do +for unit in udiskie.service xdg-names.service; do if systemctl --user is-active sway-session.target; then systemctl --user enable --now "$(basename "$unit")" else -- cgit v1.2.3