Skip to content
This repository was archived by the owner on Aug 26, 2021. It is now read-only.
This repository was archived by the owner on Aug 26, 2021. It is now read-only.

Removing garbage border #1

@didiksupriadi41

Description

@didiksupriadi41

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 👀

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions