You are not logged in.
Pages: 1
So I was wondering if I could focus on another screen with xmonad, I know about XMonad.StackSet focus up and focus down but can I focus to the next screen?
Last edited by AMTitan (2021-05-27 02:30:18)
Offline
I only use one screen so I never looked into that but did have a look at this page? There are functions nextScreen, etc.
Last edited by MrNeuneu (2021-05-26 10:09:46)
Offline
I did not see anything called `nextScreen`
Offline
Offline
that is to move the window to the other screen I want to change my focus to the other screen
Offline
I cannot test because I only have one screen but could you tell us what is the difference between nextScreen and shiftNextScreen ? The description "View next screen" of nextScreen is not very explicit.
Offline
so shift next screen takes the current item and moves it to the other screen but if you try `focusDown` it changes the item that is focused and I wanted to know if you could do a focusNextScreen so then I could use an app on the other screen. (If I do shiftNextScreen it will just move the app but not my focus with it) And `nextScreen` just cycles to the next work space.
Offline
And `nextScreen` just cycles to the next work space.
This is strange. From what I understand of the source code, this should give focus to the next screen. Otherwise, what would be the difference with nextWS?
Offline
Offline
I just tried it again and now it works thank you but I am so confused but thank you
Offline
No problem!
Offline
Pages: 1