summaryrefslogtreecommitdiffstats
path: root/borders.ahk
diff options
context:
space:
mode:
Diffstat (limited to 'borders.ahk')
-rw-r--r--borders.ahk5
1 files changed, 5 insertions, 0 deletions
diff --git a/borders.ahk b/borders.ahk
index ecc83d2..d0899b3 100644
--- a/borders.ahk
+++ b/borders.ahk
@@ -89,4 +89,9 @@ AdjustWindow(id)
{
WinSet, Style, -0xC00000, %WinTitle%
}
+ If WinClass In % "Qt5QWindowIcon" ;owncloud client
+ {
+ WinSet, Style, -0xC00000, %WinTitle%
+ }
+
} \ No newline at end of file