summaryrefslogtreecommitdiff
path: root/stowdots
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2023-07-24 13:16:59 +0200
committerRaymaekers Luca <raymaekers.luca@gmail.com>2023-07-24 13:16:59 +0200
commit7c6fc5731dd8e1980806d8c06b2e070c1874c6a7 (patch)
tree65d8ecc1ec2f1fa80663667fa9c52397598d0caa /stowdots
parentb09e5343bd87f067ffcac123c3a4f4a32f78c6f8 (diff)
fixed user-dirs and mimeapps
Diffstat (limited to 'stowdots')
-rwxr-xr-xstowdots2
1 files changed, 1 insertions, 1 deletions
diff --git a/stowdots b/stowdots
index 45a3ce5..b16c572 100755
--- a/stowdots
+++ b/stowdots
@@ -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 xdg hyprland
+ stow -d config/ -t "$HOME/.config" -R essentials common extra X theme hyprland
stow -d config/ -t "$HOME/" -R home
;;
"server" | "s")