Logs: liberachat/#xmonad
| 2023-04-20 00:16:27 | <geekosaur> | I am somewhat tempted to have you try debugManageHookOn (https://github.com/geekosaur/xmonad.hs/blob/skkukuk/xmonad.hs#L56) and then do what makes it tile, and see if the ManageHook triggers and if it has sane window information |
| 2023-04-20 01:57:20 | → | werneta joins (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) |
| 2023-04-20 02:06:37 | × | td_ quits (~td@i5387091D.versanet.de) (Ping timeout: 252 seconds) |
| 2023-04-20 02:08:15 | → | td_ joins (~td@i53870923.versanet.de) |
| 2023-04-20 03:36:30 | × | catman quits (~catman@user/catman) (Ping timeout: 255 seconds) |
| 2023-04-20 04:32:44 | → | catman joins (~catman@user/catman) |
| 2023-04-20 05:36:45 | × | catman quits (~catman@user/catman) (Ping timeout: 240 seconds) |
| 2023-04-20 07:09:34 | → | mncheck joins (~mncheck@193.224.205.254) |
| 2023-04-20 07:29:43 | → | mc47 joins (~mc47@xmonad/TheMC47) |
| 2023-04-20 07:36:31 | <liskin> | I'm a bit overstretched these days :-( |
| 2023-04-20 07:36:46 | <liskin> | Only ircing from toilets and stuff |
| 2023-04-20 07:39:30 | × | werneta quits (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (Ping timeout: 255 seconds) |
| 2023-04-20 07:41:12 | → | werneta joins (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) |
| 2023-04-20 07:50:51 | <mc47> | liskin, geekosaur, Solid: should we plan how to merge [Leary]'s work (the mvdt stuff) to core? It makes `windows` way more intuitive (#807 was a breeze after their changes) and I think it's an improvement |
| 2023-04-20 07:56:45 | <geekosaur> | I think the current plan is to release the next version as 1.0 and then merge it, because it's a pretty breaking change |
| 2023-04-20 08:00:57 | <liskin> | how much of xmonad-contrib does it break, if any? |
| 2023-04-20 08:02:00 | <geekosaur> | I'm more worried about configs. I know I've handed out various invocations of `windows` with wild abandon and am rather worried that they'll all have to be modified |
| 2023-04-20 08:02:52 | <geekosaur> | `windows` is pretty core, after all |
| 2023-04-20 08:03:18 | <liskin> | yeah, people will hate us for this :-/ |
| 2023-04-20 08:04:01 | <geekosaur> | that's why I want this to be 1.1 🙂 |
| 2023-04-20 08:04:06 | <mc47> | I mean, they can just _not_ upgrade, right? |
| 2023-04-20 08:05:15 | <liskin> | they'd first need to know not to upgrade |
| 2023-04-20 08:05:42 | <liskin> | if we break configs of dozens of people they'll be upset |
| 2023-04-20 08:05:46 | <liskin> | that's inevitable :-) |
| 2023-04-20 08:06:07 | <geekosaur> | hell, we did that just with deprecations |
| 2023-04-20 08:07:11 | <liskin> | (if I was in their place I'd probably tweet something like "why the fuck do these morons waste time breaking user configs by core refactors instead of biting the bullet and just dealing with Wayland alread?" :-)) |
| 2023-04-20 08:07:29 | <geekosaur> | they already do that 🙂 |
| 2023-04-20 08:07:41 | <liskin> | :-)) |
| 2023-04-20 08:08:16 | <mc47> | Oh right, we can't really deprecate |
| 2023-04-20 08:08:29 | <[Leary]> | The ManageHook PR, which I'll stress /doesn't actually need to go in/, will break basically every config. The core PR #432 (and most if not all of the others), however, break virtually nothing; only the repeatable action stuff (which can be fixed contrib-side). |
| 2023-04-20 08:09:08 | <[Leary]> | Sorry for not getting back to working on this stuff, by the way. My motivation has been elsewhere. |
| 2023-04-20 08:09:26 | <mc47> | I mean... we could just deprecate windows and introduce another combinator with the same implementation |
| 2023-04-20 08:09:38 | <mc47> | Might be better than just a silent breaking change |
| 2023-04-20 08:09:44 | <geekosaur> | yeh, I was focused elsewhere for a while too |
| 2023-04-20 08:10:03 | <geekosaur> | spent today on a bunch of xmonad issues to catch up |
| 2023-04-20 08:10:08 | <mc47> | No need to say sorry, it's great that you contribute code in the first place :D |
| 2023-04-20 08:10:14 | <liskin> | mc47: contrib invokes windows in like a million of places :-) |
| 2023-04-20 08:10:25 | <liskin> | I don't think you can realistically keep both impls in |
| 2023-04-20 08:10:40 | <mc47> | right.. |
| 2023-04-20 08:10:43 | <geekosaur> | inevitably since it's pretty much the heart of xmonad |
| 2023-04-20 08:11:03 | <[Leary]> | The beauty of #432 is that we don't need to mess with `windows`, because the semantics haven't actually changed, and it's still used the same way. |
| 2023-04-20 08:11:24 | <geekosaur> | oh, hm. maybe we can pull this off after all then |
| 2023-04-20 08:11:34 | <[Leary]> | Only the implementation and (operational) interpretation change. |
| 2023-04-20 08:11:38 | mc47 | has also been busy... planning a wedding :D |
| 2023-04-20 08:12:09 | <mc47> | I think the problematic change is with the manageHook |
| 2023-04-20 08:12:09 | <geekosaur> | congratulations? |
| 2023-04-20 08:12:46 | <mc47> | yeah thanks |
| 2023-04-20 08:13:21 | <mc47> | The rest of the changes probably won't break anything |
| 2023-04-20 08:14:55 | <liskin> | well anyway, we can merge my floatLocation PR (needs changelog update), release 0.18 or 0.17.3, and then merge the non-managehook PRs and see what breaks |
| 2023-04-20 08:15:02 | <liskin> | if we do a bit of messaging about it… |
| 2023-04-20 08:15:34 | <liskin> | (I haven't seen the diffs yet though, sorry for that, had to prioritise other things in life lately) |
| 2023-04-20 08:19:32 | × | ft quits (~ft@p4fc2a88b.dip0.t-ipconnect.de) (Quit: leaving) |
| 2023-04-20 08:24:44 | <mc47> | I've been running #433 without any problems for quite some time |
| 2023-04-20 08:24:50 | <mc47> | sounds like a plan :+1: |
| 2023-04-20 08:38:54 | × | mc47 quits (~mc47@xmonad/TheMC47) (Read error: Connection reset by peer) |
| 2023-04-20 09:00:08 | × | Solid[m] quits (~slot-matr@2001:470:69fc:105::1:a84) (Quit: You have been kicked for being idle) |
| 2023-04-20 09:00:08 | × | unclechu quits (~unclechu@2001:470:69fc:105::354) (Quit: You have been kicked for being idle) |
| 2023-04-20 09:00:08 | × | liskin[m] quits (~liskinmat@2001:470:69fc:105::768) (Quit: You have been kicked for being idle) |
| 2023-04-20 09:01:40 | × | Miroboru quits (~myrvoll@188.124.159.94) (Quit: Lost terminal) |
| 2023-04-20 10:53:31 | × | werneta quits (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (Ping timeout: 240 seconds) |
| 2023-04-20 10:55:37 | → | werneta joins (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) |
| 2023-04-20 11:24:56 | <jabuxas> | hello |
| 2023-04-20 11:25:09 | → | liskin[m] joins (~liskinmat@2001:470:69fc:105::768) |
| 2023-04-20 11:25:21 | → | Solid[m] joins (~slot-matr@2001:470:69fc:105::1:a84) |
| 2023-04-20 11:25:35 | → | unclechu joins (~unclechu@2001:470:69fc:105::354) |
| 2023-04-20 11:54:15 | ← | Retropikzel[m] parts (~retropikz@2001:470:69fc:105::14e7) () |
| 2023-04-20 12:25:12 | × | zawaken quits (~zawaken@user/zawaken) (Quit: ZNC - https://znc.in) |
| 2023-04-20 12:25:47 | → | zawaken joins (~zawaken@user/zawaken) |
| 2023-04-20 14:42:18 | → | mesaoptimizer joins (apotheosis@user/PapuaHardyNet) |
| 2023-04-20 14:42:31 | × | mesaoptimizer quits (apotheosis@user/PapuaHardyNet) (Client Quit) |
| 2023-04-20 15:28:57 | → | catman joins (~catman@user/catman) |
| 2023-04-20 15:35:44 | × | catman quits (~catman@user/catman) (Remote host closed the connection) |
| 2023-04-20 16:00:08 | × | liskin[m] quits (~liskinmat@2001:470:69fc:105::768) (Quit: You have been kicked for being idle) |
| 2023-04-20 16:00:08 | × | Solid[m] quits (~slot-matr@2001:470:69fc:105::1:a84) (Quit: You have been kicked for being idle) |
| 2023-04-20 16:00:08 | × | unclechu quits (~unclechu@2001:470:69fc:105::354) (Quit: You have been kicked for being idle) |
| 2023-04-20 16:08:55 | → | catman joins (~catman@user/catman) |
| 2023-04-20 16:20:45 | × | werneta quits (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (Remote host closed the connection) |
| 2023-04-20 16:31:58 | → | jedimahdi[m] joins (~jedimahdi@2001:470:69fc:105::3:49bf) |
| 2023-04-20 16:34:58 | → | hrberg joins (~quassel@171.79-160-161.customer.lyse.net) |
| 2023-04-20 16:46:43 | × | catman quits (~catman@user/catman) (Remote host closed the connection) |
| 2023-04-20 16:53:29 | → | malook joins (~Thunderbi@2a02:9b0:404d:2c48:f80a:959:790e:cc21) |
| 2023-04-20 16:54:45 | ← | malook parts (~Thunderbi@2a02:9b0:404d:2c48:f80a:959:790e:cc21) () |
| 2023-04-20 17:09:19 | → | catman joins (~catman@user/catman) |
| 2023-04-20 17:37:27 | × | catman quits (~catman@user/catman) (Remote host closed the connection) |
| 2023-04-20 17:40:10 | × | terrorjack quits (~terrorjac@2a01:4f8:c17:87f8::) (Quit: The Lounge - https://thelounge.chat) |
| 2023-04-20 17:43:17 | → | terrorjack joins (~terrorjac@2a01:4f8:c17:87f8::) |
| 2023-04-20 18:02:47 | → | catman joins (~catman@user/catman) |
| 2023-04-20 18:12:31 | × | catman quits (~catman@user/catman) (Ping timeout: 256 seconds) |
| 2023-04-20 18:23:31 | → | ft joins (~ft@p4fc2a88b.dip0.t-ipconnect.de) |
| 2023-04-20 19:13:13 | → | catman joins (~catman@user/catman) |
| 2023-04-20 19:15:02 | × | catman quits (~catman@user/catman) (Remote host closed the connection) |
| 2023-04-20 19:47:17 | → | catman joins (~catman@user/catman) |
| 2023-04-20 20:03:07 | × | catman quits (~catman@user/catman) (Remote host closed the connection) |
| 2023-04-20 20:13:00 | <jabuxas> | one thing i managed to find out in the logs is when it "tiles" from 1600x900 floated state - https://bpa.st/6SLDC |
| 2023-04-20 20:13:03 | <jabuxas> | i hope that helps with anything |
| 2023-04-20 20:13:14 | → | liskin[m] joins (~liskinmat@2001:470:69fc:105::768) |
| 2023-04-20 20:13:25 | → | Solid[m] joins (~slot-matr@2001:470:69fc:105::1:a84) |
| 2023-04-20 20:13:38 | → | unclechu joins (~unclechu@2001:470:69fc:105::354) |
| 2023-04-20 20:14:37 | <geekosaur> | yeh, that's requesting a resize |
| 2023-04-20 20:38:25 | × | jabuxas quits (~jabuxas@user/jabuxas) (Ping timeout: 240 seconds) |
All times are in UTC.