You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 26, 2021. It is now read-only.
POL_SetupWindow_message "There are currently some minor graphical glitch (border arround LINE window on top of every app) when running LINE on normal mode. To overcome this you can enable 'virtual desktop' mode but notification will not be shown outside of the 'virtual desktop'""$TITLE"
Just giving an idea for this issue.
LINE's garbage border could be removed with this simple script:
#!/bin/bash
for i in $(xwininfo -root -children | awk '/no name/ && /line.exe/ { print $1 }'); do
xdotool windowunmap "$i";
done
But it needs to be run every time line.exe creates a new window 👀
The text was updated successfully, but these errors were encountered:
POL_LINE/LINE.sh
Line 59 in 3d19ad6
Just giving an idea for this issue.
LINE's garbage border could be removed with this simple script:
But it needs to be run every time line.exe creates a new window 👀
The text was updated successfully, but these errors were encountered: