2022/12/05

2022-12-05 00:00:04 +0100Guest25(~Guest25@host-140-28.ilcub310.champaign.il.us.clients.pavlovmedia.net)
2022-12-05 00:41:43 +0100Guest25(~Guest25@host-140-28.ilcub310.champaign.il.us.clients.pavlovmedia.net) (Quit: Client closed)
2022-12-05 00:57:13 +0100lokesh1197(~Thunderbi@14.139.128.52)
2022-12-05 01:52:52 +0100mvk(~mvk@2607:fea8:5ce3:8500::efb)
2022-12-05 02:05:53 +0100thyriaen(~thyriaen@2a01:aea0:dd4:470d:6245:cbff:fe9f:48b1) (Quit: Leaving)
2022-12-05 02:39:30 +0100mvk(~mvk@2607:fea8:5ce3:8500::efb) (Quit: Going elsewhere)
2022-12-05 03:14:39 +0100jao(~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Ping timeout: 260 seconds)
2022-12-05 03:56:45 +0100HarryPrayIV[m](~harrypray@2001:470:69fc:105::2:d1ee)
2022-12-05 04:02:16 +0100 <HarryPrayIV[m]> Hi everyone.... (full message at <https://libera.ems.host/_matrix/media/v3/download/libera.chat/2e942d5c9b594ccf3b7584250a78ca15cb0e…>)
2022-12-05 04:02:38 +0100banc(banc@gateway/vpn/protonvpn/banc) (Ping timeout: 256 seconds)
2022-12-05 04:26:05 +0100banc(banc@gateway/vpn/protonvpn/banc)
2022-12-05 04:30:32 +0100jeeeun(~jeeeun@78.40.148.178) (Remote host closed the connection)
2022-12-05 04:33:06 +0100 <_Ity[m]> > <@harryprayiv:matrix.org> Hi everyone.... (full message at <https://libera.ems.host/_matrix/media/v3/download/libera.chat/d79d5759739b9d959f2558d8257f69229909…>)
2022-12-05 04:33:08 +0100 <lambdabot> <hint>:1:1: error: parse error on input ‘<@’
2022-12-05 04:34:31 +0100 <_Ity[m]> What's that bot?
2022-12-05 04:34:39 +0100 <_Ity[m]> > 1+2
2022-12-05 04:34:40 +0100 <lambdabot> 3
2022-12-05 04:34:43 +0100 <_Ity[m]> Oooooo
2022-12-05 04:34:47 +0100 <_Ity[m]> Noice
2022-12-05 04:35:24 +0100 <_Ity[m]> @ty putStrLn
2022-12-05 04:35:25 +0100 <lambdabot> String -> IO ()
2022-12-05 04:35:34 +0100 <_Ity[m]> Magic
2022-12-05 04:37:20 +0100 <_Ity[m]> Does it have xmonad stuff imported?
2022-12-05 04:37:49 +0100 <_Ity[m]> @ty xmonad
2022-12-05 04:37:50 +0100 <lambdabot> error: Variable not in scope: xmonad
2022-12-05 04:38:07 +0100 <_Ity[m]> @ty XMonad.Main.xmonad
2022-12-05 04:38:08 +0100 <lambdabot> error:
2022-12-05 04:38:08 +0100 <lambdabot> Not in scope: ‘XMonad.Main.xmonad’
2022-12-05 04:38:08 +0100 <lambdabot> No module named ‘XMonad.Main’ is imported.
2022-12-05 04:39:01 +0100 <_Ity[m]> Welp
2022-12-05 04:43:19 +0100terrorjack(~terrorjac@2a01:4f8:1c1e:509a::1) (Quit: The Lounge - https://thelounge.chat)
2022-12-05 04:45:54 +0100terrorjack(~terrorjac@2a01:4f8:1c1e:509a::1)
2022-12-05 04:47:24 +0100td_(~td@83.135.9.35) (Ping timeout: 256 seconds)
2022-12-05 04:49:14 +0100td_(~td@83.135.9.25)
2022-12-05 04:54:44 +0100 <HarryPrayIV[m]> <_Ity[m]> "> <@harryprayiv:matrix.org> Hi..." <- I’m making a distinction between two windows that I want to spawn on the “com” workspace and pop-ups that might normally happen in everyday web-browsing. Right now, Xmonad treats ALL pop ups the same but I want it to treat two specific apps differently than any pop up that may happen during regular browsing. I hope this clears that up.
2022-12-05 04:58:12 +0100 <HarryPrayIV[m]> s/apps/popups/, s/pop/popup/, s/up//
2022-12-05 05:36:24 +0100lokesh1197(~Thunderbi@14.139.128.52) (Ping timeout: 260 seconds)
2022-12-05 05:57:28 +0100lokesh1197(~Thunderbi@14.139.128.52)
2022-12-05 06:01:38 +0100lokesh1197(~Thunderbi@14.139.128.52) (Read error: Connection reset by peer)
2022-12-05 06:58:10 +0100lokesh1197(~Thunderbi@14.139.128.52)
2022-12-05 07:08:43 +0100 <AskYourself[m]> I'm trying to add a thing to reset the layout. For ex I often expand the master window horizontally, and then later I wanna reset it to center without having to tap the decrease size button over and over. I'm trying to implement a keybind to do this. Right now I have `("M-w", setLayout $ layoutHook conf... (full message at <https://libera.ems.host/_matrix/media/v3/download/libera.chat/b147e54468f1d0d0e38bf682587dd7cc7b54…>)
2022-12-05 07:09:01 +0100 <AskYourself[m]> * I'm trying to add a keybind to reset the layout. For ex I often expand the master window horizontally, and then later I wanna reset it to center without having to tap the decrease size button over and over. I'm trying to implement a keybind to do this. Right now I have `("M-w", setLayout $ layoutHook conf... (full message at <https://libera.ems.host/_matrix/media/v3/download/libera.chat/47120b34219cc6e8d03feb57573f8e263e58…>)
2022-12-05 07:09:26 +0100 <AskYourself[m]> * I'm trying to add a keybind to reset the layout. For ex I often expand the master window horizontally, and then later I wanna reset it to center without having to tap the decrease size button over and over. I'm trying to implement a keybind to do this. Right now I have `("M-w", setLayout $ layoutHook conf... (full message at <https://libera.ems.host/_matrix/media/v3/download/libera.chat/1b1da20de9b72e6286b97250a9a83cf4912c…>)
2022-12-05 07:09:38 +0100 <AskYourself[m]> * I'm trying to add a keybind to reset the layout. For ex I often expand the master window horizontally, and then later I wanna reset it to center without having to tap the decrease size button over and over. I'm trying to implement a keybind to do this. Right now I have `("M-w", setLayout $ layoutHook conf... (full message at <https://libera.ems.host/_matrix/media/v3/download/libera.chat/8d8cb54c8f2db847b4452b9440487756b922…>)
2022-12-05 07:13:10 +0100 <[Leary]> AskYourself[m]: There's already a default binding for this, iirc it's mod+shift+space.
2022-12-05 07:13:52 +0100 <AskYourself[m]> Oh, ok that worked. But, I deff want to remap that, so I think I still need to figure this out (or some alternative).
2022-12-05 07:15:47 +0100 <[Leary]> Well, you're already using (`additionalKeysP` myKeyBinds), so I imagine that's where you want to put new keybinds.
2022-12-05 07:16:33 +0100 <AskYourself[m]> Yeah, and generally I have no trouble. With this one what's confusing me is adding the conf bit as an argument to the keybinds then calling those keybinds in main.
2022-12-05 07:16:54 +0100 <AskYourself[m]> None of the other keybinds I've implemented have required altering the type sig of the keybinds I feed to main.
2022-12-05 07:22:10 +0100 <[Leary]> Ah, I don't think EZConfig gives you access to the config argument, so I guess you'll want to write some manual bindings. In this case, at the top level you would write something like `myRawKBs XConfig{modMask,layoutHook} = M.fromList [ ((modMask, xK_w), setLayout layoutHook) ]`, then in `myConfig` you'd define `keys = myRawKBs <> keys def`.
2022-12-05 07:22:30 +0100 <[Leary]> I have food waiting though, so I can't really help you further.
2022-12-05 07:23:07 +0100 <AskYourself[m]> Ok thank you.
2022-12-05 07:31:16 +0100 <Solid> AskYourself[m]: Be aware that there is a standard binding for that: M-S-<Space>
2022-12-05 07:50:48 +0100mncheckm(~mncheck@193.224.205.254)
2022-12-05 07:59:05 +0100lokesh1197(~Thunderbi@14.139.128.52) (Ping timeout: 260 seconds)
2022-12-05 08:12:52 +0100 <AskYourself[m]> <Solid> "Ask Yourself🍉: Be aware that..." <- Thank you, yeah I'm using that for now. Gonna implement a custom one shortly with the strategy [Leary] gave.
2022-12-05 08:13:51 +0100 <Solid> I'm still not fully awake, but why do you need the config argument in the first place?
2022-12-05 08:14:14 +0100 <Solid> Couldn't you just `("M-w", setLayout $ layoutHook myConfig)`?
2022-12-05 08:14:46 +0100 <AskYourself[m]> I tried that but missed the $, lemme test that..
2022-12-05 08:15:01 +0100 <AskYourself[m]> Ohhh, I see you mean in the def.
2022-12-05 08:15:09 +0100 <AskYourself[m]> I tried that in the main.
2022-12-05 08:15:57 +0100 <AskYourself[m]> Ok yeah it's giving me the same complaint as when I tried that in main:
2022-12-05 08:16:01 +0100AskYourself[m]uploaded an image: (65KiB) < https://libera.ems.host/_matrix/media/v3/download/matrix.org/FmqtUAWmwNYnxTlIqVKZMBaE/image.png >
2022-12-05 08:16:43 +0100 <AskYourself[m]> My config doesn't have the right type, and I don't know these types to well, and some of them get a bit complicated, so I had some trouble figuring that out.
2022-12-05 08:16:58 +0100 <AskYourself[m]> s/to/too/
2022-12-05 08:20:47 +0100 <Solid> ah, I guess you want `setLayout $ Layout (layoutHook myConfig)` or something
2022-12-05 08:23:00 +0100escobear(~gknux@user/galaxy-knuckles/x-3015990)
2022-12-05 08:23:28 +0100gknux(~gknux@user/galaxy-knuckles/x-3015990) (Ping timeout: 260 seconds)
2022-12-05 08:23:46 +0100escobeargknux
2022-12-05 08:24:13 +0100 <AskYourself[m]> Hmm. It compiles but doesn't seem to have any effect.
2022-12-05 08:24:42 +0100 <AskYourself[m]> I had the same thing happen with the window hiding keybinds.
2022-12-05 08:25:41 +0100 <AskYourself[m]> Oh nvm, it was just double-bound, works. Thank you.
2022-12-05 08:26:36 +0100 <AskYourself[m]> I also wanted to ask about these hidden spaces. I've added this:... (full message at <https://libera.ems.host/_matrix/media/v3/download/libera.chat/da4daa9c3784e081561311a74cc45ef06426…>)
2022-12-05 09:53:37 +0100cfricke(~cfricke@user/cfricke)
2022-12-05 10:00:06 +0100mojowings[m](~mojowings@2001:470:69fc:105::2:b42f) (Quit: You have been kicked for being idle)
2022-12-05 10:33:02 +0100jeeeun(~jeeeun@78.40.148.178)
2022-12-05 10:34:33 +0100cfricke(~cfricke@user/cfricke) (Quit: WeeChat 3.7.1)
2022-12-05 10:43:33 +0100cfricke(~cfricke@user/cfricke)
2022-12-05 11:52:18 +0100 <ChaoticMist[m]> liskin @liskin:matrix.org: thought I should ask you about the status of `ConditionalLayoutModifier` PR in contrib. Are you still interested in that PR or did you give up on it?
2022-12-05 11:52:18 +0100 <ChaoticMist[m]> It has been ~1.5 years since that PR was writen and it made me curious about what the community thinks about it.
2022-12-05 12:35:44 +0100 <liskin> ChaoticMist[m]: I gave up on life in general
2022-12-05 12:36:42 +0100 <liskin> that being said, Solid recently mentioned he'd like to pick it up
2022-12-05 12:37:32 +0100 <liskin> it's just a matter of taking my code from the comment and adding some docs to it
2022-12-05 12:39:22 +0100 <ChaoticMist[m]> liskin: Seeing a psychologist? If not, try it out! It does help (speaking from experience)
2022-12-05 12:40:59 +0100 <liskin> and possibly also writing the CondChoose/IfThenElseLayout counterpart, the implementation of which would be fairly similar, and then we could build all the existing buggy conditional extensions on top of it
2022-12-05 12:41:18 +0100jao(~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net)
2022-12-05 12:41:31 +0100 <liskin> ChaoticMist[m]: working on it, slowly
2022-12-05 12:42:41 +0100 <ChaoticMist[m]> liskin: Good! Update me when you feel better. ;)
2022-12-05 12:45:06 +0100 <liskin> well the other issue is that when I do feel better, there's a massive pile of TODO stuff that either someone pays me to do, or that happens to benefit myself personally, so that naturally takes priority these days :-(
2022-12-05 12:45:45 +0100 <liskin> but then yeah, ConditionalLayoutModifier is almost done, just needs a bit of polish
2022-12-05 12:46:01 +0100 <liskin> makes you wonder why didn't someone come and do that
2022-12-05 12:46:16 +0100 <ChaoticMist[m]> liskin: Can you not outsource part of that job?
2022-12-05 12:46:50 +0100 <ChaoticMist[m]> liskin: Good question.. nonetheless, do not stress about anything
2022-12-05 12:47:11 +0100 <liskin> ChaoticMist[m]: outsource? don't think so
2022-12-05 12:47:28 +0100 <liskin> takes me months to get in the mood to register with a bloody dentist
2022-12-05 12:47:43 +0100 <liskin> imagine trying to find someone competent to complete my programming todos :-)
2022-12-05 12:47:48 +0100 <ChaoticMist[m]> You don't need a heart fibrillation on top of your current issues
2022-12-05 12:48:47 +0100h7x4[m](~h7x4naniw@2001:470:69fc:105::1:f33d)
2022-12-05 12:49:18 +0100 <ChaoticMist[m]> liskin: Reminds me of swedish healthcare, uncle had to wait 3 months on a very severe heart fibrillation condition to get his surgery.. also first try failed -> 1 extra month wait
2022-12-05 12:49:22 +0100 <ChaoticMist[m]> Shit is crazy
2022-12-05 12:50:08 +0100 <liskin> shit is crazy indeed, but this is more of a me problem rather than the system
2022-12-05 12:51:02 +0100 <liskin> like yeah, if getting a doctor was as easy as subscribing to Amazon Prime, I'd have done it already, but…
2022-12-05 12:51:17 +0100 <ChaoticMist[m]> Oh, still don't put preasure on yourself.
2022-12-05 12:51:52 +0100 <ChaoticMist[m]> liskin: Reminds me of my mother.. 1 year waiting timr for dentist appointment
2022-12-05 12:57:12 +0100 <ChaoticMist[m]> Nonetheless, wish you get better soon!
2022-12-05 12:59:48 +0100redgloboli_(~redglobol@user/redgloboli) (Ping timeout: 248 seconds)
2022-12-05 13:01:30 +0100redgloboli(~redglobol@user/redgloboli)
2022-12-05 13:25:05 +0100 <xmonadtrack> New xmonad-contrib branch created: pull/784 (1 commit) https://github.com/xmonad/xmonad-contrib/pull/784
2022-12-05 14:29:18 +0100 <HarryPrayIV[m]> Quick question that may solve my issue.
2022-12-05 14:29:18 +0100 <HarryPrayIV[m]> <&&> is “and”
2022-12-05 14:29:18 +0100 <HarryPrayIV[m]> <||> is “or”
2022-12-05 14:29:18 +0100 <HarryPrayIV[m]> What is the syntax for “not” in this context?
2022-12-05 14:30:55 +0100 <_Ity[m]> <HarryPrayIV[m]> "I’m making a distinction between..." <- Well, what are the special properties of the popups you wanna treat differently?
2022-12-05 14:31:40 +0100 <_Ity[m]> Xprop might be useful
2022-12-05 14:34:34 +0100 <[Leary]> HarryPrayIV[m]: not <$>
2022-12-05 14:37:51 +0100 <lykos153> Hey 🙂 I'm very new to xmonad (and I already love it 😊). Now, I set the xkbmap in .xinitrc. However, each time I unplug or plug-in a monitor, it is reset to English. Why is that and what can I do about that?
2022-12-05 14:37:53 +0100 <lykos153> s/./`./, s/./`./, s/that/it/
2022-12-05 14:40:05 +0100 <lykos153> * Hey 🙂 I'm very new to xmonad (and I already love it 😊). Now, I set the xkbmap in .xinitrc. However, each time I unplug and plug-in a monitor, it is reset to English. Why is that and what can I do about it?
2022-12-05 14:53:58 +0100 <vrs> that seems unrelated to xmonad
2022-12-05 15:04:09 +0100 <liskin> ChaoticMist[m]: 1 year wait for a non-emergency dentist appointment is normal isn't it? :-)
2022-12-05 15:15:33 +0100 <HarryPrayIV[m]> <_Ity[m]> "Xprop might be useful..." <- The two windows that I am trying to distinguish have the following semi-unique properties:... (full message at <https://libera.ems.host/_matrix/media/v3/download/libera.chat/bd98ff43eec2d37ad4a25adaf524e14a74ee…>)
2022-12-05 15:17:03 +0100 <geekosaur> note that browsers often set properties too late for the manageHook and you may need DynamicProperty to detect them
2022-12-05 15:18:51 +0100 <HarryPrayIV[m]> My problem is that “isPopup” is satisfied by the rule above “isWebApp”. So, I was considering adding a not to the isPopUp definition specifically naming the two windows I am hoping to distinguish as isWebApp.
2022-12-05 15:27:35 +0100 <HarryPrayIV[m]> <geekosaur> "note that browsers often set..." <- Interesting. I’d like to avoid that. But it would definitely work and seems to be my issue here.... (full message at <https://libera.ems.host/_matrix/media/v3/download/libera.chat/1f4faf2e5fec30ef0f0ba6285fa8b39caf20…>)
2022-12-05 15:28:16 +0100 <HarryPrayIV[m]> > <@geekosaur:libera.chat> note that browsers often set properties too late for the manageHook and you may need DynamicProperty to detect them
2022-12-05 15:28:16 +0100 <HarryPrayIV[m]> * Interesting. I’d like to avoid that. But it would definitely work and seems to be my issue here.
2022-12-05 15:28:16 +0100 <HarryPrayIV[m]> So maybe there’s a better solution instead:
Currently, when I launch the com workspace, I manually press “mod t” and those two windows appear as I intend. Is it possible to programmatically tile these windows when I spawn them in using my config?
2022-12-05 15:28:16 +0100 <HarryPrayIV[m]> I currently spawn them by using the command:
spawn “brave —app=https://discord.com/app
2022-12-05 15:28:18 +0100 <lambdabot> <hint>:1:1: error: parse error on input ‘<@’
2022-12-05 15:36:52 +0100yaslam(~yaslam@host-92-7-209-178.as13285.net)
2022-12-05 15:42:22 +0100 <yaslam> Hello everyone, how do I filter out the scratchpad workspace from XMobar? Currently I've tried what is documented in hackage for the module, but I don't use logHook or dynamicLog, I use statusBarPropTo, idk how to plug that into XMobar and make it not show that workspace.
2022-12-05 16:03:21 +0100 <geekosaur> yaslam: statusBarPropTo "someprop" (pure . filterOutWsPP [scratchpadWorkspaceTag] $ myPP)
2022-12-05 16:03:38 +0100 <geekosaur> without seeing your config I can't give anything more specific
2022-12-05 16:03:44 +0100 <geekosaur> @where paste
2022-12-05 16:03:44 +0100 <lambdabot> Help us help you: please paste full code, input and/or output at e.g. https://paste.tomsmeding.com
2022-12-05 16:06:45 +0100 <yaslam> geekosaur: That's exactly what I needed and worked perfectly! Thanks
2022-12-05 16:07:40 +0100yaslam(~yaslam@host-92-7-209-178.as13285.net) (Quit: Leaving)
2022-12-05 16:36:35 +0100yaslam(~yaslam@host-92-7-209-178.as13285.net)
2022-12-05 16:40:41 +0100yaslam(~yaslam@host-92-7-209-178.as13285.net) (Client Quit)
2022-12-05 16:44:57 +0100cfricke(~cfricke@user/cfricke) (Quit: WeeChat 3.7.1)
2022-12-05 17:00:04 +0100YasserK[m](~varonking@2001:470:69fc:105::2:b4a2) (Quit: You have been kicked for being idle)
2022-12-05 17:29:42 +0100lokesh1197(~Thunderbi@14.139.128.52)
2022-12-05 17:54:30 +0100lokesh1197(~Thunderbi@14.139.128.52) (Ping timeout: 256 seconds)
2022-12-05 18:37:11 +0100gknux(~gknux@user/galaxy-knuckles/x-3015990) (Quit: ....and i am outta here....)
2022-12-05 18:41:29 +0100gknux(~gknux@user/galaxy-knuckles/x-3015990)
2022-12-05 18:42:30 +0100gknux(~gknux@user/galaxy-knuckles/x-3015990) (Remote host closed the connection)
2022-12-05 18:43:06 +0100gknux(~gknux@user/galaxy-knuckles/x-3015990)
2022-12-05 18:43:14 +0100 <ChaoticMist[m]> <liskin> "ChaoticMist: 1 year wait for a..." <- Funny enough they told here that she got an early appointment and the usual waiting time is 1.5 - 2 years.. lol
2022-12-05 19:27:54 +0100 <AskYourself[m]> I'm using Dynamic.Projects, it's really cool, but I'm having a little trouble with prompt behaviour. I can't see in the documentation how to get the prompt to display horizontally like:... (full message at <https://libera.ems.host/_matrix/media/v3/download/libera.chat/873a3c3ccd1a521db0430275d894668d16f4…>)
2022-12-05 19:28:05 +0100 <AskYourself[m]> * I'm using Dynamic.Projects, it's really cool, but I'm having a little trouble with prompt behaviour. I can't see in the documentation how to get the prompt to display horizontally like:... (full message at <https://libera.ems.host/_matrix/media/v3/download/libera.chat/c94b4b5b2f79ada650b6253418b56b857dc4…>)
2022-12-05 19:28:14 +0100 <AskYourself[m]> s/________/--/
2022-12-05 19:28:32 +0100 <AskYourself[m]> * I'm using Dynamic.Projects, it's really cool, but I'm having a little trouble with prompt behaviour. I can't see in the documentation how to get the prompt to display horizontally like:... (full message at <https://libera.ems.host/_matrix/media/v3/download/libera.chat/2b5da589ed4e07a90a5070c1df894b803d58…>)
2022-12-05 19:35:31 +0100 <geekosaur> the completion window will always be separate like that. you may want `showCompletionOnTab` to hide it and only get the behavior within the prompt unless you press tab?
2022-12-05 19:36:46 +0100 <geekosaur> it doesn't support emacs-style completion where the completion is shown within the prompt unless you press tab, though
2022-12-05 19:51:51 +0100 <AskYourself[m]> That gave me so real weird behaviour. It hid the completion which was nice, but it kept getting into a state where it was unresponsive to any text or mouse.
2022-12-05 19:59:36 +0100thyriaen(~thyriaen@2a01:aea0:dd4:470d:6245:cbff:fe9f:48b1)
2022-12-05 20:00:08 +0100 <geekosaur> um. please report that at https://github.com/xmonad/xmonad-contrib/issues
2022-12-05 20:00:25 +0100 <thyriaen> is there a good application which let's me switch to an window over all workspaces ( kinda like an alt-tab )?
2022-12-05 20:00:47 +0100 <AskYourself[m]> geekosaur: Ok, I'll do that.
2022-12-05 20:01:33 +0100 <AskYourself[m]> One separate q, I notice that one I hide workspaces the hidden workspace is still visible in my xmobar. Is there a way to fully remove workspaces from the stack so I won't see them at all?
2022-12-05 20:04:43 +0100AskYourself[m]uploaded an image: (4KiB) < https://libera.ems.host/_matrix/media/v3/download/matrix.org/LgMMlbWDidFYUBcWgUISOPgI/image.png >
2022-12-05 20:04:58 +0100 <AskYourself[m]> See how XMO is hidden but still visible?
2022-12-05 20:06:10 +0100 <geekosaur> ppHidden = const ""
2022-12-05 20:06:39 +0100 <geekosaur> (in your PP)
2022-12-05 20:07:51 +0100 <AskYourself[m]> I think I need to do that on ppHiddenNoWindows only, but yes ok that worked perfectly, thank you.
2022-12-05 20:08:06 +0100 <AskYourself[m]> Also that bug report will be later today or tmo, cause I have an exam to write, just fyi.
2022-12-05 20:11:50 +0100 <AskYourself[m]> Oh and one last thing. Is there a way to force the prompt into my middle monitor? I don't see a setting in the part of the docks for the prompt, just a centring thing that works per monitor, not across monitors.
2022-12-05 20:12:03 +0100 <AskYourself[m]> s/docks/docs/
2022-12-05 20:12:16 +0100 <AskYourself[m]> * Oh and one last thing. Is there a way to force the prompt into my middle monitor? I don't see a setting in the part of the docs for the prompt, just a centring thing that works per monitor, not across multiple monitors.
2022-12-05 20:12:48 +0100 <geekosaur> I don't think so
2022-12-05 20:13:12 +0100 <geekosaur> it always goes to the monitor that has focus
2022-12-05 20:13:35 +0100 <AskYourself[m]> Ah that's a little unfortunate. I like to overlap and theme xmobar, prompt, rofi so it all looks ilke one thing.
2022-12-05 20:13:51 +0100 <AskYourself[m]> Which it does, but not on the monitors lacking xmobar.
2022-12-05 20:13:59 +0100 <AskYourself[m]> On those the prompt will overlap active windows.
2022-12-05 20:14:10 +0100 <AskYourself[m]> 😢
2022-12-05 20:15:13 +0100 <liskin> ChaoticMist[m]: oh ok that's extra bad. Which country btw?
2022-12-05 20:20:04 +0100 <ChaoticMist[m]> liskin: Sweden
2022-12-05 21:46:53 +0100chomwitt(~chomwitt@2a02:587:7a0c:6a00:1ac0:4dff:fedb:a3f1)
2022-12-05 22:30:31 +0100 <thyriaen> i want to cycle through all open windows in an alt-tab kinda style across all workspaces - are there standalone applications for it and what are they called ?
2022-12-05 22:33:19 +0100 <geekosaur> usually that's a window manager function. but I'm not sure we have one that works over all workspaces
2022-12-05 22:33:35 +0100 <geekosaur> the usual one (CycleWindows) is workspace only
2022-12-05 22:36:45 +0100 <geekosaur> but I also feel like this was discussed recently and I'm forgetting it. (just checked Actions and it's not in git, at least not there)
2022-12-05 22:44:24 +0100 <thyriaen> geekosaur, howdy my friend
2022-12-05 22:45:32 +0100 <thyriaen> i have some strange behavior when i super-right-click to resize the window - the cursor instantly jumps in the top left of my main screen making the screen instantly tiny - it is very annoying - how can i stop the cursor from jumping on rightclick ?
2022-12-05 22:53:05 +0100 <geekosaur> normally it jumps to the bottom of the window (clipping it into the screen if it overlaps). do you have something like unclutter running? or X.A.Warp?
2022-12-05 22:53:33 +0100 <thyriaen> no
2022-12-05 22:55:06 +0100 <thyriaen> geekosaur, it jumps to about ( 1/3, 1/4 ) of my main screen with (0,0) being top right
2022-12-05 22:55:27 +0100 <thyriaen> left left i ment
2022-12-05 22:55:55 +0100 <geekosaur> @where paste
2022-12-05 22:55:55 +0100 <lambdabot> Help us help you: please paste full code, input and/or output at e.g. https://paste.tomsmeding.com
2022-12-05 22:56:13 +0100 <thyriaen> https://paste.tomsmeding.com/85RW3MGl
2022-12-05 22:57:30 +0100 <thyriaen> geekosaur, is there a alternative command to "spawn" which instead of spawning another window it switches to the one, if it already exists ?
2022-12-05 22:57:43 +0100 <thyriaen> so i always just have one instance of a program running if i press that button
2022-12-05 22:58:03 +0100 <thyriaen> ( and spawns it if it doesn't )
2022-12-05 23:00:33 +0100 <geekosaur> https://hackage.haskell.org/package/xmonad-contrib/docs/XMonad-Actions-WindowGo.html#v:runOrRaise
2022-12-05 23:01:14 +0100 <geekosaur> also I'm not seeing anything in particular in your config that would break resizing windows
2022-12-05 23:01:28 +0100 <geekosaur> it really does sound like something external is warping the pointer
2022-12-05 23:02:15 +0100 <thyriaen> geekosaur, i don't know what i could be - i am running a bare system
2022-12-05 23:02:37 +0100 <thyriaen> geekosaur, nice @runOrRaise