mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-09-06 09:22:51 +02:00
9 lines
139 B
Bash
Executable file
9 lines
139 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
if [[ $(pidof nekoray) ]]; then
|
|
pkill nekoray
|
|
pkill nekobox_core
|
|
fi
|
|
|
|
# exec /opt/nekoray/nekoray
|
|
exec nekoray
|