aboutsummaryrefslogtreecommitdiff
path: root/sway-de/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sway-de/install.sh')
-rwxr-xr-xsway-de/install.sh14
1 files changed, 4 insertions, 10 deletions
diff --git a/sway-de/install.sh b/sway-de/install.sh
index b693941..9c5ff5d 100755
--- a/sway-de/install.sh
+++ b/sway-de/install.sh
@@ -55,19 +55,13 @@ fi
# use stow to install config files
$STOWCMD \
- --verbose \
- --dir /home/matt/.dotfiles/sway-de \
- --target /home/matt/.config \
- --stow config
-$STOWCMD \
- --verbose \
- --dir /home/matt/.dotfiles/sway-de \
- --target /home/matt/.local \
- --stow local
+ --dir /home/matt/.dotfiles/sway-de/ \
+ --target /home/matt/ \
+ foot lxpolkit mako sway swaylock udiskie waybar wob wofi
# enable new systemd units and start them if sway is running and
sway_active=$(systemctl --user is-active sway-session.target)
-for unit in /home/matt/.dotfiles/sway-de/local/share/systemd/user/*; do
+for unit in lxpolkit.service mako.service udiskie.service wob.service wob.socket; do
if [ "active" = "$sway_active" ]; then
systemctl --user enable --now "$(basename "$unit")"
else