I have a .sh file that used to ask if I want to execute, or display - and now it doesn't ask for that option anymore, just opens a text editor..
If I change the action to use run software
as the default action - will that work? I can't get a solid answer on this.. And I can't really tell if it's working or not with run software
used for default opening. It's literally just:
#! /usr/bin/bash
xrandr -s 0
so when I finish playing an older game that uses really low resolution, I can double-click that and resets my display to 1080; usually like Warcraft 3 is the one I have to use it on the most..
Just weird - didn't know if anyone knows what I need to look for.