This commit is contained in:
pika 2025-06-08 10:44:09 +02:00
parent ce3a2c7e9f
commit ce0e9701e9

2
.scripts/init.sh → .scripts/init.sh.bak Executable file → Normal file
View file

@ -5,7 +5,9 @@ command_exists() {
command -v "$@" >/dev/null 2>&1
}
if command_exists swaync; then
pkill swaync
fi
# Paths and configuration
SCRIPTS_DIR="$HOME/.config/hypr/.scripts"