Use local Firefox installation
Installing Firefox at this location avoids annoyances with admin privileges as Firefox regularly wants to update itself on launch.
This commit is contained in:
parent
4ddba0ab57
commit
5bfca82c4d
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,8 @@ TERMINAL_CMD := "
|
||||||
)"
|
)"
|
||||||
|
|
||||||
BROWSER_WIN:= "ahk_class MozillaWindowClass"
|
BROWSER_WIN:= "ahk_class MozillaWindowClass"
|
||||||
BROWSER_CMD:= "C:\Program Files\Mozilla Firefox\firefox.exe"
|
; BROWSER_CMD:= "C:\Program Files\Mozilla Firefox\firefox.exe"
|
||||||
|
BROWSER_CMD:= "C:\Users\fernando.schauenburg\AppData\Local\Mozilla\Firefox\firefox.exe"
|
||||||
|
|
||||||
; Returns the rectangle (position & size) of a given monitor.
|
; Returns the rectangle (position & size) of a given monitor.
|
||||||
MonitorGetRect(N)
|
MonitorGetRect(N)
|
||||||
|
|
Loading…
Add table
Reference in a new issue