fix: redirect lose-focus output to /dev/null

This commit is contained in:
matt1432 2023-06-07 15:27:51 -04:00
parent 8050bf14af
commit a4d4c15a91
4 changed files with 9 additions and 6 deletions
hypr/scripts

View file

@ -2,7 +2,7 @@
while true
do
while killall -0 blueman-manager
while killall -0 blueman-manager > /dev/null 2>&1
do
if [[ $(bluetoothctl show | grep Powered | grep yes) ]]; then
if [[ $(hyprctl activewindow | grep blueman-manager) == "" && $(hyprctl clients | grep blueman-manager) != "" ]]; then