Skip to content

Commit

Permalink
Merge pull request #574 from rbreaves/hotfix
Browse files Browse the repository at this point in the history
Add Waterfox to browsers & Hyper-V to remote exclusions
  • Loading branch information
rbreaves authored Oct 24, 2021
2 parents 2a920d0 + bf35285 commit 39ed3c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions linux/kinto.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
"Epiphany",
"Firefox",
"Firefox Developer Edition",
"Waterfox",
"Google-chrome",
"microsoft-edge",
"microsoft-edge-dev",
Expand Down
1 change: 1 addition & 0 deletions windows/kinto.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ GroupAdd, remotes, ahk_exe VirtualBoxVM.exe
GroupAdd, remotes, ahk_exe mstsc.exe
GroupAdd, remotes, ahk_exe msrdc.exe
GroupAdd, remotes, ahk_exe nxplayer.bin
GroupAdd, remotes, ahk_exe vmconnect.exe

; Disabled Edge for now - no ability to close all instances
; GroupAdd, browsers, Microsoft Edge ahk_class ApplicationFrameWindow
Expand Down

0 comments on commit 39ed3c8

Please sign in to comment.