aboutsummaryrefslogtreecommitdiff
path: root/sway-de/install.sh
diff options
context:
space:
mode:
authorMatt Singleton <matt@xcolour.net>2024-03-20 20:39:44 -0500
committerMatt Singleton <matt@xcolour.net>2024-03-20 20:39:44 -0500
commit6903af7a438ad42a84e9c3039ecaf848ff012ab1 (patch)
tree1c84a0dd659fb69a7d73eae2272a6eb959d5158e /sway-de/install.sh
parentd6cd868883949e81285ef1880bad2a1621cbdc0f (diff)
script to name workspaces based on xdg metadata
Diffstat (limited to 'sway-de/install.sh')
-rwxr-xr-xsway-de/install.sh4
1 files changed, 2 insertions, 2 deletions
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