diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-10-18 19:08:59 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-10-18 19:08:59 +0200 |
commit | 27104660fc294dd5590635a52160e61be36efc62 (patch) | |
tree | 834895368e7483724a49a7e39320fd90cc56f426 /stowdots | |
parent | 1f206fe858761b72307d3b71ef444be304c10cd1 (diff) |
fix: forgot to rename hyprland to wayland
Diffstat (limited to 'stowdots')
-rwxr-xr-x | stowdots | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ cd "$(dirname "$(realpath "$0")")" || exit 1 case "$MACH" in "desktop" | "d" | "laptop" | "l") stow -d bin/ -t "$HOME/bin" -R common guiscripts menuscripts extra - stow -d config/ -t "$HOME/.config" -R essentials common extra X theme hyprland + stow -d config/ -t "$HOME/.config" -R essentials common extra X theme wayland stow -d config/ -t "$HOME/" -R home ;; "server" | "s") |