2021/07/15

2021-07-15 00:03:57 +0200benin0369(~benin@183.82.176.17)
2021-07-15 00:24:13 +0200abhixec(~abhixec@c-67-169-139-16.hsd1.ca.comcast.net) (Remote host closed the connection)
2021-07-15 00:44:06 +0200cfricke(~cfricke@user/cfricke) (Ping timeout: 255 seconds)
2021-07-15 04:04:37 +0200banc(banc@gateway/vpn/airvpn/banc) (Ping timeout: 258 seconds)
2021-07-15 04:16:53 +0200td_(~td@muedsl-82-207-238-063.citykom.de) (Ping timeout: 258 seconds)
2021-07-15 04:18:31 +0200td_(~td@94.134.91.92)
2021-07-15 04:22:30 +0200banc(banc@gateway/vpn/airvpn/banc)
2021-07-15 05:20:08 +0200berberman(~berberman@user/berberman) (Ping timeout: 255 seconds)
2021-07-15 05:20:33 +0200berberman(~berberman@user/berberman)
2021-07-15 05:29:35 +0200geekosaur(~geekosaur@xmonad/geekosaur) (Remote host closed the connection)
2021-07-15 05:31:19 +0200geekosaur(~geekosaur@xmonad/geekosaur)
2021-07-15 05:42:54 +0200berberman(~berberman@user/berberman) (Ping timeout: 255 seconds)
2021-07-15 05:43:34 +0200berberman(~berberman@user/berberman)
2021-07-15 06:42:41 +0200xacktm(xacktm@user/xacktm) (Quit: fBNC - https://bnc4free.com)
2021-07-15 07:01:58 +0200xacktm(xacktm@user/xacktm)
2021-07-15 07:36:39 +0200benin03697(~benin@183.82.177.180)
2021-07-15 07:37:45 +0200benin0369(~benin@183.82.176.17) (Ping timeout: 258 seconds)
2021-07-15 07:37:46 +0200benin03697benin0369
2021-07-15 08:21:31 +0200geekosaur(~geekosaur@xmonad/geekosaur) (Ping timeout: 265 seconds)
2021-07-15 08:23:35 +0200geekosaur(~geekosaur@xmonad/geekosaur)
2021-07-15 10:17:55 +0200geekosaur(~geekosaur@xmonad/geekosaur) (Killed (NickServ (GHOST command used by allbery_b)))
2021-07-15 10:17:57 +0200allbery_b(~geekosaur@xmonad/geekosaur)
2021-07-15 12:37:04 +0200 <liskin> Solid: is it just me or are you not replying to the mailing list?
2021-07-15 12:37:35 +0200 <liskin> (or at least ccing)
2021-07-15 12:43:43 +0200mc47(~mc47@xmonad/TheMC47)
2021-07-15 12:44:26 +0200 <mc47> liskin I don't see it either, I was.. confused
2021-07-15 15:25:39 +0200geekosaur(~geekosaur@xmonad/geekosaur)
2021-07-15 15:26:57 +0200allbery_b(~geekosaur@xmonad/geekosaur) (Ping timeout: 258 seconds)
2021-07-15 16:18:29 +0200geekosaur(~geekosaur@xmonad/geekosaur) (Remote host closed the connection)
2021-07-15 16:18:55 +0200geekosaur(~geekosaur@xmonad/geekosaur)
2021-07-15 16:19:30 +0200geekosaur(~geekosaur@xmonad/geekosaur) (Remote host closed the connection)
2021-07-15 16:47:27 +0200qbt(~edun@user/edun) (Ping timeout: 258 seconds)
2021-07-15 16:51:53 +0200geekosaur(~geekosaur@xmonad/geekosaur)
2021-07-15 17:02:17 +0200k1R4(~k1R4@171.61.252.42)
2021-07-15 17:05:11 +0200 <k1R4> I come from herbstluftwm (hlwm). Figured out how to get a basic binary split navigation going but not able to figure out how I move between 3 tiles when the first tile takes up the entire left side of screen and the other two tiles take up half of the other side (vertical split). I am using WindowGo for navigation rn.
2021-07-15 17:05:56 +0200 <k1R4> =====
2021-07-15 17:07:27 +0200 <fizzie> XMonad.Layout.BinarySpacePartition + XMonad.Actions.Navigation2D is what I use.
2021-07-15 17:09:41 +0200 <geekosaur> mod-j and mod-k cycle through windows (also mod-tab and mod-shift-tab)
2021-07-15 17:10:16 +0200 <k1R4> -- Move focus to the right window
2021-07-15 17:10:17 +0200 <k1R4> , ((modm, xK_s ), windowGo R False)
2021-07-15 17:10:17 +0200 <k1R4> -- Move focus to the down window
2021-07-15 17:10:18 +0200 <k1R4> , ((modm, xK_t ), windowGo D False)
2021-07-15 17:10:18 +0200 <k1R4> -- Move focus to the up window
2021-07-15 17:10:19 +0200 <k1R4> , ((modm, xK_n ), windowGo U False)
2021-07-15 17:10:19 +0200 <k1R4> -- Move focus to the left window
2021-07-15 17:10:20 +0200 <k1R4> , ((modm, xK_h ), windowGo L False)
2021-07-15 17:10:23 +0200 <k1R4> so these are my keybinds^
2021-07-15 17:10:43 +0200 <k1R4> and this image is for context: https://imgur.com/a/ghuiHaJ
2021-07-15 17:11:06 +0200 <k1R4> now if I press the keybind to move focus to the left, it doesnt do anything
2021-07-15 17:12:38 +0200 <k1R4> here is my xmonad.hs: https://pastebin.com/Dggz6aZb
2021-07-15 17:12:42 +0200 <geekosaur> sigh, its confusing that we have both a function called windowGo and a module named WindowGo that is unrelated :)
2021-07-15 17:14:10 +0200 <k1R4> so what do I do to fix it so that even in the scenario I mentioned earlier, the focus moves to a window on the left?
2021-07-15 17:14:37 +0200 <k1R4> btw been messing with xmonad only for a few hours and I don't know haskell so please be patient :)
2021-07-15 17:16:01 +0200 <k1R4> facepalm I mean from left -> right
2021-07-15 17:19:45 +0200 <fizzie> k1R4: Well, if it helps, https://0x0.st/-OD7.txt is what I do, and the scenario you describe works for me.
2021-07-15 17:21:34 +0200 <fizzie> k1R4: I imagine the problem you're having is that the default Navigation2D strategy is lineNavigation, and because you have gaps, there's no window on the horizontal line starting from the centerpoint of the left window.
2021-07-15 17:22:52 +0200 <fizzie> Both sideNavigation and centerNavigation would presumably work. The former is allegedly specifically intended for people who like gaps.
2021-07-15 17:23:10 +0200 <fizzie> https://hackage.haskell.org/package/xmonad-contrib-0.16/docs/XMonad-Actions-Navigation2D.html#v:si… "This is probably the most intuitive strategy for the tiled layer when using XMonad.Layout.Spacing."
2021-07-15 17:23:36 +0200 <fizzie> (I feel like that's a new addition maybe, because I don't remember seeing it when configuring my setup.)
2021-07-15 17:58:19 +0200 <k1R4> oh thanks. Can I please have your complete xmonad.hs for reference?
2021-07-15 18:00:55 +0200k1R4(~k1R4@171.61.252.42) (Quit: Client closed)
2021-07-15 18:02:58 +0200 <fizzie> Not *that* fast. ;)
2021-07-15 18:21:25 +0200monowock(~monowock@24.49.195.53)
2021-07-15 18:22:09 +0200 <monowock> Hey, would this be an appropriate place to ask for help with something?
2021-07-15 18:28:47 +0200k1R4(~k1R4@171.61.252.42)
2021-07-15 18:34:43 +0200monowock99(~monowock@24.49.195.53)
2021-07-15 18:35:34 +0200monowock(~monowock@24.49.195.53) (Ping timeout: 246 seconds)
2021-07-15 18:36:26 +0200monowock99monowock
2021-07-15 18:36:34 +0200 <liskin> monowock99: yes, but be prepared that an answer might come late, or not at all, like anywhere else on the internet :-)
2021-07-15 18:36:54 +0200 <monowock> understandable
2021-07-15 18:37:38 +0200 <k1R4> fizzie had you shared your xmonad.hs? I got dissconected in between and didnt see any new messages
2021-07-15 18:38:39 +0200 <monowock> well basically, i have an issue with xmonad seeming not to execute my whole startup hook and i don't know how to fix it.
2021-07-15 18:38:55 +0200 <monowock> i can share my xmonad.hs and such if needed.
2021-07-15 18:41:39 +0200 <monowock> and by my whole startup hook, i mean it seems to execute some of it and then not the rest
2021-07-15 18:42:08 +0200 <liskin> monowock: doesn't ring any bells, please do upload/paste your xmonad.hs somewhere
2021-07-15 18:44:06 +0200 <fizzie> k1R4: With the disclaimer that it may not be all that helpful and it's definitely not exemplary code, but anyway, it's mostly at https://github.com/fis/dot-xmonad/blob/master/zem/src/Zem/Config.hs
2021-07-15 18:48:46 +0200 <monowock> i have 2 sh scripts in my startup hook. one of them is spawnOnce, the other one just sets background at this point, so i won't post it.
2021-07-15 18:48:56 +0200 <monowock> xmonad.hs: https://justpaste.it/9ejvg
2021-07-15 18:49:29 +0200 <monowock> startup-once.sh: https://justpaste.it/72rfi
2021-07-15 18:58:38 +0200k1R4(~k1R4@171.61.252.42) (Quit: Client closed)
2021-07-15 19:06:49 +0200seschwar(~seschwar@user/seschwar)
2021-07-15 19:10:58 +0200 <liskin> monowock: and what part isn't being executed?
2021-07-15 19:19:30 +0200 <monowock> the last two lines of startup-once.hs
2021-07-15 19:29:55 +0200mc47(~mc47@xmonad/TheMC47) (Remote host closed the connection)
2021-07-15 19:30:45 +0200mc47(~mc47@xmonad/TheMC47)
2021-07-15 19:32:25 +0200 <mc47> monowock, it probably has nothing to do with xmonad. The batnotif-on command seems to be blocking
2021-07-15 19:33:02 +0200 <monowock> okay, i will see if removing it helps. thank you.
2021-07-15 19:34:53 +0200monowock(~monowock@24.49.195.53) (Quit: Client closed)
2021-07-15 19:39:20 +0200monowock(~monowock@24.49.195.53)
2021-07-15 19:40:08 +0200 <monowock> so moving the batnotif command to the end seemed to have fixed it. thank you so much!
2021-07-15 19:47:30 +0200 <mc47> you're welcome! The "&" at the end of the other commands makes them "run in the background" - if you don't add it, the command will "block" (meaning that the script would wait for it to terminate before moving on)
2021-07-15 19:47:53 +0200monowock(~monowock@24.49.195.53) (Quit: Client closed)
2021-07-15 19:54:46 +0200monowock(~monowock@24.49.195.53)
2021-07-15 20:04:39 +0200monowock(~monowock@24.49.195.53) (Quit: Client closed)
2021-07-15 20:05:08 +0200cfricke(~cfricke@user/cfricke)
2021-07-15 20:14:36 +0200mc47(~mc47@xmonad/TheMC47) (Remote host closed the connection)
2021-07-15 20:14:58 +0200mc47(~mc47@xmonad/TheMC47)
2021-07-15 20:20:57 +0200themc47(~mc47@xmonad/TheMC47)
2021-07-15 20:23:39 +0200mc47(~mc47@xmonad/TheMC47) (Ping timeout: 258 seconds)
2021-07-15 20:55:00 +0200themc47(~mc47@xmonad/TheMC47) (Ping timeout: 252 seconds)
2021-07-15 21:24:00 +0200Nosrep(~archbox@user/nosrep) (Quit: WeeChat 3.2)
2021-07-15 21:37:01 +0200 <Solid> liskin: all my mails are addressed to Platon Pronko <platon7pronko@gmail.com>, Xmonad Mailing List <xmonad@haskell.org>
2021-07-15 21:37:15 +0200 <Solid> I'm very confused as to why they're not showing up in the archives Oo
2021-07-15 21:38:31 +0200 <liskin> Solid: that is weird indeed
2021-07-15 21:38:54 +0200 <liskin> I'm assuming you're a member of the list, so you shouldn't be going to the moderation queue
2021-07-15 21:39:09 +0200 <liskin> unless you're sending from a different sender address, that is
2021-07-15 21:39:19 +0200 <Solid> mh let me see
2021-07-15 21:39:36 +0200 <liskin> so that's one possibility, and the other one is that your mails are being dropped by some antispam or blacklist or something
2021-07-15 21:45:12 +0200 <Solid> ah indeed! I'm subscribed with a different email address
2021-07-15 21:45:51 +0200 <Solid> thank you notmuch for making the distinction between emails so blurry :>
2021-07-15 22:27:06 +0200cfricke(~cfricke@user/cfricke) (Quit: WeeChat 3.2)
2021-07-15 22:41:47 +0200ElPresidente(~ElPreside@2600:1700:3d10:4870:19bc:45bb:c530:25ad)
2021-07-15 23:02:52 +0200ectospasm(~ectospasm@user/ectospasm) (Quit: WeeChat 3.2)
2021-07-15 23:08:22 +0200benin0369(~benin@183.82.177.180) (Remote host closed the connection)