0011FF
Results
1
comments of
0011FF
I created a simple bash script that adds "StartupWMClass=steam_app_{steam_id}" to .desktop files of steam apps in the current directory: ```bash #!/bin/bash changed_files=() for filename in ./*.desktop; do printf "\n\n$filename\n" steam_icon_line=$(cat...