fix: redirect lose-focus output to /dev/null
This commit is contained in:
parent
8050bf14af
commit
a4d4c15a91
4 changed files with 9 additions and 6 deletions
hypr/scripts
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue