mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-09-05 00:32:51 +02:00
7 lines
91 B
Bash
Executable file
7 lines
91 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
if [[ $(pidof wpa-cute) ]]; then
|
|
pkill wpa-cute
|
|
fi
|
|
|
|
exec wpa-cute
|