You are not logged in.
Pages: 1
Hello people.
system: archlinux
I have 2 monitors (hdmi, dvi(primary)) when I start the application, for example, siphone on the dvi monitor and working on the hdmi monitor, then when I call the application on the monitor where I work (hdmi). How to make the application in its place when the call is not on the working monitor?
The application appears where I work at the moment. How to fix application on a specific monitor??
Offline
Hi.
Sorry, I don't use multiple monitors but there is a toggle in the Window Manager Tweaks app called Switch to window's workspace. I know it's about workspaces but it's still worth a try.
Remember to edit the subject of your topic to include the [SOLVED] tag once you're satisfied with the answers or have found a solution (in which case, don't forget to share it as well), so that other members of the community can quickly refer to it and save their time. Pretty please!
Offline
Hello people.
system: archlinux
I have 2 monitors (hdmi, dvi(primary)) when I start the application, for example, siphone on the dvi monitor and working on the hdmi monitor, then when I call the application on the monitor where I work (hdmi). How to make the application in its place when the call is not on the working monitor?
The application appears where I work at the moment. How to fix application on a specific monitor??
I don't have two monitors but I remember the DISPLAY variable is used to set the display for apps on X11.
DISPLAY=:0.0 your_appname
To find out display names type in
xdpyinfo | grep "name of display"
In case you are not starting it from terminal you have to wrap the command like this:
sh -c "DISPLAY=:0.1 your_appname"
Last edited by Misko_2083 (2022-07-14 16:53:11)
Do you want to exit the Circus?
https://www.youtube.com/watch?v=ZJwQicZHp_c
Offline
i'm going to guess that "sh-c" in the last code box above should be "sh -c". and maybe ":0.1" should be your name of display as output in the 2nd to last code box above.
Offline
i'm going to guess that "sh-c" in the last code box above should be "sh -c". and maybe ":0.1" should be your name of display as output in the 2nd to last code box above.
Correct.
Do you want to exit the Circus?
https://www.youtube.com/watch?v=ZJwQicZHp_c
Offline
archeboom wrote:Hello people.
system: archlinux
I have 2 monitors (hdmi, dvi(primary)) when I start the application, for example, siphone on the dvi monitor and working on the hdmi monitor, then when I call the application on the monitor where I work (hdmi). How to make the application in its place when the call is not on the working monitor?
The application appears where I work at the moment. How to fix application on a specific monitor??I don't have two monitors but I remember the DISPLAY variable is used to set the display for apps on X11.
DISPLAY=:0.0 your_appname
To find out display names type in
xdpyinfo | grep "name of display"
In case you are not starting it from terminal you have to wrap the command like this:
sh -c "DISPLAY=:0.1 your_appname"
I find only one monitor:
➜ ~ xdpyinfo | grep "name of display"
name of display: :0.0
Last edited by archeboom (2022-07-17 12:30:24)
Offline
Pages: 1
[ Generated in 0.010 seconds, 7 queries executed - Memory usage: 536.11 KiB (Peak: 536.95 KiB) ]