diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -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 |