From c795444677d4aa1e4ac1c0e308e392d9e86ee96f Mon Sep 17 00:00:00 2001 From: Peter Date: Sun, 30 Mar 2014 22:17:53 +0100 Subject: Switch to Firefox (again), add a couple of things --- borders.ahk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'borders.ahk') 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% -- cgit v1.2.3