aboutsummaryrefslogtreecommitdiff
path: root/sway-de/install.sh
diff options
context:
space:
mode:
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