diff --git a/link.sh b/link.sh index 3570d7c..47da728 100755 --- a/link.sh +++ b/link.sh @@ -1,7 +1,7 @@ #!/bin/sh folders=($(ls $PWD/config)) -files=("bashrc" "zshrc" "profile" "xbindkeysrc") +files=("bashrc" "zshrc" "profile" "xbindkeysrc" "xprofile") for folder in "${folders[@]}"; do ln -sf $PWD/config/$folder $HOME/.config/ diff --git a/xprofile b/xprofile new file mode 100644 index 0000000..a35babc --- /dev/null +++ b/xprofile @@ -0,0 +1 @@ +gentoo-pipewire-launcher &