wip
This commit is contained in:
parent
ce3a2c7e9f
commit
ce0e9701e9
1 changed files with 3 additions and 1 deletions
2
.scripts/init.sh → .scripts/init.sh.bak
Executable file → Normal file
2
.scripts/init.sh → .scripts/init.sh.bak
Executable file → Normal file
|
@ -5,7 +5,9 @@ command_exists() {
|
||||||
command -v "$@" >/dev/null 2>&1
|
command -v "$@" >/dev/null 2>&1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if command_exists swaync; then
|
||||||
pkill swaync
|
pkill swaync
|
||||||
|
fi
|
||||||
|
|
||||||
# Paths and configuration
|
# Paths and configuration
|
||||||
SCRIPTS_DIR="$HOME/.config/hypr/.scripts"
|
SCRIPTS_DIR="$HOME/.config/hypr/.scripts"
|
Loading…
Add table
Add a link
Reference in a new issue