[prev in list] [next in list] [prev in thread] [next in thread] 

List:       xmonad
Subject:    Re: [xmonad] dual monitor
From:       Lajos Bodnar <bodnarlajoska () gmail ! com>
Date:       2017-02-04 15:54:42
Message-ID: CAPibjnm12A_O96sDxJ9NNahu+6qq_2SkqfQg84FayZe-akGZMA () mail ! gmail ! com
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


Hi!
Daniel, I tried the "IndependentScreens" and it's working like a charm.
Thanks for all to all of you :)



On Thu, Feb 2, 2017 at 8:17 AM, Lajos Bodnar <bodnarlajoska@gmail.com>
wrote:

> Hi Daniel.
> I'm in my workplace and I will look at it home.
>
> thanks
> Lajos
>
> On Thu, Feb 2, 2017 at 7:24 AM, Daniel Wagner <dmwit@dmwit.com> wrote:
>
>> Can you show the config you tried after following the greedyView FAQ?
>> That really should fix the behavior you're describing.
>>
>> The second feature you describe can *also* be done, see:
>> http://hackage.haskell.org/package/xmonad-contrib-0.12/docs/
>> XMonad-Layout-IndependentScreens.html
>>
>> ~d
>>
>> On Wed, Feb 1, 2017 at 9:57 PM, Lajos Bodnar <bodnarlajoska@gmail.com>
>> wrote:
>>
>>> Hi!
>>> Morning :)
>>> I tried what Brandon mentioned before, but the result is same.
>>> Did you send me a correct link about a correct xmonad.hs ?
>>> Maybe can I make a configuration where the half of the workspaces
>>> resides the screen 1 and the other ones resides screen 2 ?
>>>
>>> Regards,
>>> Lajos
>>>
>>>
>>> On Wed, Feb 1, 2017 at 10:27 PM, Lajos Bodnar <bodnarlajoska@gmail.com>
>>> wrote:
>>>
>>>> Thanks for the answers, I will check what Brandon mentioned.
>>>>
>>>> On Wed, Feb 1, 2017 at 10:16 PM, Brandon Allbery <allbery.b@gmail.com>
>>>> wrote:
>>>>
>>>>> You don't need to add keybindings, they are default. I assume this
>>>>> means you have been using the bad "example config" that overrides every
>>>>> possible setting with the defaults from some particular version instead of
>>>>> inheriting the defaults, and will need to be extremely careful about xmonad
>>>>> upgrades because your config won't magically rewrite itself to be
>>>>> compatible. (I think mod-shift-space is the one that will bite you in 0.13.)
>>>>>
>>>>> I *think* you are talking about https://wiki.haskell.org
>>>>> /Xmonad/Frequently_asked_questions#Replacing_greedyView_with_view
>>>>>
>>>>> On Wed, Feb 1, 2017 at 12:36 PM, Lajos Bodnar <bodnarlajoska@gmail.com
>>>>> > wrote:
>>>>>
>>>>>> Hi all.
>>>>>> I'm new in the mail list, and sorry for my english ...
>>>>>>
>>>>>> I tried to set up my wm for dual monitor with these keyboard settings:
>>>>>>     -- mod-[1..9], Switch to workspace N
>>>>>>     -- mod-shift-[1..9], Move client to workspace N
>>>>>>     --
>>>>>>     [((m .|. mod4Mask, k), windows $ f i)
>>>>>>         | (i, k) <- zip (XMonad.workspaces conf) [xK_1 .. xK_9]
>>>>>>         , (f, m) <- [(W.greedyView, 0), (W.shift, shiftMask)]]
>>>>>>     ++
>>>>>>     --
>>>>>>     -- mod-{w,e,r}, Switch to physical/Xinerama screens 1, 2, or 3
>>>>>>     -- mod-shift-{w,e,r}, Move client to screen 1, 2, or 3
>>>>>>     --
>>>>>>     [((m .|. mod4Mask, key), screenWorkspace sc >>= flip whenJust
>>>>>> (windows . f))
>>>>>>         | (key, sc) <- zip [xK_w, xK_e] [0..]
>>>>>>         , (f, m) <- [(W.view, 0), (W.shift, shiftMask)]]
>>>>>>
>>>>>> I exprerienced that when I switch workspace the opened windows moved
>>>>>> the new workspace from the inactive screen. If the inactive screen is empty
>>>>>> in the workspace where I have just moved then a window will fill it. I hope
>>>>>> it is understandable for you.
>>>>>> Any idea ?
>>>>>> What is wrong ? What causes it ?
>>>>>>
>>>>>> Regards,
>>>>>> Lajos
>>>>>>
>>>>>> _______________________________________________
>>>>>> xmonad mailing list
>>>>>> xmonad@haskell.org
>>>>>> http://mail.haskell.org/cgi-bin/mailman/listinfo/xmonad
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> brandon s allbery kf8nh                               sine nomine
>>>>> associates
>>>>> allbery.b@gmail.com
>>>>> ballbery@sinenomine.net
>>>>> unix, openafs, kerberos, infrastructure, xmonad
>>>>> http://sinenomine.net
>>>>>
>>>>
>>>>
>>>
>>> _______________________________________________
>>> xmonad mailing list
>>> xmonad@haskell.org
>>> http://mail.haskell.org/cgi-bin/mailman/listinfo/xmonad
>>>
>>>
>>
>> _______________________________________________
>> xmonad mailing list
>> xmonad@haskell.org
>> http://mail.haskell.org/cgi-bin/mailman/listinfo/xmonad
>>
>>
>

[Attachment #5 (text/html)]

<div dir="ltr">Hi!<div>Daniel, I tried the &quot;IndependentScreens&quot; and \
it&#39;s working like a charm.</div><div>Thanks for all to all of you \
:)</div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div \
class="gmail_quote">On Thu, Feb 2, 2017 at 8:17 AM, Lajos Bodnar <span \
dir="ltr">&lt;<a href="mailto:bodnarlajoska@gmail.com" \
target="_blank">bodnarlajoska@gmail.com</a>&gt;</span> wrote:<br><blockquote \
class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc \
solid;padding-left:1ex"><div dir="ltr">Hi Daniel.<div><div>I&#39;m in my workplace \
and I will look at it home.</div><div><br></div></div><div>thanks</div><span \
class="HOEnZb"><font color="#888888"><div>Lajos</div></font></span></div><div \
class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div \
class="gmail_quote">On Thu, Feb 2, 2017 at 7:24 AM, Daniel Wagner <span \
dir="ltr">&lt;<a href="mailto:dmwit@dmwit.com" \
target="_blank">dmwit@dmwit.com</a>&gt;</span> wrote:<br><blockquote \
class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc \
solid;padding-left:1ex"><div dir="ltr">Can you show the config you tried after \
following the greedyView FAQ? That really should fix the behavior you&#39;re \
describing.<div><br></div><div>The second feature you describe can *also* be done, \
see:</div><div><a href="http://hackage.haskell.org/package/xmonad-contrib-0.12/docs/XMonad-Layout-IndependentScreens.html" \
target="_blank">http://hackage.haskell.org/pac<wbr>kage/xmonad-contrib-0.12/docs/<wbr>XMonad-Layout-IndependentScree<wbr>ns.html</a></div><span \
class="m_7746014780691021691HOEnZb"><font \
color="#888888"><div><br></div><div>~d</div></font></span></div><div \
class="m_7746014780691021691HOEnZb"><div class="m_7746014780691021691h5"><div \
class="gmail_extra"><br><div class="gmail_quote">On Wed, Feb 1, 2017 at 9:57 PM, \
Lajos Bodnar <span dir="ltr">&lt;<a href="mailto:bodnarlajoska@gmail.com" \
target="_blank">bodnarlajoska@gmail.com</a>&gt;</span> wrote:<br><blockquote \
class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc \
solid;padding-left:1ex"><div dir="ltr">Hi!<div>Morning :)<br><div>I tried what \
Brandon mentioned before, but the result is same.</div><div>Did you send me a correct \
link about a correct xmonad.hs ?</div><div>Maybe can I make a configuration where the \
half of the workspaces resides the screen 1 and the other ones resides screen 2 \
?</div><div><br></div><div>Regards,</div><div>Lajos</div><div><br></div></div></div><div \
class="m_7746014780691021691m_372183622014185521HOEnZb"><div \
class="m_7746014780691021691m_372183622014185521h5"><div class="gmail_extra"><br><div \
class="gmail_quote">On Wed, Feb 1, 2017 at 10:27 PM, Lajos Bodnar <span \
dir="ltr">&lt;<a href="mailto:bodnarlajoska@gmail.com" \
target="_blank">bodnarlajoska@gmail.com</a>&gt;</span> wrote:<br><blockquote \
class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc \
solid;padding-left:1ex"><div dir="ltr">Thanks for the answers, I will check what \
Brandon mentioned.</div><div \
class="m_7746014780691021691m_372183622014185521m_7808836716382004330HOEnZb"><div \
class="m_7746014780691021691m_372183622014185521m_7808836716382004330h5"><div \
class="gmail_extra"><br><div class="gmail_quote">On Wed, Feb 1, 2017 at 10:16 PM, \
Brandon Allbery <span dir="ltr">&lt;<a href="mailto:allbery.b@gmail.com" \
target="_blank">allbery.b@gmail.com</a>&gt;</span> wrote:<br><blockquote \
class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc \
solid;padding-left:1ex"><div dir="ltr">You don&#39;t need to add keybindings, they \
are default. I assume this means you have been using the bad &quot;example \
config&quot; that overrides every possible setting with the defaults from some \
particular version instead of inheriting the defaults, and will need to be extremely \
careful about xmonad upgrades because your config won&#39;t magically rewrite itself \
to be compatible. (I think mod-shift-space is the one that will bite you in \
0.13.)<div><br></div><div>I *think* you are talking about  <a \
href="https://wiki.haskell.org/Xmonad/Frequently_asked_questions#Replacing_greedyView_with_view" \
target="_blank">https://wiki.haskell.org<wbr>/Xmonad/Frequently_asked_quest<wbr>ions#Replacing_greedyView_with<wbr>_view</a></div></div><div \
class="gmail_extra"><br><div class="gmail_quote"><div><div \
class="m_7746014780691021691m_372183622014185521m_7808836716382004330m_-7043810749718616733h5">On \
Wed, Feb 1, 2017 at 12:36 PM, Lajos Bodnar <span dir="ltr">&lt;<a \
href="mailto:bodnarlajoska@gmail.com" \
target="_blank">bodnarlajoska@gmail.com</a>&gt;</span> \
wrote:<br></div></div><blockquote class="gmail_quote" style="margin:0 0 0 \
.8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div \
class="m_7746014780691021691m_372183622014185521m_7808836716382004330m_-7043810749718616733h5"><div \
dir="ltr">Hi all.<div>I&#39;m new in the mail list, and sorry for my english \
...</div><div><br></div><div>I tried to set up my wm for dual monitor with these \
keyboard settings:</div><div><div>      -- mod-[1..9], Switch to workspace \
N</div><div>      -- mod-shift-[1..9], Move client to workspace N</div><div>      \
--</div><div>      [((m .|. mod4Mask, k), windows $ f i)</div><div>            | (i, \
k) &lt;- zip (XMonad.workspaces conf) [xK_1 .. xK_9]</div><div>            , (f, m) \
&lt;- [(W.greedyView, 0), (W.shift, shiftMask)]]</div><div>      ++</div><div>      \
--</div><div>      -- mod-{w,e,r}, Switch to physical/Xinerama screens 1, 2, or \
3</div><div>      -- mod-shift-{w,e,r}, Move client to screen 1, 2, or 3</div><div>   \
--</div><div>      [((m .|. mod4Mask, key), screenWorkspace sc &gt;&gt;= flip \
whenJust (windows . f))</div><div>            | (key, sc) &lt;- zip [xK_w, xK_e] \
[0..]</div><div>            , (f, m) &lt;- [(W.view, 0), (W.shift, \
shiftMask)]]</div></div><div><br></div><div>I exprerienced that when I switch \
workspace the opened windows moved the new workspace from the inactive screen. If the \
inactive screen is empty in the workspace where I have just moved then a window will \
fill it. I hope it is understandable for you.  </div><div>Any idea ?</div><div>What \
is wrong ? What causes it \
?</div><div><br></div><div>Regards,</div><div>Lajos</div></div> \
<br></div></div><span>______________________________<wbr>_________________<br> xmonad \
mailing list<br> <a href="mailto:xmonad@haskell.org" \
target="_blank">xmonad@haskell.org</a><br> <a \
href="http://mail.haskell.org/cgi-bin/mailman/listinfo/xmonad" rel="noreferrer" \
target="_blank">http://mail.haskell.org/cgi-bi<wbr>n/mailman/listinfo/xmonad</a><br> \
<br></span></blockquote></div><span \
class="m_7746014780691021691m_372183622014185521m_7808836716382004330m_-7043810749718616733HOEnZb"><font \
color="#888888"><br><br clear="all"><div><br></div>-- <br><div \
class="m_7746014780691021691m_372183622014185521m_7808836716382004330m_-7043810749718616733m_-3211032908176943244gmail_signature" \
data-smartmail="gmail_signature"><div dir="ltr"><div>brandon s allbery kf8nh          \
sine nomine associates</div><div><a href="mailto:allbery.b@gmail.com" \
target="_blank">allbery.b@gmail.com</a>                                               \
<a href="mailto:ballbery@sinenomine.net" \
target="_blank">ballbery@sinenomine.net</a></div><div>unix, openafs, kerberos, \
infrastructure, xmonad            <a href="http://sinenomine.net" \
target="_blank">http://sinenomine.net</a></div></div></div> </font></span></div>
</blockquote></div><br></div>
</div></div></blockquote></div><br></div>
</div></div><br>______________________________<wbr>_________________<br>
xmonad mailing list<br>
<a href="mailto:xmonad@haskell.org" target="_blank">xmonad@haskell.org</a><br>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/xmonad" rel="noreferrer" \
target="_blank">http://mail.haskell.org/cgi-bi<wbr>n/mailman/listinfo/xmonad</a><br> \
<br></blockquote></div><br></div> \
</div></div><br>______________________________<wbr>_________________<br> xmonad \
mailing list<br> <a href="mailto:xmonad@haskell.org" \
target="_blank">xmonad@haskell.org</a><br> <a \
href="http://mail.haskell.org/cgi-bin/mailman/listinfo/xmonad" rel="noreferrer" \
target="_blank">http://mail.haskell.org/cgi-bi<wbr>n/mailman/listinfo/xmonad</a><br> \
<br></blockquote></div><br></div> </div></div></blockquote></div><br></div>


[Attachment #6 (text/plain)]

_______________________________________________
xmonad mailing list
xmonad@haskell.org
http://mail.haskell.org/cgi-bin/mailman/listinfo/xmonad


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic