Script pour fermer automatiquement les fenêtres intitulées 'Error'
Le script suivant utilisera wmctrl pour fermer toutes les fenêtres qui ont le titre “Error”. Assurez-vous d’avoir wmctrl installé sur votre système (sudo apt -y install wmctrl).
close_error_windows.sh
wmctrl -l | grep "Error" | awk '{print $1}' | xargs -I {} wmctrl -i -c {}Check out similar posts by category:
Linux
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow