On a two monitor setup how can I keep the game (TF2) open when I click on a tab in the other monitor?
If I have TF2 open on one monitor if I click on any other tab in the second monitor it minimizes the game.
Is there any way I can fix this?
technical-issues team-fortress-2
add a comment |
If I have TF2 open on one monitor if I click on any other tab in the second monitor it minimizes the game.
Is there any way I can fix this?
technical-issues team-fortress-2
add a comment |
If I have TF2 open on one monitor if I click on any other tab in the second monitor it minimizes the game.
Is there any way I can fix this?
technical-issues team-fortress-2
If I have TF2 open on one monitor if I click on any other tab in the second monitor it minimizes the game.
Is there any way I can fix this?
technical-issues team-fortress-2
technical-issues team-fortress-2
edited Dec 13 '18 at 20:46
arghtype
4,82362246
4,82362246
asked Dec 13 '18 at 20:44
user222694user222694
6613
6613
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
You can switch windows without minimizing by using Borderless windowed mode.
This can be done in a couple ways, the easiest is by going into your "Options> Video" settings in game and setting the game to "Run in a Window".
Alternatively you can modify your launch settings by adding the launch options -windowed -noborder
in the TF2s "Properties > General" settings directly in Steam.
Source - an in-depth tutorial on Bordeless Windowed mode for TF2
Out of curiosity, would there be a reason why someone would not want to keep this setting on all the time?
– Kodos Johnson
Dec 14 '18 at 1:37
11
@KodosJohnson - Performance. Real full screen is easier on the computer than borderless windows.
– Shadow
Dec 14 '18 at 5:43
5
This may also effect the catching of the mouse cursor when it hits the border between the two screens. Not familiar with TF2 but different games handle this differently.
– Bowdzone
Dec 14 '18 at 7:27
1
Worth noting the command line works only in all Source engine games
– SLC
Dec 14 '18 at 15:52
2
The border catching is a common issue in RTS games opened in window mode, where you want to do border scrolling.
– Shelby115
Dec 14 '18 at 19:05
add a comment |
I believe the setting you're looking for is borderless windowed mode in team fortress 2. As the name suggests, it puts the game in windowed mode but removes the border, so it should still appear as full screen. That should fix your issue and allow you to click without minimizing!
add a comment |
I addition to the in-game option mentioned in the main answer, you can use Steam Launch options - I use these for Counter Strike and they work for TF2 as well.
https://support.steampowered.com/kb_article.php?ref=1040-JWMT-2947
-window -noborder -novid -nojoy -w 2560 -h 1080
One thing to note is that your launch properties are doing more than just setting the game to borderless windowed. It is also setting the height and width of the window to that of 21:9 ultrawide monitor, turning off joystick support, and turning off the intro video. How to set the properties for borderless window is described in the answer above
– Malco
Dec 14 '18 at 14:38
1
@Malco I could clarify that my setup does more than simply "borderless windowed". I assumed that anyone smart enough to ask these questions could read the link from Steam and see the options do more than 2 things.
– WernerCD
Dec 14 '18 at 23:42
@ WernerCD That would probably be a good idea, you never know with people on the internet. you would be surprised by the number of "why dis no work?????" questions that show up in the queue some days. Plus clearer is always better.
– Malco
Dec 17 '18 at 14:23
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "41"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgaming.stackexchange.com%2fquestions%2f342379%2fon-a-two-monitor-setup-how-can-i-keep-the-game-tf2-open-when-i-click-on-a-tab%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
You can switch windows without minimizing by using Borderless windowed mode.
This can be done in a couple ways, the easiest is by going into your "Options> Video" settings in game and setting the game to "Run in a Window".
Alternatively you can modify your launch settings by adding the launch options -windowed -noborder
in the TF2s "Properties > General" settings directly in Steam.
Source - an in-depth tutorial on Bordeless Windowed mode for TF2
Out of curiosity, would there be a reason why someone would not want to keep this setting on all the time?
– Kodos Johnson
Dec 14 '18 at 1:37
11
@KodosJohnson - Performance. Real full screen is easier on the computer than borderless windows.
– Shadow
Dec 14 '18 at 5:43
5
This may also effect the catching of the mouse cursor when it hits the border between the two screens. Not familiar with TF2 but different games handle this differently.
– Bowdzone
Dec 14 '18 at 7:27
1
Worth noting the command line works only in all Source engine games
– SLC
Dec 14 '18 at 15:52
2
The border catching is a common issue in RTS games opened in window mode, where you want to do border scrolling.
– Shelby115
Dec 14 '18 at 19:05
add a comment |
You can switch windows without minimizing by using Borderless windowed mode.
This can be done in a couple ways, the easiest is by going into your "Options> Video" settings in game and setting the game to "Run in a Window".
Alternatively you can modify your launch settings by adding the launch options -windowed -noborder
in the TF2s "Properties > General" settings directly in Steam.
Source - an in-depth tutorial on Bordeless Windowed mode for TF2
Out of curiosity, would there be a reason why someone would not want to keep this setting on all the time?
– Kodos Johnson
Dec 14 '18 at 1:37
11
@KodosJohnson - Performance. Real full screen is easier on the computer than borderless windows.
– Shadow
Dec 14 '18 at 5:43
5
This may also effect the catching of the mouse cursor when it hits the border between the two screens. Not familiar with TF2 but different games handle this differently.
– Bowdzone
Dec 14 '18 at 7:27
1
Worth noting the command line works only in all Source engine games
– SLC
Dec 14 '18 at 15:52
2
The border catching is a common issue in RTS games opened in window mode, where you want to do border scrolling.
– Shelby115
Dec 14 '18 at 19:05
add a comment |
You can switch windows without minimizing by using Borderless windowed mode.
This can be done in a couple ways, the easiest is by going into your "Options> Video" settings in game and setting the game to "Run in a Window".
Alternatively you can modify your launch settings by adding the launch options -windowed -noborder
in the TF2s "Properties > General" settings directly in Steam.
Source - an in-depth tutorial on Bordeless Windowed mode for TF2
You can switch windows without minimizing by using Borderless windowed mode.
This can be done in a couple ways, the easiest is by going into your "Options> Video" settings in game and setting the game to "Run in a Window".
Alternatively you can modify your launch settings by adding the launch options -windowed -noborder
in the TF2s "Properties > General" settings directly in Steam.
Source - an in-depth tutorial on Bordeless Windowed mode for TF2
answered Dec 13 '18 at 20:57
MalcoMalco
3,0681235
3,0681235
Out of curiosity, would there be a reason why someone would not want to keep this setting on all the time?
– Kodos Johnson
Dec 14 '18 at 1:37
11
@KodosJohnson - Performance. Real full screen is easier on the computer than borderless windows.
– Shadow
Dec 14 '18 at 5:43
5
This may also effect the catching of the mouse cursor when it hits the border between the two screens. Not familiar with TF2 but different games handle this differently.
– Bowdzone
Dec 14 '18 at 7:27
1
Worth noting the command line works only in all Source engine games
– SLC
Dec 14 '18 at 15:52
2
The border catching is a common issue in RTS games opened in window mode, where you want to do border scrolling.
– Shelby115
Dec 14 '18 at 19:05
add a comment |
Out of curiosity, would there be a reason why someone would not want to keep this setting on all the time?
– Kodos Johnson
Dec 14 '18 at 1:37
11
@KodosJohnson - Performance. Real full screen is easier on the computer than borderless windows.
– Shadow
Dec 14 '18 at 5:43
5
This may also effect the catching of the mouse cursor when it hits the border between the two screens. Not familiar with TF2 but different games handle this differently.
– Bowdzone
Dec 14 '18 at 7:27
1
Worth noting the command line works only in all Source engine games
– SLC
Dec 14 '18 at 15:52
2
The border catching is a common issue in RTS games opened in window mode, where you want to do border scrolling.
– Shelby115
Dec 14 '18 at 19:05
Out of curiosity, would there be a reason why someone would not want to keep this setting on all the time?
– Kodos Johnson
Dec 14 '18 at 1:37
Out of curiosity, would there be a reason why someone would not want to keep this setting on all the time?
– Kodos Johnson
Dec 14 '18 at 1:37
11
11
@KodosJohnson - Performance. Real full screen is easier on the computer than borderless windows.
– Shadow
Dec 14 '18 at 5:43
@KodosJohnson - Performance. Real full screen is easier on the computer than borderless windows.
– Shadow
Dec 14 '18 at 5:43
5
5
This may also effect the catching of the mouse cursor when it hits the border between the two screens. Not familiar with TF2 but different games handle this differently.
– Bowdzone
Dec 14 '18 at 7:27
This may also effect the catching of the mouse cursor when it hits the border between the two screens. Not familiar with TF2 but different games handle this differently.
– Bowdzone
Dec 14 '18 at 7:27
1
1
Worth noting the command line works only in all Source engine games
– SLC
Dec 14 '18 at 15:52
Worth noting the command line works only in all Source engine games
– SLC
Dec 14 '18 at 15:52
2
2
The border catching is a common issue in RTS games opened in window mode, where you want to do border scrolling.
– Shelby115
Dec 14 '18 at 19:05
The border catching is a common issue in RTS games opened in window mode, where you want to do border scrolling.
– Shelby115
Dec 14 '18 at 19:05
add a comment |
I believe the setting you're looking for is borderless windowed mode in team fortress 2. As the name suggests, it puts the game in windowed mode but removes the border, so it should still appear as full screen. That should fix your issue and allow you to click without minimizing!
add a comment |
I believe the setting you're looking for is borderless windowed mode in team fortress 2. As the name suggests, it puts the game in windowed mode but removes the border, so it should still appear as full screen. That should fix your issue and allow you to click without minimizing!
add a comment |
I believe the setting you're looking for is borderless windowed mode in team fortress 2. As the name suggests, it puts the game in windowed mode but removes the border, so it should still appear as full screen. That should fix your issue and allow you to click without minimizing!
I believe the setting you're looking for is borderless windowed mode in team fortress 2. As the name suggests, it puts the game in windowed mode but removes the border, so it should still appear as full screen. That should fix your issue and allow you to click without minimizing!
answered Dec 13 '18 at 20:51
gavsta707gavsta707
3016
3016
add a comment |
add a comment |
I addition to the in-game option mentioned in the main answer, you can use Steam Launch options - I use these for Counter Strike and they work for TF2 as well.
https://support.steampowered.com/kb_article.php?ref=1040-JWMT-2947
-window -noborder -novid -nojoy -w 2560 -h 1080
One thing to note is that your launch properties are doing more than just setting the game to borderless windowed. It is also setting the height and width of the window to that of 21:9 ultrawide monitor, turning off joystick support, and turning off the intro video. How to set the properties for borderless window is described in the answer above
– Malco
Dec 14 '18 at 14:38
1
@Malco I could clarify that my setup does more than simply "borderless windowed". I assumed that anyone smart enough to ask these questions could read the link from Steam and see the options do more than 2 things.
– WernerCD
Dec 14 '18 at 23:42
@ WernerCD That would probably be a good idea, you never know with people on the internet. you would be surprised by the number of "why dis no work?????" questions that show up in the queue some days. Plus clearer is always better.
– Malco
Dec 17 '18 at 14:23
add a comment |
I addition to the in-game option mentioned in the main answer, you can use Steam Launch options - I use these for Counter Strike and they work for TF2 as well.
https://support.steampowered.com/kb_article.php?ref=1040-JWMT-2947
-window -noborder -novid -nojoy -w 2560 -h 1080
One thing to note is that your launch properties are doing more than just setting the game to borderless windowed. It is also setting the height and width of the window to that of 21:9 ultrawide monitor, turning off joystick support, and turning off the intro video. How to set the properties for borderless window is described in the answer above
– Malco
Dec 14 '18 at 14:38
1
@Malco I could clarify that my setup does more than simply "borderless windowed". I assumed that anyone smart enough to ask these questions could read the link from Steam and see the options do more than 2 things.
– WernerCD
Dec 14 '18 at 23:42
@ WernerCD That would probably be a good idea, you never know with people on the internet. you would be surprised by the number of "why dis no work?????" questions that show up in the queue some days. Plus clearer is always better.
– Malco
Dec 17 '18 at 14:23
add a comment |
I addition to the in-game option mentioned in the main answer, you can use Steam Launch options - I use these for Counter Strike and they work for TF2 as well.
https://support.steampowered.com/kb_article.php?ref=1040-JWMT-2947
-window -noborder -novid -nojoy -w 2560 -h 1080
I addition to the in-game option mentioned in the main answer, you can use Steam Launch options - I use these for Counter Strike and they work for TF2 as well.
https://support.steampowered.com/kb_article.php?ref=1040-JWMT-2947
-window -noborder -novid -nojoy -w 2560 -h 1080
answered Dec 14 '18 at 1:52
WernerCDWernerCD
4841410
4841410
One thing to note is that your launch properties are doing more than just setting the game to borderless windowed. It is also setting the height and width of the window to that of 21:9 ultrawide monitor, turning off joystick support, and turning off the intro video. How to set the properties for borderless window is described in the answer above
– Malco
Dec 14 '18 at 14:38
1
@Malco I could clarify that my setup does more than simply "borderless windowed". I assumed that anyone smart enough to ask these questions could read the link from Steam and see the options do more than 2 things.
– WernerCD
Dec 14 '18 at 23:42
@ WernerCD That would probably be a good idea, you never know with people on the internet. you would be surprised by the number of "why dis no work?????" questions that show up in the queue some days. Plus clearer is always better.
– Malco
Dec 17 '18 at 14:23
add a comment |
One thing to note is that your launch properties are doing more than just setting the game to borderless windowed. It is also setting the height and width of the window to that of 21:9 ultrawide monitor, turning off joystick support, and turning off the intro video. How to set the properties for borderless window is described in the answer above
– Malco
Dec 14 '18 at 14:38
1
@Malco I could clarify that my setup does more than simply "borderless windowed". I assumed that anyone smart enough to ask these questions could read the link from Steam and see the options do more than 2 things.
– WernerCD
Dec 14 '18 at 23:42
@ WernerCD That would probably be a good idea, you never know with people on the internet. you would be surprised by the number of "why dis no work?????" questions that show up in the queue some days. Plus clearer is always better.
– Malco
Dec 17 '18 at 14:23
One thing to note is that your launch properties are doing more than just setting the game to borderless windowed. It is also setting the height and width of the window to that of 21:9 ultrawide monitor, turning off joystick support, and turning off the intro video. How to set the properties for borderless window is described in the answer above
– Malco
Dec 14 '18 at 14:38
One thing to note is that your launch properties are doing more than just setting the game to borderless windowed. It is also setting the height and width of the window to that of 21:9 ultrawide monitor, turning off joystick support, and turning off the intro video. How to set the properties for borderless window is described in the answer above
– Malco
Dec 14 '18 at 14:38
1
1
@Malco I could clarify that my setup does more than simply "borderless windowed". I assumed that anyone smart enough to ask these questions could read the link from Steam and see the options do more than 2 things.
– WernerCD
Dec 14 '18 at 23:42
@Malco I could clarify that my setup does more than simply "borderless windowed". I assumed that anyone smart enough to ask these questions could read the link from Steam and see the options do more than 2 things.
– WernerCD
Dec 14 '18 at 23:42
@ WernerCD That would probably be a good idea, you never know with people on the internet. you would be surprised by the number of "why dis no work?????" questions that show up in the queue some days. Plus clearer is always better.
– Malco
Dec 17 '18 at 14:23
@ WernerCD That would probably be a good idea, you never know with people on the internet. you would be surprised by the number of "why dis no work?????" questions that show up in the queue some days. Plus clearer is always better.
– Malco
Dec 17 '18 at 14:23
add a comment |
Thanks for contributing an answer to Arqade!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgaming.stackexchange.com%2fquestions%2f342379%2fon-a-two-monitor-setup-how-can-i-keep-the-game-tf2-open-when-i-click-on-a-tab%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown