2021/08/10

2021-08-10 00:10:37 +0200Forkk(forkk@2600:3c00::f03c:91ff:fe84:de4d) (Quit: http://quassel-irc.org - Chat comfortably. Anywhere.)
2021-08-10 00:15:34 +0200Forkk(forkk@2600:3c00::f03c:91ff:fe84:de4d)
2021-08-10 00:29:37 +0200benin03693(~benin@183.82.205.178) (Remote host closed the connection)
2021-08-10 00:44:31 +0200cjb(~cjb@user/cjb)
2021-08-10 01:06:02 +0200cjb(~cjb@user/cjb) (Quit: rcirc on GNU Emacs 28.0.50)
2021-08-10 01:06:53 +0200cjb(~cjb@user/cjb)
2021-08-10 03:04:31 +0200cjb`(~cjb@user/cjb)
2021-08-10 03:05:29 +0200cjbGuest8286
2021-08-10 03:05:29 +0200cjb`cjb
2021-08-10 03:06:09 +0200Guest8286(~cjb@user/cjb) (Ping timeout: 260 seconds)
2021-08-10 03:25:08 +0200matijja(~matijja@193.77.181.201) (Quit: ZNC 1.8.1 - https://znc.in)
2021-08-10 03:25:09 +0200ectospasm(~ectospasm@user/ectospasm) (Ping timeout: 272 seconds)
2021-08-10 03:25:34 +0200matijja(~matijja@193.77.181.201)
2021-08-10 03:26:13 +0200ectospasm(~ectospasm@user/ectospasm)
2021-08-10 04:03:02 +0200banc(banc@gateway/vpn/airvpn/banc) (Ping timeout: 245 seconds)
2021-08-10 04:19:48 +0200td_(~td@94.134.91.53) (Ping timeout: 272 seconds)
2021-08-10 04:21:19 +0200td_(~td@muedsl-82-207-238-245.citykom.de)
2021-08-10 04:24:00 +0200banc(banc@gateway/vpn/airvpn/banc)
2021-08-10 07:14:22 +0200cjb(~cjb@user/cjb) (Quit: rcirc on GNU Emacs 28.0.50)
2021-08-10 08:11:40 +0200qbt(~edun@user/edun)
2021-08-10 09:14:51 +0200Solidis free again
2021-08-10 09:15:03 +0200 <Solid> liskin: now, where are thos high-priority issues you were talking about? :)
2021-08-10 09:44:58 +0200jmct_(sid160793@tinside.irccloud.com) (Ping timeout: 240 seconds)
2021-08-10 09:45:40 +0200jmct_(sid160793@id-160793.tinside.irccloud.com)
2021-08-10 10:17:24 +0200geekosaur(~geekosaur@xmonad/geekosaur) (Remote host closed the connection)
2021-08-10 10:17:37 +0200geekosaur(~geekosaur@xmonad/geekosaur)
2021-08-10 10:31:33 +0200 <liskin> Solid: one is assigned to you
2021-08-10 10:31:55 +0200 <liskin> Then maybe the readmes
2021-08-10 10:32:04 +0200 <Solid> yeah that one should be taken care of
2021-08-10 10:32:22 +0200 <Solid> thanks for catching that
2021-08-10 10:32:27 +0200 <liskin> And then, hm, I'll need to think
2021-08-10 10:34:30 +0200ci[m](~cimatrixo@2001:470:69fc:105::d59e)
2021-08-10 10:34:52 +0200 <Solid> oh the recompilation stuff looks really nice
2021-08-10 11:45:40 +0200 <liskin> I wonder how much longer shall we wait for byorgey, dmwit_ and sibi to reply
2021-08-10 11:46:25 +0200 <liskin> I'll have another vacation 17-24 August, so it'd be really nice if we could get the open collective stuff done before that
2021-08-10 11:51:17 +0200 <sibi> liskin: Sorry about the non-response. I'm not sure why, but I didn't receive your original email at all. But I have been receiving Solid's reply to that thread. But I could see one of your replies there, but your original mail doesn't seem to be there.
2021-08-10 11:51:53 +0200 <liskin> sibi: It's probably in spam, because gmail doesn't like other people's mail servers :-/
2021-08-10 11:52:29 +0200 <sibi> Just checked the spam, and yeah - that's there. :-)
2021-08-10 11:52:40 +0200 <liskin> Although it's a bit weird, I didn't have delivery problems before :-/
2021-08-10 11:53:06 +0200 <liskin> Might as well ping the other guys via gmail as well. Fuck this shit.
2021-08-10 11:58:24 +0200 <Solid> :/
2021-08-10 12:01:57 +0200ghormoon(~ghormoon@ghorland.net)
2021-08-10 12:06:00 +0200 <ghormoon> hi, is it ok to use `Data.Text.isPrefixOf` instead of =? when comparing strings in hooks? seems the bool and query bool is not the same and i didn't find a better solution yet. i need to shift to specific workspace all things where classname starts with something (because application tends to give million windows and they aall have className "appname - something" where something is different for each window type
2021-08-10 12:09:36 +0200 <liskin> oh, sibi's not on gmail
2021-08-10 12:09:40 +0200 <liskin> that might explain it
2021-08-10 12:09:56 +0200 <Solid> ghormoon: since xmonad uses String instead of Text you should use Data.List.isPrefixOf, but yes
2021-08-10 12:10:37 +0200 <sibi> My email gets delivered to gmail, although the domain isn't gmail.
2021-08-10 12:11:39 +0200 <Solid> ghormoon: you can lift that to a query like `(str `isPrefixOf) <$> query`
2021-08-10 12:11:53 +0200 <ghormoon> Solid: i still get simmilar errors: Couldn't match expected type ‘[Char]’ with actual type ‘Query String’ .... Couldn't match expected type ‘Query Bool’ with actual type ‘Bool’
2021-08-10 12:12:22 +0200 <liskin> sibi: delievered as in gmail fetches it from your mail server or your mail server just relays it? if the latter, then I guess my domain's SPF policy might disallow it :-/
2021-08-10 12:12:38 +0200 <Solid> you could even make it into an operator: query ~? x = (str `isPrefixOf`) <$> query
2021-08-10 12:12:44 +0200 <Solid> and then use ~? instead of =?
2021-08-10 12:14:07 +0200 <ghormoon> would ^? conflict with anything? ~? sounds to me more like isInfixOf
2021-08-10 12:19:16 +0200 <Solid> I don't think so
2021-08-10 12:19:49 +0200 <sibi> liskin: IIRC, it just forwards all the email to my gmail server. There is definitely no fetching involved from gmail side.
2021-08-10 12:20:11 +0200 <liskin> sibi: oh, in that case you're not getting e-mails from anyone with a strict SPF policy
2021-08-10 12:21:29 +0200CosmosAtlas(~CosmosAtl@222.94.121.83) (Quit: WeeChat 3.2)
2021-08-10 12:22:13 +0200cfricke(~cfricke@user/cfricke)
2021-08-10 12:23:03 +0200 <ghormoon> thanks, the new operator works now :) i can't say that i know why (the only thing i ever done in haskell is hacking the config :D), but it works :)
2021-08-10 12:23:45 +0200 <Solid> \o/
2021-08-10 12:32:14 +0200 <liskin> https://www.phoronix.com/scan.php?page=news_item&px=X.Org-Server-21.1-
2021-08-10 12:32:24 +0200 <liskin> so I guess we have a deadline for 0.17
2021-08-10 12:32:30 +0200 <liskin> (just kidding but maybe not)
2021-08-10 12:38:36 +0200geekosaur(~geekosaur@xmonad/geekosaur) (Remote host closed the connection)
2021-08-10 12:40:08 +0200 <Solid> now this is fun
2021-08-10 12:40:55 +0200 <Solid> stack ghc breaks when I supply an explicit stack.yaml file
2021-08-10 12:41:02 +0200 <Solid> but it doens't break if I don't
2021-08-10 12:41:10 +0200 <Solid> even though it should use the exact same file
2021-08-10 12:41:12 +0200 <Solid> wat
2021-08-10 12:41:20 +0200geekosaur(~geekosaur@xmonad/geekosaur)
2021-08-10 12:41:30 +0200 <liskin> maybe it's the symlink?
2021-08-10 12:42:20 +0200 <liskin> if you tell stack to use /some/path/stack.yaml, it'll look for packages and .stack-work in /some/path
2021-08-10 12:42:38 +0200 <liskin> if you point it at /symlinked/stack.yaml, it'll look in /symlinked/
2021-08-10 12:42:51 +0200 <Solid> oh indeed
2021-08-10 12:42:57 +0200 <liskin> which is why we need to resolve the symlink in xmonad
2021-08-10 12:43:04 +0200 <liskin> but it may be confusing :-/
2021-08-10 12:43:16 +0200 <Solid> the xmonad M-q invocation didn't work either :/
2021-08-10 12:48:08 +0200 <liskin> no ideas about that one
2021-08-10 13:16:27 +0200seschwar(~seschwar@user/seschwar)
2021-08-10 13:44:39 +0200spoonm(spoonm@inaba.spoonm.org)
2021-08-10 13:46:09 +0200eyenx_(~m-5paiux@eyenx.ch)
2021-08-10 13:46:45 +0200terrorjack4(~terrorjac@ec2-54-95-39-30.ap-northeast-1.compute.amazonaws.com)
2021-08-10 13:47:40 +0200electr0n_(~electr0n@about/security/founder/electr0n)
2021-08-10 13:48:23 +0200srk_(~sorki@user/srk)
2021-08-10 13:50:37 +0200terrorjack4(~terrorjac@ec2-54-95-39-30.ap-northeast-1.compute.amazonaws.com) (Quit: The Lounge - https://thelounge.chat)
2021-08-10 13:51:54 +0200sibi(~sibi@2001:470:69fc:105::8ab) (*.net *.split)
2021-08-10 13:51:54 +0200fabfianda[m](~fabfianda@2001:470:69fc:105::6db) (*.net *.split)
2021-08-10 13:51:54 +0200sagaracharya[m](~sagaracha@2001:470:69fc:105::690d) (*.net *.split)
2021-08-10 13:51:54 +0200HAL[m](~evadk8mat@2001:470:69fc:105::3ed0) (*.net *.split)
2021-08-10 13:51:54 +0200thaumavorio(~thaumavor@thaumavor.io) (*.net *.split)
2021-08-10 13:51:55 +0200slep(~slep@cpc150002-brnt4-2-0-cust437.4-2.cable.virginm.net) (*.net *.split)
2021-08-10 13:51:55 +0200skewerr(spoonm@inaba.spoonm.org) (*.net *.split)
2021-08-10 13:51:55 +0200Nahra(~user@static.161.95.99.88.clients.your-server.de) (*.net *.split)
2021-08-10 13:51:55 +0200amir(sid22336@user/amir) (*.net *.split)
2021-08-10 13:51:55 +0200xacktm(xacktm@user/xacktm) (*.net *.split)
2021-08-10 13:51:56 +0200Forkk(forkk@2600:3c00::f03c:91ff:fe84:de4d) (*.net *.split)
2021-08-10 13:51:56 +0200berberman_(~berberman@user/berberman) (*.net *.split)
2021-08-10 13:51:56 +0200ClassifiedLegend(~classifie@2001:470:69fc:105::cee4) (*.net *.split)
2021-08-10 13:51:56 +0200unclechu(~unclechu@2001:470:69fc:105::354) (*.net *.split)
2021-08-10 13:51:56 +0200marsupilami1[m](~marsupila@2001:470:69fc:105::d284) (*.net *.split)
2021-08-10 13:51:57 +0200gate32[m](~gate32mat@2001:470:69fc:105::9e3) (*.net *.split)
2021-08-10 13:51:57 +0200vojjvoda[m](~vojjvodam@2001:470:69fc:105::cefe) (*.net *.split)
2021-08-10 13:51:57 +0200craige[m](~craigemcw@2001:470:69fc:105::35f1) (*.net *.split)
2021-08-10 13:51:57 +0200mc47[m](~mc47matri@2001:470:69fc:105::733) (*.net *.split)
2021-08-10 13:51:57 +0200mudri(sid317655@id-317655.brockwell.irccloud.com) (*.net *.split)
2021-08-10 13:51:58 +0200eyenx(~m-5paiux@eyenx.ch) (*.net *.split)
2021-08-10 13:51:58 +0200bsima(~bsima@simatime.com) (*.net *.split)
2021-08-10 13:51:58 +0200evilop(~Urist@archlinux/op/MrElendig) (*.net *.split)
2021-08-10 13:51:58 +0200geekosaur(~geekosaur@xmonad/geekosaur) (*.net *.split)
2021-08-10 13:51:59 +0200jgart[m](~jgartemat@2001:470:69fc:105::5c9) (*.net *.split)
2021-08-10 13:51:59 +0200amirography[m](~amirograp@2001:470:69fc:105::c365) (*.net *.split)
2021-08-10 13:51:59 +0200antilambda[m](~antilambd@2001:470:69fc:105::a2b) (*.net *.split)
2021-08-10 13:51:59 +0200jidra[m](~jidramatr@2001:470:69fc:105::ceaa) (*.net *.split)
2021-08-10 13:51:59 +0200Sam[m]12(~mmarvidfr@2001:470:69fc:105::3bf) (*.net *.split)
2021-08-10 13:52:00 +0200electr0n(~electr0n@about/security/founder/electr0n) (*.net *.split)
2021-08-10 13:52:00 +0200piele(~piele@tbonesteak.creativeserver.net) (*.net *.split)
2021-08-10 13:52:00 +0200deepy(deepy@user/deepy) (*.net *.split)
2021-08-10 13:52:00 +0200ft(~ft@shell.chaostreff-dortmund.de) (*.net *.split)
2021-08-10 13:52:00 +0200ElKowar549(~ElKowar@srv-fin.xware-gmbh.de) (*.net *.split)
2021-08-10 13:52:00 +0200lambdabot(~lambdabot@haskell/bot/lambdabot) (*.net *.split)
2021-08-10 13:52:00 +0200dexterfoo(dexter@2a01:7e00::f03c:91ff:fe86:59ec) (*.net *.split)
2021-08-10 13:52:00 +0200rieper(~riepernet@sxbeta1.geo.uni-leipzig.de) (*.net *.split)
2021-08-10 13:52:00 +0200burp(~quassel@hedgewars/sysadmin/burp) (*.net *.split)
2021-08-10 13:52:01 +0200ServerStatsDisco(~serversta@2001:470:69fc:105::1a) (*.net *.split)
2021-08-10 13:52:01 +0200mewfree[m](~mewfreema@2001:470:69fc:105::c904) (*.net *.split)
2021-08-10 13:52:02 +0200TomasJakl[m](~jaklttchn@2001:470:69fc:105::a42) (*.net *.split)
2021-08-10 13:52:02 +0200syntactic_sugar[(~syntactic@2001:470:69fc:105::b4af) (*.net *.split)
2021-08-10 13:52:02 +0200benjamineldridge(~benjamine@2001:470:69fc:105::ce85) (*.net *.split)
2021-08-10 13:52:02 +0200Youssef[m](~youssefbm@2001:470:69fc:105::d1e1) (*.net *.split)
2021-08-10 13:52:02 +0200TAydner[m](~taydinerm@2001:470:69fc:105::3e55) (*.net *.split)
2021-08-10 13:52:02 +0200DrRoot[m](~drroot85m@2001:470:69fc:105::c35e) (*.net *.split)
2021-08-10 13:52:02 +0200srk(~sorki@user/srk) (*.net *.split)
2021-08-10 13:52:02 +0200liskin(~liskin@xmonad/liskin) (*.net *.split)
2021-08-10 13:52:02 +0200redgloboli(~redglobol@user/redgloboli) (*.net *.split)
2021-08-10 13:52:02 +0200thunderrd(~thunderrd@183.182.111.78) (*.net *.split)
2021-08-10 13:52:03 +0200vifon(~vifon@user/vifon) (*.net *.split)
2021-08-10 13:52:03 +0200ghormoon(~ghormoon@ghorland.net) (*.net *.split)
2021-08-10 13:52:03 +0200deebo(~globe@stonebay32.com) (*.net *.split)
2021-08-10 13:52:03 +0200PotatoGim(sid99505@id-99505.tooting.irccloud.com) (*.net *.split)
2021-08-10 13:52:03 +0200bla(~bla@89-67-84-220.dynamic.chello.pl) (*.net *.split)
2021-08-10 13:52:03 +0200terrorjack(~terrorjac@ec2-54-95-39-30.ap-northeast-1.compute.amazonaws.com) (*.net *.split)
2021-08-10 13:52:04 +0200srk_srk
2021-08-10 13:53:00 +0200terrorjack(~terrorjac@ec2-54-95-39-30.ap-northeast-1.compute.amazonaws.com)
2021-08-10 13:53:12 +0200sibi(~sibi@2001:470:69fc:105::8ab)
2021-08-10 13:53:12 +0200fabfianda[m](~fabfianda@2001:470:69fc:105::6db)
2021-08-10 13:53:12 +0200sagaracharya[m](~sagaracha@2001:470:69fc:105::690d)
2021-08-10 13:53:12 +0200HAL[m](~evadk8mat@2001:470:69fc:105::3ed0)
2021-08-10 13:53:12 +0200thaumavorio(~thaumavor@thaumavor.io)
2021-08-10 13:53:12 +0200slep(~slep@cpc150002-brnt4-2-0-cust437.4-2.cable.virginm.net)
2021-08-10 13:53:12 +0200Nahra(~user@static.161.95.99.88.clients.your-server.de)
2021-08-10 13:53:12 +0200amir(sid22336@user/amir)
2021-08-10 13:53:12 +0200xacktm(xacktm@user/xacktm)
2021-08-10 13:55:41 +0200Tisoxin(~ikosit@user/ikosit) (Ping timeout: 266 seconds)
2021-08-10 13:55:42 +0200By_JumperX4[m](~byjumperx@2001:470:69fc:105::a2e) (Ping timeout: 266 seconds)
2021-08-10 13:55:54 +0200grvxs[m](~grvxsmatr@2001:470:69fc:105::cf13) (Ping timeout: 252 seconds)
2021-08-10 13:55:54 +0200oggythebilla[m](~oggythebi@2001:470:69fc:105::17ed) (Ping timeout: 252 seconds)
2021-08-10 13:56:03 +0200eyenx_eyenx
2021-08-10 13:56:08 +0200KittyOwO[m](~wrinklehu@2001:470:69fc:105::84e) (Ping timeout: 272 seconds)
2021-08-10 13:56:08 +0200Endermen1094[m](~matrixend@2001:470:69fc:105::312b) (Ping timeout: 272 seconds)
2021-08-10 13:56:10 +0200fuzzygrim[m](~fuzzygrim@2001:470:69fc:105::ce8b) (Ping timeout: 240 seconds)
2021-08-10 13:56:10 +0200unrooted(~unrooted@2001:470:69fc:105::a4a) (Ping timeout: 240 seconds)
2021-08-10 13:56:11 +0200VarikValefor[m](~varikvale@2001:470:69fc:105::a5d) (Ping timeout: 240 seconds)
2021-08-10 13:56:11 +0200hackeryarn[m](~achernyak@2001:470:69fc:105::68f9) (Ping timeout: 240 seconds)
2021-08-10 13:56:11 +0200IvanMalison[m](~elonsroad@2001:470:69fc:105::d121) (Ping timeout: 240 seconds)
2021-08-10 13:56:11 +0200irishlucklinux[m(~irishluck@2001:470:69fc:105::3818) (Ping timeout: 240 seconds)
2021-08-10 13:56:22 +0200sibi(~sibi@2001:470:69fc:105::8ab) (Ping timeout: 245 seconds)
2021-08-10 13:56:22 +0200fabfianda[m](~fabfianda@2001:470:69fc:105::6db) (Ping timeout: 245 seconds)
2021-08-10 13:56:23 +0200HAL[m](~evadk8mat@2001:470:69fc:105::3ed0) (Ping timeout: 245 seconds)
2021-08-10 13:56:27 +0200dkasak[m](~dkasakter@2001:470:69fc:105::a34) (Ping timeout: 252 seconds)
2021-08-10 13:56:27 +0200MatrixTravelerbo(~voyagert2@2001:470:69fc:105::22) (Ping timeout: 252 seconds)
2021-08-10 13:56:27 +0200jakub[m]1(~jakubfami@2001:470:69fc:105::a43) (Ping timeout: 252 seconds)
2021-08-10 13:56:53 +0200vifon(~vifon@user/vifon)
2021-08-10 13:57:09 +0200PotatoGim(sid99505@id-99505.tooting.irccloud.com)
2021-08-10 13:57:09 +0200bla(~bla@89-67-84-220.dynamic.chello.pl)
2021-08-10 13:57:48 +0200Forkk(forkk@2600:3c00::f03c:91ff:fe84:de4d)
2021-08-10 13:57:48 +0200berberman_(~berberman@user/berberman)
2021-08-10 13:57:48 +0200ClassifiedLegend(~classifie@2001:470:69fc:105::cee4)
2021-08-10 13:57:48 +0200gate32[m](~gate32mat@2001:470:69fc:105::9e3)
2021-08-10 13:57:48 +0200vojjvoda[m](~vojjvodam@2001:470:69fc:105::cefe)
2021-08-10 13:57:48 +0200craige[m](~craigemcw@2001:470:69fc:105::35f1)
2021-08-10 13:57:48 +0200mc47[m](~mc47matri@2001:470:69fc:105::733)
2021-08-10 13:57:48 +0200mudri(sid317655@id-317655.brockwell.irccloud.com)
2021-08-10 13:57:48 +0200bsima(~bsima@simatime.com)
2021-08-10 13:57:48 +0200evilop(~Urist@archlinux/op/MrElendig)
2021-08-10 13:57:53 +0200ghormoon(~ghormoon@ghorland.net)
2021-08-10 13:57:53 +0200mewfree[m](~mewfreema@2001:470:69fc:105::c904)
2021-08-10 13:57:53 +0200TomasJakl[m](~jaklttchn@2001:470:69fc:105::a42)
2021-08-10 13:57:53 +0200syntactic_sugar[(~syntactic@2001:470:69fc:105::b4af)
2021-08-10 13:57:53 +0200Youssef[m](~youssefbm@2001:470:69fc:105::d1e1)
2021-08-10 13:57:53 +0200DrRoot[m](~drroot85m@2001:470:69fc:105::c35e)
2021-08-10 13:57:53 +0200liskin(~liskin@xmonad/liskin)
2021-08-10 13:57:53 +0200redgloboli(~redglobol@user/redgloboli)
2021-08-10 13:57:53 +0200thunderrd(~thunderrd@183.182.111.78)
2021-08-10 13:57:53 +0200deebo(~globe@stonebay32.com)
2021-08-10 13:58:00 +0200geekosaur(~geekosaur@xmonad/geekosaur)
2021-08-10 13:58:00 +0200jgart[m](~jgartemat@2001:470:69fc:105::5c9)
2021-08-10 13:58:00 +0200amirography[m](~amirograp@2001:470:69fc:105::c365)
2021-08-10 13:58:00 +0200antilambda[m](~antilambd@2001:470:69fc:105::a2b)
2021-08-10 13:58:00 +0200jidra[m](~jidramatr@2001:470:69fc:105::ceaa)
2021-08-10 13:58:00 +0200Sam[m]12(~mmarvidfr@2001:470:69fc:105::3bf)
2021-08-10 13:58:00 +0200piele(~piele@tbonesteak.creativeserver.net)
2021-08-10 13:58:00 +0200deepy(deepy@user/deepy)
2021-08-10 13:58:00 +0200ft(~ft@shell.chaostreff-dortmund.de)
2021-08-10 13:58:00 +0200lambdabot(~lambdabot@haskell/bot/lambdabot)
2021-08-10 13:58:00 +0200ElKowar549(~ElKowar@srv-fin.xware-gmbh.de)
2021-08-10 13:58:00 +0200dexterfoo(dexter@2a01:7e00::f03c:91ff:fe86:59ec)
2021-08-10 13:58:00 +0200rieper(~riepernet@sxbeta1.geo.uni-leipzig.de)
2021-08-10 13:58:00 +0200burp(~quassel@hedgewars/sysadmin/burp)
2021-08-10 14:00:34 +0200sav3d[m](~sav3dmatr@2001:470:69fc:105::cebe) (Ping timeout: 240 seconds)
2021-08-10 14:00:34 +0200M-elo-[m](~gilganixm@2001:470:69fc:105::3d09) (Ping timeout: 240 seconds)
2021-08-10 14:00:44 +0200mewfree[m](~mewfreema@2001:470:69fc:105::c904) (Ping timeout: 252 seconds)
2021-08-10 14:00:44 +0200TomasJakl[m](~jaklttchn@2001:470:69fc:105::a42) (Ping timeout: 252 seconds)
2021-08-10 14:00:45 +0200syntactic_sugar[(~syntactic@2001:470:69fc:105::b4af) (Ping timeout: 252 seconds)
2021-08-10 14:00:45 +0200yuu[m](~yuumatrix@2001:470:69fc:105::8a6) (Ping timeout: 276 seconds)
2021-08-10 14:00:57 +0200sagaracharya[m](~sagaracha@2001:470:69fc:105::690d) (Ping timeout: 245 seconds)
2021-08-10 14:01:02 +0200ClassifiedLegend(~classifie@2001:470:69fc:105::cee4) (Ping timeout: 256 seconds)
2021-08-10 14:01:02 +0200gate32[m](~gate32mat@2001:470:69fc:105::9e3) (Ping timeout: 256 seconds)
2021-08-10 14:01:02 +0200vojjvoda[m](~vojjvodam@2001:470:69fc:105::cefe) (Ping timeout: 256 seconds)
2021-08-10 14:01:02 +0200craige[m](~craigemcw@2001:470:69fc:105::35f1) (Ping timeout: 256 seconds)
2021-08-10 14:01:02 +0200mc47[m](~mc47matri@2001:470:69fc:105::733) (Ping timeout: 256 seconds)
2021-08-10 14:01:08 +0200jgart[m](~jgartemat@2001:470:69fc:105::5c9) (Ping timeout: 272 seconds)
2021-08-10 14:01:08 +0200amirography[m](~amirograp@2001:470:69fc:105::c365) (Ping timeout: 272 seconds)
2021-08-10 14:01:08 +0200antilambda[m](~antilambd@2001:470:69fc:105::a2b) (Ping timeout: 272 seconds)
2021-08-10 14:01:08 +0200jidra[m](~jidramatr@2001:470:69fc:105::ceaa) (Ping timeout: 272 seconds)
2021-08-10 14:01:08 +0200Sam[m]12(~mmarvidfr@2001:470:69fc:105::3bf) (Ping timeout: 272 seconds)
2021-08-10 14:01:12 +0200liskin[m](~liskinmat@2001:470:69fc:105::768) (Ping timeout: 272 seconds)
2021-08-10 14:01:13 +0200Drishal[m](~drishalma@2001:470:69fc:105::a36) (Ping timeout: 272 seconds)
2021-08-10 14:01:13 +0200ms[m](~msmatrixp@2001:470:69fc:105::2b48) (Ping timeout: 272 seconds)
2021-08-10 14:01:13 +0200triumphofdeath[m(~triumphof@2001:470:69fc:105::a5c) (Ping timeout: 272 seconds)
2021-08-10 14:01:13 +0200Mellow[m](~mellow210@2001:470:69fc:105::8c62) (Ping timeout: 272 seconds)
2021-08-10 14:01:13 +0200josiah_sama[m](~josiahsam@2001:470:69fc:105::a46) (Ping timeout: 272 seconds)
2021-08-10 14:01:13 +0200iffsid(~iffsid@2001:470:69fc:105::a3e) (Ping timeout: 272 seconds)
2021-08-10 14:01:13 +0200cjbaylisstheythe(~cjbayliss@2001:470:69fc:105::bade) (Ping timeout: 272 seconds)
2021-08-10 14:01:14 +0200ci[m](~cimatrixo@2001:470:69fc:105::d59e) (Ping timeout: 268 seconds)
2021-08-10 14:01:15 +0200Las[m](~lasmatrix@2001:470:69fc:105::74e) (Ping timeout: 268 seconds)
2021-08-10 14:01:15 +0200Industrial[m](~industria@2001:470:69fc:105::eb9) (Ping timeout: 268 seconds)
2021-08-10 14:01:15 +0200TheWizardTower[m(~thewizard@2001:470:69fc:105::a5b) (Ping timeout: 268 seconds)
2021-08-10 14:01:15 +0200moyamo[m](~moyamomat@2001:470:69fc:105::a51) (Ping timeout: 268 seconds)
2021-08-10 14:01:24 +0200telefza[m](~telefzama@2001:470:69fc:105::3c37) (Ping timeout: 276 seconds)
2021-08-10 14:01:25 +0200diaspora[m](~diasporae@2001:470:69fc:105::93e) (Ping timeout: 276 seconds)
2021-08-10 14:06:15 +0200oggythebilla[m](~oggythebi@2001:470:69fc:105::17ed)
2021-08-10 14:06:43 +0200TAydner[m](~taydinerm@2001:470:69fc:105::3e55)
2021-08-10 14:06:43 +0200benjamineldridge(~benjamine@2001:470:69fc:105::ce85)
2021-08-10 14:08:39 +0200HAL[m](~evadk8mat@2001:470:69fc:105::3ed0)
2021-08-10 14:12:47 +0200VarikValefor[m](~varikvale@2001:470:69fc:105::a5d)
2021-08-10 14:12:47 +0200hackeryarn[m](~achernyak@2001:470:69fc:105::68f9)
2021-08-10 14:12:47 +0200irishlucklinux[m(~irishluck@2001:470:69fc:105::3818)
2021-08-10 14:12:47 +0200IvanMalison[m](~elonsroad@2001:470:69fc:105::d121)
2021-08-10 14:12:58 +0200jakub[m]1(~jakubfami@2001:470:69fc:105::a43)
2021-08-10 14:15:36 +0200unrooted(~unrooted@2001:470:69fc:105::a4a)
2021-08-10 14:17:00 +0200grvxs[m](~grvxsmatr@2001:470:69fc:105::cf13)
2021-08-10 14:21:53 +0200Tisoxin(~ikosit@user/ikosit)
2021-08-10 14:22:22 +0200By_JumperX4[m](~byjumperx@2001:470:69fc:105::a2e)
2021-08-10 14:26:08 +0200yuu[m](~yuumatrix@2001:470:69fc:105::8a6)
2021-08-10 14:28:04 +0200M-elo-[m](~gilganixm@2001:470:69fc:105::3d09)
2021-08-10 14:28:04 +0200sav3d[m](~sav3dmatr@2001:470:69fc:105::cebe)
2021-08-10 14:29:19 +0200syntactic_sugar[(~syntactic@2001:470:69fc:105::b4af)
2021-08-10 14:29:20 +0200TomasJakl[m](~jaklttchn@2001:470:69fc:105::a42)
2021-08-10 14:32:16 +0200vojjvoda[m](~vojjvodam@2001:470:69fc:105::cefe)
2021-08-10 14:32:16 +0200mc47[m](~mc47matri@2001:470:69fc:105::733)
2021-08-10 14:32:17 +0200craige[m](~craigemcw@2001:470:69fc:105::35f1)
2021-08-10 14:35:57 +0200joshproehl(~quassel@user/joshproehl) (Quit: Disappearing act!)
2021-08-10 14:36:42 +0200joshproehl(~quassel@user/joshproehl)
2021-08-10 14:36:53 +0200jidra[m](~jidramatr@2001:470:69fc:105::ceaa)
2021-08-10 14:36:57 +0200antilambda[m](~antilambd@2001:470:69fc:105::a2b)
2021-08-10 14:36:58 +0200amirography[m](~amirograp@2001:470:69fc:105::c365)
2021-08-10 14:37:41 +0200Sam[m]12(~mmarvidfr@2001:470:69fc:105::3bf)
2021-08-10 14:42:35 +0200sagaracharya[m](~sagaracha@2001:470:69fc:105::690d)
2021-08-10 14:49:22 +0200josiah_sama[m](~josiahsam@2001:470:69fc:105::a46)
2021-08-10 14:49:22 +0200cjbaylisstheythe(~cjbayliss@2001:470:69fc:105::bade)
2021-08-10 14:49:23 +0200triumphofdeath[m(~triumphof@2001:470:69fc:105::a5c)
2021-08-10 14:49:25 +0200iffsid(~iffsid@2001:470:69fc:105::a3e)
2021-08-10 14:50:22 +0200Mellow[m](~mellow210@2001:470:69fc:105::8c62)
2021-08-10 14:53:07 +0200telefza[m](~telefzama@2001:470:69fc:105::3c37)
2021-08-10 14:53:07 +0200diaspora[m](~diasporae@2001:470:69fc:105::93e)
2021-08-10 14:53:21 +0200ci[m](~cimatrixo@2001:470:69fc:105::d59e)
2021-08-10 14:53:24 +0200moyamo[m](~moyamomat@2001:470:69fc:105::a51)
2021-08-10 14:53:24 +0200TheWizardTower[m(~thewizard@2001:470:69fc:105::a5b)
2021-08-10 14:55:17 +0200Las[m](~lasmatrix@2001:470:69fc:105::74e)
2021-08-10 14:56:30 +0200Industrial[m](~industria@2001:470:69fc:105::eb9)
2021-08-10 14:56:38 +0200ms[m](~msmatrixp@2001:470:69fc:105::2b48)
2021-08-10 14:57:13 +0200liskin[m](~liskinmat@2001:470:69fc:105::768)
2021-08-10 15:01:40 +0200unclechu(~unclechu@2001:470:69fc:105::354)
2021-08-10 15:05:15 +0200marsupilami1[m](~marsupila@2001:470:69fc:105::d284)
2021-08-10 15:07:38 +0200Endermen1094[m](~matrixend@2001:470:69fc:105::312b)
2021-08-10 15:09:42 +0200KittyOwO[m](~wrinklehu@2001:470:69fc:105::84e)
2021-08-10 15:11:17 +0200dkasak[m](~dkasakter@2001:470:69fc:105::a34)
2021-08-10 15:12:10 +0200ServerStatsDisco(~serversta@2001:470:69fc:105::1a)
2021-08-10 15:12:15 +0200fabfianda[m](~fabfianda@2001:470:69fc:105::6db)
2021-08-10 15:16:14 +0200Drishal[m](~drishalma@2001:470:69fc:105::a36)
2021-08-10 15:24:26 +0200fuzzygrim[m](~fuzzygrim@2001:470:69fc:105::ce8b)
2021-08-10 15:26:13 +0200sibi(~sibi@2001:470:69fc:105::8ab)
2021-08-10 15:26:31 +0200MatrixTravelerbo(~voyagert2@2001:470:69fc:105::22)
2021-08-10 15:30:31 +0200gate32[m](~gate32mat@2001:470:69fc:105::9e3)
2021-08-10 15:33:15 +0200ClassifiedLegend(~classifie@2001:470:69fc:105::cee4)
2021-08-10 15:34:19 +0200jgart[m](~jgartemat@2001:470:69fc:105::5c9)
2021-08-10 15:36:41 +0200mewfree[m](~mewfreema@2001:470:69fc:105::c904)
2021-08-10 15:40:38 +0200geekosaur(~geekosaur@xmonad/geekosaur) (Remote host closed the connection)
2021-08-10 15:40:56 +0200geekosaur(~geekosaur@xmonad/geekosaur)
2021-08-10 16:25:23 +0200thunderrd(~thunderrd@183.182.111.78) (Ping timeout: 252 seconds)
2021-08-10 16:34:19 +0200thunderrd(~thunderrd@183.182.111.78)
2021-08-10 16:47:22 +0200nomadxx3(~lanomadx@69.167.45.125)
2021-08-10 16:49:36 +0200nomadxxxx3(~lanomadx@69.167.38.251) (Ping timeout: 258 seconds)
2021-08-10 17:37:04 +0200cfricke(~cfricke@user/cfricke) (Quit: WeeChat 3.2)
2021-08-10 17:53:55 +0200berberman(~berberman@user/berberman)
2021-08-10 17:55:04 +0200berberman_(~berberman@user/berberman) (Ping timeout: 256 seconds)
2021-08-10 18:10:15 +0200evilopmion
2021-08-10 18:37:10 +0200 <backleet> Hi guys, what library am I looking for to raise floating windows when cycling through them/focusing them?
2021-08-10 18:39:40 +0200 <geekosaur> shouldn't that be the default? that said our floating window story kinda sucks
2021-08-10 18:40:22 +0200 <Solid> floats can be below other floats, even when focused
2021-08-10 18:41:34 +0200 <Solid> mh I don't know if we actually have a module for that
2021-08-10 18:43:17 +0200 <backleet> geekosaur: no, it doesn't raise the floating window when focused
2021-08-10 18:44:36 +0200 <backleet> Solid: that sort of seems counter intuitive, don't you think? One would expect to be able to actually focus the window to the top when trying to work with it. It comes handy when I have to have two big windows and need to see both of them at the same time with layering.
2021-08-10 18:49:54 +0200 <Solid> mh shouldn't be too hard to check this in a logHook
2021-08-10 18:50:05 +0200 <Solid> if the focused window is a float, call shiftMaster or something
2021-08-10 18:52:46 +0200 <backleet> Solid: thanks, I am a bit inexperienced to do that I think. I will look around.
2021-08-10 18:54:39 +0200 <backleet> Solid: I see that I can bring it to the front with Mod+Enter, that works sort of OK too. Thanks
2021-08-10 18:55:11 +0200 <backleet> Using floating windows
2021-08-10 18:55:14 +0200 <backleet> Use the regular swap or focus up and down to navigate them, and regular mod-enter to raise a window to the front. For a mod-enter binding, the darcs shiftMaster works better than swapMaster if you use multiple floats over tiled windows. See also this swapDown manage hook warning above. If you use that manageHook on all windows you will create new floats behind existing ones. If you use lots of
2021-08-10 18:55:16 +0200 <backleet> floats for some reason for better float usability see SimpleFloat layout, FloatKeys, Hooks.Place, and Config.Bluetile in xmonad-contrib.
2021-08-10 18:56:11 +0200geekosaurstill eradicating references to darcs >.>
2021-08-10 18:59:20 +0200 <backleet> Solid: actually Mod+Enter works well, I only need to hit enter after j or k such as Mod+j+Enter since I am already holding Mod.
2021-08-10 19:21:24 +0200 <Solid> backleet: yes what I was suggesting was essentially an automatic Mod+Enter if the focused window is a float
2021-08-10 19:22:56 +0200 <backleet> Solid: I see, thanks man
2021-08-10 20:09:13 +0200abhixec(~abhixec@c-67-169-139-16.hsd1.ca.comcast.net)
2021-08-10 20:12:24 +0200abhixec(~abhixec@c-67-169-139-16.hsd1.ca.comcast.net) (Read error: Connection reset by peer)
2021-08-10 20:44:41 +0200abhixec(~abhixec@c-67-169-139-16.hsd1.ca.comcast.net)
2021-08-10 20:49:15 +0200qbt(~edun@user/edun) (Quit: Leaving)
2021-08-10 21:27:32 +0200electr0n_electr0n
2021-08-10 22:03:14 +0200Guest49(~Guest49@ip5f5ae044.dynamic.kabel-deutschland.de)
2021-08-10 22:06:49 +0200Guest49(~Guest49@ip5f5ae044.dynamic.kabel-deutschland.de) (Client Quit)
2021-08-10 23:22:54 +0200dmwit_(~dmwit@pool-108-18-198-142.washdc.fios.verizon.net) (Ping timeout: 258 seconds)
2021-08-10 23:54:27 +0200geekosaur(~geekosaur@xmonad/geekosaur) (Killed (NickServ (GHOST command used by allbery_b)))
2021-08-10 23:54:27 +0200allbery_b(~geekosaur@xmonad/geekosaur)
2021-08-10 23:54:30 +0200allbery_bgeekosaur