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