
Hello guys! I'm new to Xmond and i like it so far. Everything works just great expect switching workspaces. I hope someone can help me. I'm used to gnome desktop switching so i'd like to switch both screen and not just the screen where my mouse pointer is located. I't seems like Xmonad is treating every screen as a single screen. How can i change these settings ? Is it even possible ? That makes me totally confused. Thanks for help ! greetings

On 16 April 2013 15:01, lg
Hello guys!
I'm new to Xmond and i like it so far. Everything works just great expect switching workspaces.
I hope someone can help me.
I'm used to gnome desktop switching so i'd like to switch both screen and not just the screen where my mouse pointer is located. I't seems like Xmonad is treating every screen as a single screen.
How can i change these settings ? Is it even possible ?
That makes me totally confused.
Thanks for help !
greetings
Indeed, that's how it's supposed to work (as long as I understood your email). It's a bit hard in the beginning because it's something new, and of course we are all used to that. I encourage you to learn how this work, and why it works that way. I guess it's possible to change the behaviour, but I think it'll turn into a problem later. Also, can you explain with an example which is your desired behaviour and how it's working right now? Regards, -- Pablo Olmos de Aguilera Corradini - @PaBLoX http://glatelier.org/ http://about.me/pablox/ http://www.linkedin.com/in/pablooda/ Linux User: #456971 - http://counter.li.org/

On Apr 17, 2013 6:01 AM, "lg"
I'm used to gnome desktop switching so i'd like to switch both screen and not just the screen where my mouse pointer is located. I't seems like Xmonad is treating every screen as a single screen.
How can i change these settings ? Is it even possible ?
Your question *sounds* confused, but I think you are using the word 'screen' to mean two different things here. I'm guessing that you have two or more monitors on your system? IIRC, Gnome treats both visible monitors as part of the same desktop, and will change the contents of both of them at the same time when you switch to a different desktop. XMonad doesn't think that way by default; each monitor holds a different 'workspace', and there is no such thing as a 'desktop'. You can choose which workspace a monitor holds, but only for the currently active one (mod-1, mod-2, mod-3 etc). If you want to continue treating the two monitors as a single 'desktop', one simple way would be to use new keybindings that change the contents of each screen at the same time -- the two screens are not really related to each other, but your new keybindings would move both of them together. You'll need to find a example of changing keybindings that you are comfortable with, have a look at a few of the example xmonad.hs configs out there -- http://www.haskell.org/haskellwiki/Xmonad/Config_archive for a good start. Then have a go at creating a couple of keybindings that do what you want, e.g. "make left view active, switch to workspace 1, make right view active, switch to workspace 2". There may be a contrib module out there that does this for you that someone else might know ... ? ;-) -jim

On 4/21/13, Jim Cheetham
If you want to continue treating the two monitors as a single 'desktop', one simple way would be to use new keybindings that change the contents of each screen at the same time -- the two screens are not really related to each other, but your new keybindings would move both of them together.
Sounds like a job for X.A.Workscreen http://xmonad.org/xmonad-docs/xmonad-contrib/XMonad-Actions-Workscreen.html.

On 04/21/2013 07:41 PM, Dmitri Iouchtchenko wrote:
On 4/21/13, Jim Cheetham
wrote: If you want to continue treating the two monitors as a single 'desktop', one simple way would be to use new keybindings that change the contents of each screen at the same time -- the two screens are not really related to each other, but your new keybindings would move both of them together.
Sounds like a job for X.A.Workscreen http://xmonad.org/xmonad-docs/xmonad-contrib/XMonad-Actions-Workscreen.html.
thank you guys for your efforts !
participants (5)
-
Dmitri Iouchtchenko
-
Jim Cheetham
-
lg
-
lx
-
Pablo Olmos de Aguilera C.