summaryrefslogtreecommitdiffstats
path: root/borders.ahk
diff options
context:
space:
mode:
authorPeter2014-03-30 22:17:53 +0100
committerPeter2014-03-30 22:17:53 +0100
commitc795444677d4aa1e4ac1c0e308e392d9e86ee96f (patch)
tree5b69d170b9452d9205b3293546637461539667ee /borders.ahk
parent0fa601cf4ac7eedb8d00961150313a6db2726626 (diff)
downloadahka-c795444677d4aa1e4ac1c0e308e392d9e86ee96f.tar.gz
ahka-c795444677d4aa1e4ac1c0e308e392d9e86ee96f.tar.bz2
ahka-c795444677d4aa1e4ac1c0e308e392d9e86ee96f.zip
Switch to Firefox (again), add a couple of things
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%