Home freenode/#xmonad: Logs Calendar

Logs on 2021-05-24 (freenode/#xmonad)

00:01:47 growpotk- joins (~growpotki@130-45-30-154.dyn.grandenetworks.net)
00:31:29 × coldpress quits (~coldpress@128.9.105.34.bc.googleusercontent.com) (Ping timeout: 246 seconds)
00:43:39 × kajzer quits (~kajzer@unaffiliated/kajzer) (Quit: WeeChat 3.1)
01:03:45 × geekosaur quits (45870322@069-135-003-034.biz.spectrum.com) (Quit: Ping timeout (120 seconds))
01:19:37 geekosaur joins (45870322@069-135-003-034.biz.spectrum.com)
02:05:14 coldpress joins (~coldpress@128.9.105.34.bc.googleusercontent.com)
02:20:04 ictinus joins (49164291@c-73-22-66-145.hsd1.il.comcast.net)
02:21:29 × ictinus quits (49164291@c-73-22-66-145.hsd1.il.comcast.net) (Quit: rc.oftc.net)
02:21:48 ictinus joins (49164291@c-73-22-66-145.hsd1.il.comcast.net)
02:25:26 × growpotk- quits (~growpotki@130-45-30-154.dyn.grandenetworks.net) (Ping timeout: 240 seconds)
02:26:37 × ictinus quits (49164291@c-73-22-66-145.hsd1.il.comcast.net) (Client Quit)
03:54:24 × growpotkin quits (~growpotki@130-45-30-154.dyn.grandenetworks.net) (Quit: ZNC 1.8.2 - https://znc.in)
04:06:30 growpotkin joins (~growpotki@130-45-30-154.dyn.grandenetworks.net)
04:09:31 × davemq quits (~davemq@99-179-0-50.lightspeed.austtx.sbcglobal.net) (Read error: Connection reset by peer)
04:10:26 davemq joins (~davemq@99-179-0-50.lightspeed.austtx.sbcglobal.net)
04:33:06 × growpotkin quits (~growpotki@130-45-30-154.dyn.grandenetworks.net) (Ping timeout: 260 seconds)
04:42:45 × terrorjack quits (~terrorjac@ec2-54-95-39-30.ap-northeast-1.compute.amazonaws.com) (Quit: Ping timeout (120 seconds))
04:44:45 terrorjack joins (~terrorjac@ec2-54-95-39-30.ap-northeast-1.compute.amazonaws.com)
04:50:12 × yosafbridge quits (~yosafbrid@static.38.6.217.95.clients.your-server.de) (Quit: Leaving)
05:04:53 xubun2 joins (~xubun2@unaffiliated/xubun2)
05:16:00 yosafbridge joins (~yosafbrid@static.38.6.217.95.clients.your-server.de)
05:31:14 × thaumavorio quits (~thaumavor@thaumavor.io) (Quit: ZNC 1.8.2 - https://znc.in)
05:47:42 × geekosaur quits (45870322@069-135-003-034.biz.spectrum.com) (Ping timeout: 240 seconds)
06:20:56 thc202 joins (~thc202@unaffiliated/thc202)
06:36:04 × davemq quits (~davemq@99-179-0-50.lightspeed.austtx.sbcglobal.net) (Read error: Connection reset by peer)
06:36:39 davemq joins (~davemq@99-179-0-50.lightspeed.austtx.sbcglobal.net)
06:36:49 × davemq quits (~davemq@99-179-0-50.lightspeed.austtx.sbcglobal.net) (Read error: Connection reset by peer)
06:37:13 davemq joins (~davemq@99-179-0-50.lightspeed.austtx.sbcglobal.net)
06:59:31 × xubun2 quits (~xubun2@unaffiliated/xubun2) (Ping timeout: 260 seconds)
07:01:21 × crab quits (~crab@pitta.toroid.org) (Remote host closed the connection)
07:02:32 crab joins (~crab@pitta.toroid.org)
07:03:04 × crab quits (~crab@pitta.toroid.org) (Remote host closed the connection)
07:09:58 crab joins (~crab@pitta.toroid.org)
07:10:32 × crab quits (~crab@pitta.toroid.org) (Remote host closed the connection)
07:16:11 crab joins (~crab@pitta.toroid.org)
07:16:43 × crab quits (~crab@pitta.toroid.org) (Remote host closed the connection)
07:24:57 notis joins (~notis@85.203.44.245)
07:29:53 crab joins (~crab@pitta.toroid.org)
07:39:42 × crab quits (~crab@pitta.toroid.org) (Remote host closed the connection)
07:51:31 always_blue joins (~always_bl@93-34-82-194.ip48.fastwebnet.it)
07:52:34 <always_blue> Hello everyone. Does anybody know if there is a Query for the manageHook to check if a window is floating?
07:54:04 <Solid> isFloat :)
07:55:25 <always_blue> Thank you Solid :)
07:57:22 crab joins (~crab@pitta.toroid.org)
07:57:28 × crab quits (~crab@pitta.toroid.org) (Remote host closed the connection)
07:58:20 <Solid> granted, it probably shouldn't be in X.H.RefocusLast
07:59:51 idhugo joins (~idhugo@80-62-117-193-mobile.dk.customer.tdc.net)
08:02:15 × evanjs quits (~evanjs@075-129-098-007.res.spectrum.com) (Read error: Connection reset by peer)
08:03:18 evanjs joins (~evanjs@075-129-098-007.res.spectrum.com)
08:04:30 crab joins (~crab@pitta.toroid.org)
08:05:02 × idhugo quits (~idhugo@80-62-117-193-mobile.dk.customer.tdc.net) (Ping timeout: 272 seconds)
08:05:09 cfricke joins (~cfricke@unaffiliated/cfricke)
08:15:19 <always_blue> isFloat is not doing it for me unfortunately. I've added the following to my manageHook: "fmap not isFloat --> insertPosition Below Newer", with the intention of drawing floating windows above the newest and of drawing any other window below the newest to "reverse" the direction in which windows are spawned (to the right instead of to the left in Tabbed Simplest for instance). I want to do this
08:15:25 <always_blue> because I want to draw all other windows in the reverse direction w.r.t. the default one, but if I do this for floating windows then a floating window below another floating window would remain hidden. So I wanted to make an exception for floating windows, which should be drawn as per default
08:15:58 <always_blue> You have any idea for why this is not working? Or any tips for how to do it differently?
08:17:12 mc47 joins (~yecinem@89.246.239.190)
08:17:14 <liskin> When manageHook runs, the window isn't managed yet, so isFloat won't work :-(
08:18:01 <always_blue> Oh shucks
08:21:34 xubun2 joins (~xubun2@unaffiliated/xubun2)
08:23:22 × crab quits (~crab@pitta.toroid.org) (Remote host closed the connection)
08:33:53 <liskin> always_blue: this is what xmonad uses to decide whether to float or not: https://github.com/xmonad/xmonad/blob/6caac22df135614fecc66b4dcf1f7792352f07da/src/XMonad/Operations.hs#L57-L58
08:34:40 <liskin> so if you take this and turn into a willFloat :: Query Bool, it should work
08:35:41 <liskin> would be nice if xmonad core exported this, but we'd need to think hard about how to name this and where to put it
08:38:20 × notis quits (~notis@85.203.44.245) (Ping timeout: 265 seconds)
08:40:17 notis joins (~notis@45.134.20.41)
08:47:25 <always_blue> I will try that, thank you liskin :)
08:49:14 kajzer joins (~kajzer@unaffiliated/kajzer)
09:00:35 <always_blue> It works :) thank you very much liskin
09:03:32 <liskin> always_blue: glad to hear that
09:04:18 <liskin> always_blue: would you perhaps open a github issue and attach the few lines of code you ended up with, so that we can think about putting it somewhere?
09:05:14 <always_blue> Sure thing :) I'm on it
09:10:29 <Solid> collaboration \o/
09:23:06 <always_blue> Done :) I haven't tested the example configuration I used in the issue yet, but I will do it in a short while and edit it if need be
09:30:14 <liskin> cool
09:31:14 <liskin> This is something that I could use as well. It happens every so often that a floating window opens below another floating window here. Wasn't annoying enough for me to do anything about it, but now that I know what, I might. :-)
09:35:10 <always_blue> Glad I could be of help :)
09:56:26 <always_blue> I can't seem to be able to build xmonad-testing :( here's the error I get: https://pastebin.com/BRPSJ21t
09:56:37 <always_blue> Not sure how to go about it
09:59:05 <Solid> you probably don't want to actually build xmonad-0.13 do you?
09:59:28 <always_blue> Probably not. I'm just trying to test an example configuration
09:59:54 <always_blue> But the checklist on the github issues page tells me to test with xmonad-testing
10:02:53 <Solid> eh just ignore that
10:02:59 <liskin> :-D
10:03:07 <Solid> :>
10:03:10 <Solid> xmonad-testing is a bit overly complicated
10:03:14 <liskin> this bloody checklist of ours…
10:03:20 <Solid> in contrib we have removed it already
10:03:26 <liskin> people who shouldn't ignore it do ignore it, and people who should ignore it don't
10:03:31 <Solid> we should probably do the same in the xmonad repo
10:03:38 <always_blue> Will do :D
10:04:09 <liskin> anyway; TIL: NamedFieldPuns completely disabled -Wname-shadowing for all record fields
10:04:17 <liskin> *disables
10:04:52 <liskin> (was wondering why XMonad.Main gets away with name shadowing "dirs")
10:07:01 <Solid> oh neat
10:09:22 <liskin> I was like "oh crap am I just going to waste my morning reporting a ghc bug or what"
10:20:55 <always_blue> Still having troubles building xmonad :( I got this error with my example config: https://pastebin.com/kGyweUmq. Simple enough to fix (or so I thought), I'll just add xmonad-contrib as a build-depend. This is what I get if I do that: https://pastebin.com/wK5zXHJv
10:21:36 <liskin> Solid: https://github.com/liskin/xmonad/commit/90101613e76de52c9586b11032f8bb2a66cd4c72#diff-206141305e4cc4e20f2b6ee7b8b99b238c57cff3a9fa442848427958e4c64f63R483 any better idea how to name this?
10:22:37 <liskin> always_blue: you shouldn't name your package xmonad
10:22:52 <liskin> there already is a package named xmonad
10:23:07 whatever joins (5d2252c2@93-34-82-194.ip48.fastwebnet.it)
10:23:32 whatever is now known as Guest33474
10:25:30 <always_blue> That fixed it :) thank you
10:30:24 × Guest33474 quits (5d2252c2@93-34-82-194.ip48.fastwebnet.it) (Quit: Connection closed)
10:36:28 <always_blue> Done all my testing and it seems to work :) thanks everyone for your help
10:48:33 idhugo joins (~idhugo@80-62-117-193-mobile.dk.customer.tdc.net)
10:54:00 × always_blue quits (~always_bl@93-34-82-194.ip48.fastwebnet.it) (Quit: leaving)
11:07:33 <Solid> liskin: no; in fact, that's exactly why I originally called the specialized one "Dirs" :)
11:07:51 <Solid> names are hard
11:11:04 × idhugo quits (~idhugo@80-62-117-193-mobile.dk.customer.tdc.net) (Ping timeout: 265 seconds)
11:11:36 idhugo joins (~idhugo@80-62-117-193-mobile.dk.customer.tdc.net)
11:16:52 × sagax quits (~sagax_nb@213.138.71.146) (Ping timeout: 265 seconds)
11:27:00 henninb joins (~henninb@63-226-165-91.mpls.qwest.net)
11:41:05 × xubun2 quits (~xubun2@unaffiliated/xubun2) (Ping timeout: 260 seconds)
12:02:34 × idhugo quits (~idhugo@80-62-117-193-mobile.dk.customer.tdc.net) (Ping timeout: 258 seconds)
12:11:16 idhugo joins (~idhugo@80-62-117-193-mobile.dk.customer.tdc.net)
12:29:30 always_blue joins (~always_bl@93-34-82-194.ip48.fastwebnet.it)
12:34:10 geekosaur joins (45870322@069-135-003-034.biz.spectrum.com)
12:36:39 berberman joins (~berberman@unaffiliated/berberman)
12:47:28 × henninb quits (~henninb@63-226-165-91.mpls.qwest.net) (Quit: leaving)
12:51:51 × notis quits (~notis@45.134.20.41) (Ping timeout: 260 seconds)
12:53:45 notis joins (~notis@45.134.20.16)
12:54:06 × idhugo quits (~idhugo@80-62-117-193-mobile.dk.customer.tdc.net) (Ping timeout: 240 seconds)
13:00:52 davemq parts (~davemq@99-179-0-50.lightspeed.austtx.sbcglobal.net) ("ERC (IRC client for Emacs 27.2)")
13:04:49 thunderrd joins (~thunderrd@183.182.115.71)
13:17:52 × geekosaur quits (45870322@069-135-003-034.biz.spectrum.com) (Quit: Connection closed)
13:18:12 geekosaur joins (45870322@069-135-003-034.biz.spectrum.com)
13:26:31 davemq joins (~davemq@99-179-0-50.lightspeed.austtx.sbcglobal.net)
13:32:09 × notis quits (~notis@45.134.20.16) (Ping timeout: 260 seconds)
13:34:05 notis joins (~notis@45.134.22.36)
13:35:50 davemq parts (~davemq@99-179-0-50.lightspeed.austtx.sbcglobal.net) ("ERC (IRC client for Emacs 27.2)")
13:41:34 × always_blue quits (~always_bl@93-34-82-194.ip48.fastwebnet.it) (Quit: leaving)
13:51:06 ChubaDuba joins (~ChubaDuba@176.212.34.227)
13:52:53 Hash is now known as UniversePresiden
13:53:17 UniversePresiden is now known as PresidentofWorld
13:58:16 PresidentofWorld is now known as EnchanterTim
14:00:48 growpotkin joins (~growpotki@130-45-30-154.dyn.grandenetworks.net)
14:03:40 benley parts (benley@osric.zoiks.net) ("Xmonad")
14:04:49 davemq joins (~davemq@99-179-0-50.lightspeed.austtx.sbcglobal.net)
14:10:02 davemq parts (~davemq@99-179-0-50.lightspeed.austtx.sbcglobal.net) ("ERC (IRC client for Emacs 27.2)")
14:37:47 davemq joins (~davemq@99-179-0-50.lightspeed.austtx.sbcglobal.net)
14:39:13 davemq parts (~davemq@99-179-0-50.lightspeed.austtx.sbcglobal.net) ("ERC (IRC client for Emacs 27.2)")
14:50:30 × notis quits (~notis@45.134.22.36) (Ping timeout: 265 seconds)
14:52:24 notis joins (~notis@45.134.22.36)
15:12:43 × growpotkin quits (~growpotki@130-45-30-154.dyn.grandenetworks.net) (Quit: ZNC 1.8.2 - https://znc.in)
15:12:57 growpotkin joins (~growpotki@130-45-30-154.dyn.grandenetworks.net)
15:23:24 × geekosaur quits (45870322@069-135-003-034.biz.spectrum.com) (Quit: Connection closed)
15:46:08 × cfricke quits (~cfricke@unaffiliated/cfricke) (Quit: WeeChat 3.1)
15:47:13 × typetetris quits (sid275937@gateway/web/irccloud.com/x-bejapoikvjddtjhs) ()
15:54:20 geekosaur joins (45870322@069-135-003-034.biz.spectrum.com)
16:03:06 × geekosaur quits (45870322@069-135-003-034.biz.spectrum.com) (Quit: Connection closed)
16:03:50 geekosaur joins (45870322@069-135-003-034.biz.spectrum.com)
16:11:03 × geekosaur quits (45870322@069-135-003-034.biz.spectrum.com) (Quit: Connection closed)
16:12:04 geekosaur joins (45870322@069-135-003-034.biz.spectrum.com)
16:25:41 <kajzer> Therre's a problem with X.H.InsertPosition, if "insertPosition End Newer" is used, then the child window gets behind parent window
16:48:29 slep joins (~slep@cpc150002-brnt4-2-0-cust437.4-2.cable.virginm.net)
16:53:47 slep is now known as aslep
16:53:48 aslep is now known as slep
16:55:53 × ChubaDuba quits (~ChubaDuba@176.212.34.227) (Quit: WeeChat 1.6)
17:04:29 Celeste[m] joins (slepdumpli@gateway/shell/matrix.org/x-titzrkcundcmyjuy)
17:05:24 × berberman quits (~berberman@unaffiliated/berberman) (Ping timeout: 245 seconds)
17:13:46 × kajzer quits (~kajzer@unaffiliated/kajzer) (Quit: WeeChat 3.1)
17:31:01 kelnoky joins (~shao@ip1f128ba7.dynamic.kabel-deutschland.de)
17:43:07 × geekosaur quits (45870322@069-135-003-034.biz.spectrum.com) (Quit: Connection closed)
17:43:26 geekosaur joins (45870322@069-135-003-034.biz.spectrum.com)
17:52:33 idhugo joins (~idhugo@80-62-117-193-mobile.dk.customer.tdc.net)
17:54:46 × notis quits (~notis@45.134.22.36) (Ping timeout: 240 seconds)
18:21:16 × idhugo quits (~idhugo@80-62-117-193-mobile.dk.customer.tdc.net) (Ping timeout: 272 seconds)
18:28:58 idhugo joins (~idhugo@80-62-117-193-mobile.dk.customer.tdc.net)
18:38:18 sagax joins (~sagax_nb@213.138.71.146)
18:44:04 × idhugo quits (~idhugo@80-62-117-193-mobile.dk.customer.tdc.net) (Ping timeout: 272 seconds)
18:46:59 gazler joins (~gazler@195.107.2.81.in-addr.arpa)
18:55:06 always_blue joins (~always_bl@93-34-82-194.ip48.fastwebnet.it)
19:58:26 × always_blue quits (~always_bl@93-34-82-194.ip48.fastwebnet.it) (Quit: leaving)
20:23:14 notis joins (~notis@185.51.134.230)
20:28:31 × geekosaur quits (45870322@069-135-003-034.biz.spectrum.com) (Quit: Connection closed)
20:28:56 geekosaur joins (45870322@069-135-003-034.biz.spectrum.com)
20:33:00 × notis quits (~notis@185.51.134.230) (Ping timeout: 272 seconds)
20:34:39 notis joins (~notis@45.134.22.104)
20:39:14 benin joins (~benin@183.82.206.94)
21:31:02 × geekosaur quits (45870322@069-135-003-034.biz.spectrum.com) (Ping timeout: 240 seconds)
21:33:20 geekosaur joins (45870322@069-135-003-034.biz.spectrum.com)
21:35:29 toniz4 joins (~toniz4@unaffiliated/toniz4)
21:56:06 × notis quits (~notis@45.134.22.104) (Ping timeout: 240 seconds)
22:32:21 × mc47 quits (~yecinem@89.246.239.190) (Remote host closed the connection)
23:17:26 × pharaun quits (~pharaun@static.88-198-62-245.clients.your-server.de) (Ping timeout: 240 seconds)
23:22:10 pharaun joins (~pharaun@static.88-198-62-245.clients.your-server.de)

All times are in UTC on 2021-05-24.