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

Removing garbage border #1

Open
didiksupriadi41 opened this issue May 2, 2020 · 1 comment
Open

Removing garbage border #1

didiksupriadi41 opened this issue May 2, 2020 · 1 comment
Assignees

Comments

@didiksupriadi41
Copy link

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 👀

@jrandiny
Copy link
Owner

jrandiny commented May 2, 2020

Hm interesting, will check it when I have the time

@jrandiny jrandiny self-assigned this May 2, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants