summaryrefslogtreecommitdiffstats
path: root/borders.ahk
diff options
context:
space:
mode:
authorbreadcat2015-04-09 01:13:17 +0100
committerbreadcat2015-04-09 01:13:17 +0100
commit31575a608b5f2bbd0685b1c4f35e712d96f1a2dc (patch)
treeab32412b5345b075044627cab8c61f907c76bd76 /borders.ahk
parentc4bcea14681612f60b4e1ea044c246e78e73ac42 (diff)
downloadahka-31575a608b5f2bbd0685b1c4f35e712d96f1a2dc.tar.gz
ahka-31575a608b5f2bbd0685b1c4f35e712d96f1a2dc.tar.bz2
ahka-31575a608b5f2bbd0685b1c4f35e712d96f1a2dc.zip
Small improvements and fixes
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