aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMatt Singleton <matt@xcolour.net>2024-06-11 20:51:49 -0500
committerMatt Singleton <matt@xcolour.net>2024-06-11 20:51:49 -0500
commit38a4e8e941ee07a15b0aa5d388a69df061585ec9 (patch)
treef342100836608bcde976804bc4d7e927f21574da /Makefile
parentc8dea64ee21c16b35c2a8b4982806984daba3273 (diff)
separate sway-de folder causes problems with overlapping stow responsibilities
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile20
1 files changed, 10 insertions, 10 deletions
diff --git a/Makefile b/Makefile
index 5b132e7..e57ae3e 100644
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,7 @@ else
udiskie libappindicator-gtk3 python3-b2sdk pass passmenu \
vlc unzip vim wget git zsh stow dnf-automatic \
grimshot pulseaudio-utils thunar pavucontrol-qt \
- network-manager-applet
+ network-manager-applet sway-config-fedora
endif
.PHONY: fedora
@@ -37,14 +37,14 @@ fedora: console
ifneq ($(IS_FEDORA),0)
$(warning not fedora workstation, skipping.)
else
- stow --adopt --dir=sway-de --target=$(HOME) foot
- stow --adopt --dir=sway-de --target=$(HOME) mako
- stow --adopt --dir=sway-de --target=$(HOME) rofi
- stow --adopt --dir=sway-de --target=$(HOME) sway
- stow --adopt --dir=sway-de --target=$(HOME) swaylock
- stow --adopt --dir=sway-de --target=$(HOME) udiskie
- stow --adopt --dir=sway-de --target=$(HOME) waybar
- stow --adopt --dir=sway-de --target=$(HOME) xdg-names
+ stow --adopt --dir=stow --target=$(HOME) foot
+ stow --adopt --dir=stow --target=$(HOME) mako
+ stow --adopt --dir=stow --target=$(HOME) rofi
+ stow --adopt --dir=stow --target=$(HOME) sway
+ stow --adopt --dir=stow --target=$(HOME) swaylock
+ stow --adopt --dir=stow --target=$(HOME) udiskie
+ stow --adopt --dir=stow --target=$(HOME) waybar
+ stow --adopt --dir=stow --target=$(HOME) xdg-names
ifeq ($(shell systemctl --user is-active sway-session.target),active)
systemctl --user enable --now udiskie.service
systemctl --user enable --now xdg-names.service
@@ -57,4 +57,4 @@ endif
.PHONY: restore
restore:
- git restore stow sway-de
+ git restore stow