hyprland-void-dots/hypr-configs/dotfiles/hypr/scripts/wpa-launch.sh

7 lines
91 B
Bash
Executable file

#!/usr/bin/env bash
if [[ $(pidof wpa-cute) ]]; then
pkill wpa-cute
fi
exec wpa-cute