Might be that the legion can't use normal rotation when nested
Might be that the legion can't use normal rotation when nested
kscreen-doctor output.1.rotation.normal earlier in nested desktop, it worked
left, nested should be normal, but previously normal was only required if nested got borked somehow.IS_GAMEMODE logic to be more robust, tested and it worksujustkscreen-doctor output.1.rotation.normalleftnormalIS_GAMEMODESTEAM_PID=$(cat $HOME/.steam/steam.pid)
STEAM_CMDLINE_PATH=/proc/$STEAM_PID/cmdline
STEAM_CMDLINE=$(cat $STEAM_CMDLINE_PATH)
IS_GAMEMODE=$(echo $STEAM_CMDLINE | grep gamepadui*)