Logs: liberachat/#xmonad
| 2022-10-14 20:55:39 | <T_X> | like if you'd get the overall firefox process ID with _NET_WM_PID. but then blatantly stopping all its child processes might lead to a firefox window getting stuck which is not on a stoppable workspace |
| 2022-10-14 20:55:44 | <geekosaur> | some of them correspond to active windows/tabs, others to things like the JS engine or the render backend or etc. |
| 2022-10-14 20:56:05 | <geekosaur> | \so yes, stopping the wrong process would do bad things |
| 2022-10-14 20:59:10 | → | wonko joins (~wjc@2a0e:1c80:2:0:45:15:19:130) |
| 2022-10-14 21:16:19 | × | Guest93 quits (~Guest93@2602:301:77b1:450:d2b5:cb42:c9ba:35fd) (Quit: Client closed) |
| 2022-10-14 21:20:48 | × | wonko quits (~wjc@2a0e:1c80:2:0:45:15:19:130) (Ping timeout: 264 seconds) |
| 2022-10-14 21:23:01 | <T_X> | pfff, yes, the process / window management seems confusing. found out about "about:processes" which is helpful to see which site/tab/window is using which process. initially each tab seems to get its own process. but after a few tabs for the same site then a new one is sharing the same process with another tab |
| 2022-10-14 21:23:55 | <T_X> | I guess just a stoppableWithChildren is what I'd be looking for for now... and then I'd just use another Firefox profile / parent process for this one |
| 2022-10-14 21:29:19 | <geekosaur> | mm, we have a process mechanism that goes the other way |
| 2022-10-14 21:30:54 | <geekosaur> | X.U.Process.getPPIDChain |
| 2022-10-14 22:45:01 | → | wonko joins (~wjc@2a0e:1c80:2:0:45:15:19:130) |
| 2022-10-14 23:47:00 | → | Henson joins (~kvirc@207.136.101.195) |
| 2022-10-14 23:52:36 | × | wonko quits (~wjc@2a0e:1c80:2:0:45:15:19:130) (Ping timeout: 260 seconds) |
| 2022-10-14 23:55:40 | <Henson> | I use DynamicWorkspaces, and sometimes accumulate a lot of windows. I also use windowPrompt with FuzzyMatch to help me find windows when they get lost. But sometimes I would like to take a closer look at the windows that are matched by FuzzyMatch. Is there some existing module or way to create a new DynamicWorkspace that contains all of the windows that match? |
| 2022-10-15 00:12:03 | × | chomwitt quits (~chomwitt@80.106.160.196) (Ping timeout: 252 seconds) |
| 2022-10-15 00:47:16 | → | xtayex1 joins (~xtayex@180.160.67.85) |
| 2022-10-15 00:52:06 | → | logzet_ joins (~quassel@2001:9e8:e51d:8e00:dabb:c1ff:fed3:a1b9) |
| 2022-10-15 00:52:18 | × | logzet quits (~quassel@2001:9e8:e50c:ca00:dabb:c1ff:fed3:a1b9) (Ping timeout: 264 seconds) |
| 2022-10-15 01:05:35 | × | xtayex1 quits (~xtayex@180.160.67.85) (Ping timeout: 252 seconds) |
| 2022-10-15 02:04:37 | × | banc quits (banc@gateway/vpn/airvpn/banc) (Ping timeout: 252 seconds) |
| 2022-10-15 02:23:39 | → | banc joins (banc@gateway/vpn/airvpn/banc) |
| 2022-10-15 02:26:37 | × | td_ quits (~td@83.135.9.35) (Ping timeout: 268 seconds) |
| 2022-10-15 02:28:18 | → | td_ joins (~td@83.135.9.18) |
| 2022-10-15 02:45:49 | → | berberman joins (~berberman@user/berberman) |
| 2022-10-15 03:47:00 | → | xtayex1 joins (~xtayex@180.160.67.85) |
| 2022-10-15 05:49:36 | × | xtayex1 quits (~xtayex@180.160.67.85) (Ping timeout: 264 seconds) |
| 2022-10-15 06:27:09 | × | jao quits (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Ping timeout: 252 seconds) |
| 2022-10-15 06:45:01 | × | logzet_ quits (~quassel@2001:9e8:e51d:8e00:dabb:c1ff:fed3:a1b9) (Ping timeout: 260 seconds) |
| 2022-10-15 07:26:49 | → | Phaseditto joins (~Phaseditt@p200300f03f3bd9008d7902a993fd5916.dip0.t-ipconnect.de) |
| 2022-10-15 07:29:44 | <Phaseditto> | Heyho. Not sure if i am in the correct place to ask about this but here goes: Xmonad on Void, anyone ever had the pleasure? It does not quite work due to the fact that it cannot re-compile itself (though i don't exactly know why). If anyone has some deeper knowledge about this case, sharing the info on it would be appreciated |
| 2022-10-15 07:30:07 | <Phaseditto> | (And yes i already asked around with the Void Linux people, they don't know either) |
| 2022-10-15 08:06:32 | <[Leary]> | Phaseditto: A brief look around google suggests that xmonad recompilation is known to be broken on Void, and that no one is fixing it. I suggest you remove the version from the repos and install xmonad via cabal or stack; whichever one can be made to behave on Void. See: https://xmonad.org/INSTALL.html |
| 2022-10-15 08:09:39 | → | Kaladin joins (~Kaladin@157-131-169-214.fiber.dynamic.sonic.net) |
| 2022-10-15 08:23:22 | × | Kaladin quits (~Kaladin@157-131-169-214.fiber.dynamic.sonic.net) (Quit: Leaving) |
| 2022-10-15 09:00:10 | <Phaseditto> | [Leary] Been that far myself. The issue is that if you install xmonad via cabal for instance, the self recompilation does not work aswell, i haven't tried stack yet and i also do not know why the recompilation does not work to begin with. |
| 2022-10-15 09:05:01 | <Phaseditto> | I may just try to install via stack. If that works i will just use that. |
| 2022-10-15 09:33:42 | → | xtayex1 joins (~xtayex@180.160.67.85) |
| 2022-10-15 10:25:58 | × | arslonga[m] quits (~uuuuuuuum@2001:470:69fc:105::1589) (Remote host closed the connection) |
| 2022-10-15 10:25:58 | × | ChaoticMist[m] quits (~gilganixm@2001:470:69fc:105::3d09) (Remote host closed the connection) |
| 2022-10-15 10:25:58 | × | lions[m] quits (~lionsmatr@2001:470:69fc:105::d1fe) (Remote host closed the connection) |
| 2022-10-15 10:25:58 | × | Balrog[m] quits (~M0x62616c@2001:470:69fc:105::2:9152) (Remote host closed the connection) |
| 2022-10-15 10:25:58 | × | Tisoxin quits (~ikosit@user/ikosit) (Read error: Connection reset by peer) |
| 2022-10-15 10:25:58 | × | qbit_m quits (~qbittapen@2001:470:69fc:105::194) (Read error: Connection reset by peer) |
| 2022-10-15 10:25:59 | × | yuu[m] quits (~yuum]@2001:470:69fc:105::8a6) (Write error: Connection reset by peer) |
| 2022-10-15 10:25:59 | × | valarMorghulis[m quits (~lladeebll@2001:470:69fc:105::2:72) (Remote host closed the connection) |
| 2022-10-15 10:25:59 | × | MangoIV[m] quits (~mangoivma@2001:470:69fc:105::2:8417) (Read error: Connection reset by peer) |
| 2022-10-15 10:25:59 | × | NONstope[m] quits (~nonstopem@2001:470:69fc:105::2:8d1c) (Remote host closed the connection) |
| 2022-10-15 10:25:59 | × | uhoreg quits (~uhoreg@2001:470:69fc:105::35f) (Remote host closed the connection) |
| 2022-10-15 10:25:59 | × | SridharRatnakuma quits (~sridmatri@2001:470:69fc:105::1c2) (Write error: Connection reset by peer) |
| 2022-10-15 10:25:59 | × | Neo[Envs][m] quits (~neovoiden@2001:470:69fc:105::2:b07) (Remote host closed the connection) |
| 2022-10-15 10:25:59 | × | liskin[m] quits (~liskinmat@2001:470:69fc:105::768) (Remote host closed the connection) |
| 2022-10-15 10:25:59 | × | sogens[m] quits (~sogensmat@2001:470:69fc:105::1:20a1) (Remote host closed the connection) |
| 2022-10-15 10:26:00 | × | sibi quits (~sibi@2001:470:69fc:105::8ab) (Remote host closed the connection) |
| 2022-10-15 10:26:00 | × | geekosaur[m] quits (~geekosaur@xmonad/geekosaur) (Read error: Connection reset by peer) |
| 2022-10-15 10:26:00 | × | mikevan[m] quits (~mikevanto@2001:470:69fc:105::2:7ef5) (Remote host closed the connection) |
| 2022-10-15 10:26:00 | × | zim0369[m] quits (~zim0369ma@2001:470:69fc:105::2:5d43) (Remote host closed the connection) |
| 2022-10-15 10:26:00 | × | devhashtag[m] quits (~devhashta@2001:470:69fc:105::2:85a2) (Remote host closed the connection) |
| 2022-10-15 10:26:00 | × | aaronv quits (~aaronv@user/aaronv) (Read error: Connection reset by peer) |
| 2022-10-15 10:26:00 | × | Spiker01[m] quits (~s98742598@2001:470:69fc:105::2:8415) (Remote host closed the connection) |
| 2022-10-15 10:26:00 | × | iamtheonewiththi quits (~iamtheone@2001:470:69fc:105::2:8a9b) (Remote host closed the connection) |
| 2022-10-15 10:26:00 | × | AskYourself[m] quits (~ask-yours@2001:470:69fc:105::2:9793) (Remote host closed the connection) |
| 2022-10-15 10:26:00 | × | Solid[m] quits (~slot-matr@2001:470:69fc:105::1:a84) (Remote host closed the connection) |
| 2022-10-15 10:26:00 | × | VarikValefor[m] quits (~varikvale@2001:470:69fc:105::a5d) (Read error: Connection reset by peer) |
| 2022-10-15 10:26:03 | × | mekeor[m] quits (~mekeormat@2001:470:69fc:105::17e4) (Write error: Connection reset by peer) |
| 2022-10-15 10:26:03 | × | unclechu quits (~unclechu@2001:470:69fc:105::354) (Write error: Connection reset by peer) |
| 2022-10-15 10:26:03 | × | floweynt[m] quits (~floweyyag@2001:470:69fc:105::2:86b7) (Remote host closed the connection) |
| 2022-10-15 10:26:05 | × | Alok[m] quits (~alok8bbma@2001:470:69fc:105::2:620f) (Remote host closed the connection) |
| 2022-10-15 10:26:05 | × | imanebrahimi77[m quits (~imanebrah@2001:470:69fc:105::2:9a72) (Remote host closed the connection) |
| 2022-10-15 10:26:05 | × | alternateved[m] quits (~alternate@2001:470:69fc:105::2:894a) (Remote host closed the connection) |
| 2022-10-15 10:26:05 | × | Industrial[m] quits (~industria@2001:470:69fc:105::eb9) (Read error: Connection reset by peer) |
| 2022-10-15 10:26:05 | × | quarkQuark[m] quits (~quarkquar@2001:470:69fc:105::2:46e2) (Remote host closed the connection) |
| 2022-10-15 10:26:05 | × | RosarioPulella[m quits (~rosariopu@2001:470:69fc:105::a57) (Read error: Connection reset by peer) |
| 2022-10-15 10:26:05 | × | uj[m] quits (~ujmatrixo@2001:470:69fc:105::2:888f) (Read error: Connection reset by peer) |
| 2022-10-15 10:26:25 | × | vanvik quits (~vanvik@188.113.111.129) (Ping timeout: 250 seconds) |
| 2022-10-15 10:28:59 | → | sibi joins (~sibi@2001:470:69fc:105::8ab) |
| 2022-10-15 10:29:28 | → | wonko joins (~wjc@2a0e:1c80:2:0:45:15:19:130) |
| 2022-10-15 10:30:58 | → | mekeor[m] joins (~mekeormat@2001:470:69fc:105::17e4) |
| 2022-10-15 10:43:52 | → | vanvik joins (~vanvik@188.113.111.129) |
| 2022-10-15 10:44:16 | → | unclechu joins (~unclechu@2001:470:69fc:105::354) |
| 2022-10-15 10:44:17 | → | qbit_m joins (~qbittapen@2001:470:69fc:105::194) |
| 2022-10-15 10:44:17 | → | yuu[m] joins (~yuum]@2001:470:69fc:105::8a6) |
| 2022-10-15 10:44:17 | → | Balrog[m] joins (~M0x62616c@2001:470:69fc:105::2:9152) |
| 2022-10-15 10:44:17 | → | RosarioPulella[m joins (~rosariopu@2001:470:69fc:105::a57) |
| 2022-10-15 10:44:17 | → | geekosaur[m] joins (~geekosaur@xmonad/geekosaur) |
| 2022-10-15 10:44:17 | → | VarikValefor[m] joins (~varikvale@2001:470:69fc:105::a5d) |
| 2022-10-15 10:44:17 | → | uhoreg joins (~uhoreg@2001:470:69fc:105::35f) |
| 2022-10-15 10:44:17 | → | aaronv joins (~aaronv@user/aaronv) |
| 2022-10-15 10:44:17 | → | MangoIV[m] joins (~mangoivma@2001:470:69fc:105::2:8417) |
| 2022-10-15 10:44:18 | → | SridharRatnakuma joins (~sridmatri@2001:470:69fc:105::1c2) |
| 2022-10-15 10:44:18 | → | alternateved[m] joins (~alternate@2001:470:69fc:105::2:894a) |
| 2022-10-15 10:44:28 | → | NONstope[m] joins (~nonstopem@2001:470:69fc:105::2:8d1c) |
| 2022-10-15 10:44:28 | → | Neo[Envs][m] joins (~neovoiden@2001:470:69fc:105::2:b07) |
| 2022-10-15 10:44:28 | → | arslonga[m] joins (~uuuuuuuum@2001:470:69fc:105::1589) |
| 2022-10-15 10:44:29 | → | Industrial[m] joins (~industria@2001:470:69fc:105::eb9) |
| 2022-10-15 10:44:29 | → | imanebrahimi77[m joins (~imanebrah@2001:470:69fc:105::2:9a72) |
| 2022-10-15 10:44:29 | → | Spiker01[m] joins (~s98742598@2001:470:69fc:105::2:8415) |
| 2022-10-15 10:44:29 | → | valarMorghulis[m joins (~lladeebll@2001:470:69fc:105::2:72) |
| 2022-10-15 10:44:29 | → | lions[m] joins (~lionsmatr@2001:470:69fc:105::d1fe) |
| 2022-10-15 10:44:29 | → | Alok[m] joins (~alok8bbma@2001:470:69fc:105::2:620f) |
| 2022-10-15 10:44:29 | → | sogens[m] joins (~sogensmat@2001:470:69fc:105::1:20a1) |
All times are in UTC.