Author Topic: tabbing out without minimizing dp  (Read 2108 times)

lukip

  • VM-68
  • Posts: 208
tabbing out without minimizing dp
« on: December 06, 2016, 04:30:59 PM »
i got 2 screens on my computer and im playing in fullscreen, when i tab out to do something on 2nd screen, dp minimizes itself, is it possible to turn that off? so i can see dp on first screen and internet browser for example on 2nd?

xrichardx

  • 68 Carbine
  • Posts: 295
Re: tabbing out without minimizing dp
« Reply #1 on: December 06, 2016, 06:32:23 PM »
borderless window mode:

Code: [Select]
set vid_borderless 1

should do the trick (http://dplogin.com/forums/index.php?topic=28015.msg254327#msg254327)

lukip

  • VM-68
  • Posts: 208
Re: tabbing out without minimizing dp
« Reply #2 on: December 07, 2016, 03:05:05 AM »
thanks :)