summaryrefslogtreecommitdiffstats
path: root/borders.ahk
diff options
context:
space:
mode:
Diffstat (limited to 'borders.ahk')
-rw-r--r--borders.ahk4
1 files changed, 4 insertions, 0 deletions
diff --git a/borders.ahk b/borders.ahk
index 4011e6b..ecc83d2 100644
--- a/borders.ahk
+++ b/borders.ahk
@@ -49,6 +49,10 @@ AdjustWindow(id)
{
WinSet, Style, -0xC00000, %WinTitle%
}
+ If WinClass In % "MozillaWindowClass" ;firefox
+ {
+ WinSet, Style, -0xC00000, %WinTitle%
+ }
If WinProcess In % "Photoshop.exe"
{
WinSet, Style, -0xC00000, %WinTitle%