Comment 12 for bug 1827302

Revision history for this message
Revery (glajchs) wrote :

Thank you so much Alistair! That worked for me! I actually already had a launch script for slack to do a bunch of stuff, one of the things is attaching an icon to it post-launch. I was able to modify the script to handle running the "xprop" line above automatically.

I'll post my script just in case it helps anyone, it's got comments so you can comment out sections you don't want.

It does 3 things:
1. Launches slack with dev tools available (right-click inspect)
2. Applies the slack icon to the slack window after it's launched
3. Applies the window manager "NORMAL" type to the slack window after it's launched, so alt+tab works as normal.

I launch using this script instead of the normal slack binary (I put it into ~/bin/slack and invoke it from there).