Home liberachat/#xmonad: Logs Calendar

Logs: liberachat/#xmonad

←Prev  Next→
Page 1 .. 894 895 896 897 898 899 900 901 902 903 904 .. 1850
184,993 events total
2022-10-13 02:28:40 × td_ quits (~td@83.135.9.60) (Ping timeout: 268 seconds)
2022-10-13 02:29:51 td_ joins (~td@83.135.9.55)
2022-10-13 02:30:50 sogens joins (sogens@gateway/vpn/protonvpn/sogens)
2022-10-13 02:50:47 × terrorjack quits (~terrorjac@2a01:4f8:1c1e:509a::1) (Quit: The Lounge - https://thelounge.chat)
2022-10-13 02:53:22 terrorjack joins (~terrorjac@2a01:4f8:1c1e:509a::1)
2022-10-13 03:00:55 × sogens quits (sogens@gateway/vpn/protonvpn/sogens) (Quit: WeeChat 3.6)
2022-10-13 03:01:13 sogens joins (sogens@gateway/vpn/protonvpn/sogens)
2022-10-13 03:52:58 sogens2 joins (sogens@gateway/vpn/protonvpn/sogens)
2022-10-13 03:53:36 × sogens2 quits (sogens@gateway/vpn/protonvpn/sogens) (Client Quit)
2022-10-13 03:54:11 sogens2 joins (sogens@gateway/vpn/protonvpn/sogens)
2022-10-13 03:55:22 × sogens quits (sogens@gateway/vpn/protonvpn/sogens) (Ping timeout: 246 seconds)
2022-10-13 04:02:41 × sogens2 quits (sogens@gateway/vpn/protonvpn/sogens) (Quit: WeeChat 3.6)
2022-10-13 04:02:59 sogens joins (sogens@gateway/vpn/protonvpn/sogens)
2022-10-13 04:07:36 × sogens quits (sogens@gateway/vpn/protonvpn/sogens) (Client Quit)
2022-10-13 04:08:03 sogens joins (sogens@gateway/vpn/protonvpn/sogens)
2022-10-13 05:09:33 <Solid> It's so weird that I can't reproduce this :/
2022-10-13 05:22:56 × sogens quits (sogens@gateway/vpn/protonvpn/sogens) (Quit: WeeChat 3.6)
2022-10-13 05:24:38 sogens joins (~sogens@pa49-197-231-130.pa.qld.optusnet.com.au)
2022-10-13 05:25:46 chomwitt joins (~chomwitt@2a02:587:dc0c:c200:a0a8:ed7f:a699:91a5)
2022-10-13 05:30:11 × sogens quits (~sogens@pa49-197-231-130.pa.qld.optusnet.com.au) (Ping timeout: 248 seconds)
2022-10-13 05:31:58 sogens joins (sogens@gateway/vpn/protonvpn/sogens)
2022-10-13 05:50:14 × jao quits (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Ping timeout: 268 seconds)
2022-10-13 06:05:12 × sogens quits (sogens@gateway/vpn/protonvpn/sogens) (Quit: WeeChat 3.6)
2022-10-13 06:05:29 sogens joins (sogens@gateway/vpn/protonvpn/sogens)
2022-10-13 06:52:32 mncheck joins (~mncheck@193.224.205.254)
2022-10-13 06:58:27 × wusticality quits (~user@76.131.115.3) (Remote host closed the connection)
2022-10-13 07:14:09 <xmonadtrack> New xmonad-contrib branch created: pull/761 (1 commit) https://github.com/xmonad/xmonad-contrib/pull/761
2022-10-13 07:14:09 <xmonadtrack> xmonad-contrib exorcist365 https://github.com/xmonad/xmonad-contrib/pull/761 * v0.17.1-36-gbbf69f4c: export keys type (3 minutes ago, 1 file, 1+ 0-) https://github.com/xmonad/xmonad-contrib/commit/bbf69f4caf08
2022-10-13 07:59:11 × sogens quits (sogens@gateway/vpn/protonvpn/sogens) (Ping timeout: 260 seconds)
2022-10-13 08:10:20 wusticality joins (~user@76.131.115.3)
2022-10-13 08:19:45 sogens joins (sogens@gateway/vpn/protonvpn/sogens)
2022-10-13 08:23:09 × wusticality quits (~user@76.131.115.3) (Remote host closed the connection)
2022-10-13 08:44:32 × ft quits (~ft@p3e9bc57b.dip0.t-ipconnect.de) (Quit: leaving)
2022-10-13 09:17:40 thyriaen joins (~thyriaen@2a01:aea0:dd4:4708:6245:cbff:fe9f:48b1)
2022-10-13 09:18:42 <thyriaen> Is there an external command I can call from the terminal to call a scratchpad ?
2022-10-13 09:22:23 <fizzie> You could use https://xmonad.github.io/xmonad-docs/xmonad-contrib/XMonad-Hooks-ServerMode.html to make something like that.
2022-10-13 09:25:31 × sogens quits (sogens@gateway/vpn/protonvpn/sogens) (Ping timeout: 260 seconds)
2022-10-13 09:32:52 <thyriaen> and how can i make a window which has property _NET_WM_WINDOW_TYPE_DIALOG float in the center of the screen ?
2022-10-13 09:36:58 wonko joins (~wjc@2a0e:1c80:2:0:45:15:19:130)
2022-10-13 09:39:59 <fizzie> An `isDialog -?> doCenterFloat` style managehook from https://hackage.haskell.org/package/xmonad-contrib-0.17.1/docs/XMonad-Hooks-ManageHelpers.html perhaps.
2022-10-13 09:40:27 sogens joins (sogens@gateway/vpn/protonvpn/sogens)
2022-10-13 09:52:25 <thyriaen> fizzie, oh nice thanks fizzie
2022-10-13 09:52:37 <thyriaen> isDialog is actually defined already ?
2022-10-13 09:53:29 <thyriaen> I wonder - i have multiple things defined in my manageHook - what if multiple things match - for example classname and also the isDialog ?
2022-10-13 09:56:36 <thyriaen> my manageHook looks like composeAll [ test1, test2, test3 ]
2022-10-13 09:58:20 <fizzie> `isDialog` is from XMonad.Hooks.ManageHelpers. And I believe with `composeAll`, all the "matching" actions will be executed. ManageHelpers has an alternative called `composeOne` which just runs the first matching one, although it requires the hooks to be slightly modified (with a `Maybe` wrapper, so it knows when to stop).
2022-10-13 09:59:07 <thyriaen> is there a example somewhere for a composeOne style ?
2022-10-13 10:09:41 cfricke joins (~cfricke@user/cfricke)
2022-10-13 10:12:28 × mncheck quits (~mncheck@193.224.205.254) (Read error: Connection reset by peer)
2022-10-13 11:05:26 × thyriaen quits (~thyriaen@2a01:aea0:dd4:4708:6245:cbff:fe9f:48b1) (Ping timeout: 268 seconds)
2022-10-13 11:12:56 × sagax quits (~sagax_nb@user/sagax) (Remote host closed the connection)
2022-10-13 11:18:32 × mekeor[m] quits (~mekeormat@2001:470:69fc:105::17e4) (Quit: Bridge terminating on SIGTERM)
2022-10-13 11:18:33 × Tisoxin quits (~ikosit@user/ikosit) (Quit: Bridge terminating on SIGTERM)
2022-10-13 11:18:33 × geekosaur[m] quits (~geekosaur@xmonad/geekosaur) (Quit: Bridge terminating on SIGTERM)
2022-10-13 11:18:33 × yuu[m] quits (~yuum]@2001:470:69fc:105::8a6) (Quit: Bridge terminating on SIGTERM)
2022-10-13 11:18:33 × sibi quits (~sibi@2001:470:69fc:105::8ab) (Quit: Bridge terminating on SIGTERM)
2022-10-13 11:18:33 × VarikValefor[m] quits (~varikvale@2001:470:69fc:105::a5d) (Quit: Bridge terminating on SIGTERM)
2022-10-13 11:18:33 × unclechu quits (~unclechu@2001:470:69fc:105::354) (Quit: Bridge terminating on SIGTERM)
2022-10-13 11:18:34 × MangoIV[m] quits (~mangoivma@2001:470:69fc:105::2:8417) (Quit: Bridge terminating on SIGTERM)
2022-10-13 11:18:34 × aaronv quits (~aaronv@user/aaronv) (Quit: Bridge terminating on SIGTERM)
2022-10-13 11:18:35 × alternateved[m] quits (~alternate@2001:470:69fc:105::2:894a) (Quit: Bridge terminating on SIGTERM)
2022-10-13 11:18:37 × zim0369[m] quits (~zim0369ma@2001:470:69fc:105::2:5d43) (Quit: Bridge terminating on SIGTERM)
2022-10-13 11:18:37 × iamtheonewiththi quits (~iamtheone@2001:470:69fc:105::2:8a9b) (Quit: Bridge terminating on SIGTERM)
2022-10-13 11:18:37 × sogens[m] quits (~sogensmat@2001:470:69fc:105::1:20a1) (Quit: Bridge terminating on SIGTERM)
2022-10-13 11:18:37 × Neo[Envs][m] quits (~neovoiden@2001:470:69fc:105::2:b07) (Quit: Bridge terminating on SIGTERM)
2022-10-13 11:18:37 × ChaoticMist[m] quits (~gilganixm@2001:470:69fc:105::3d09) (Quit: Bridge terminating on SIGTERM)
2022-10-13 11:18:39 × Solid[m] quits (~slot-matr@2001:470:69fc:105::1:a84) (Quit: Bridge terminating on SIGTERM)
2022-10-13 11:18:40 × mikevan[m] quits (~mikevanto@2001:470:69fc:105::2:7ef5) (Quit: Bridge terminating on SIGTERM)
2022-10-13 11:18:40 × arslonga[m] quits (~uuuuuuuum@2001:470:69fc:105::1589) (Quit: Bridge terminating on SIGTERM)
2022-10-13 11:18:41 × Balrog[m] quits (~M0x62616c@2001:470:69fc:105::2:9152) (Quit: Bridge terminating on SIGTERM)
2022-10-13 11:18:41 × quarkQuark[m] quits (~quarkquar@2001:470:69fc:105::2:46e2) (Quit: Bridge terminating on SIGTERM)
2022-10-13 11:18:42 × valarMorghulis[m quits (~lladeebll@2001:470:69fc:105::2:72) (Quit: Bridge terminating on SIGTERM)
2022-10-13 11:18:42 × AskYourself[m] quits (~ask-yours@2001:470:69fc:105::2:9793) (Quit: Bridge terminating on SIGTERM)
2022-10-13 11:18:45 × qbit_m quits (~qbittapen@2001:470:69fc:105::194) (Quit: Bridge terminating on SIGTERM)
2022-10-13 11:18:45 × devhashtag[m] quits (~devhashta@2001:470:69fc:105::2:85a2) (Quit: Bridge terminating on SIGTERM)
2022-10-13 11:18:45 × NONstope[m] quits (~nonstopem@2001:470:69fc:105::2:8d1c) (Quit: Bridge terminating on SIGTERM)
2022-10-13 11:18:45 × Spiker01[m] quits (~s98742598@2001:470:69fc:105::2:8415) (Quit: Bridge terminating on SIGTERM)
2022-10-13 11:18:45 × floweynt[m] quits (~floweyyag@2001:470:69fc:105::2:86b7) (Quit: Bridge terminating on SIGTERM)
2022-10-13 11:18:45 × lions[m] quits (~lionsmatr@2001:470:69fc:105::d1fe) (Quit: Bridge terminating on SIGTERM)
2022-10-13 11:18:45 × Industrial[m] quits (~industria@2001:470:69fc:105::eb9) (Quit: Bridge terminating on SIGTERM)
2022-10-13 11:18:45 × Alok[m] quits (~alok8bbma@2001:470:69fc:105::2:620f) (Quit: Bridge terminating on SIGTERM)
2022-10-13 11:18:45 × uj[m] quits (~ujmatrixo@2001:470:69fc:105::2:888f) (Quit: Bridge terminating on SIGTERM)
2022-10-13 11:18:45 × SridharRatnakuma quits (~sridmatri@2001:470:69fc:105::1c2) (Quit: Bridge terminating on SIGTERM)
2022-10-13 11:18:45 × uhoreg quits (~uhoreg@2001:470:69fc:105::35f) (Quit: Bridge terminating on SIGTERM)
2022-10-13 11:18:46 × RosarioPulella[m quits (~rosariopu@2001:470:69fc:105::a57) (Quit: Bridge terminating on SIGTERM)
2022-10-13 11:18:47 × imanebrahimi77[m quits (~imanebrah@2001:470:69fc:105::2:9a72) (Quit: Bridge terminating on SIGTERM)
2022-10-13 11:18:47 × liskin[m] quits (~liskinmat@2001:470:69fc:105::768) (Quit: Bridge terminating on SIGTERM)
2022-10-13 11:23:21 × wonko quits (~wjc@2a0e:1c80:2:0:45:15:19:130) (Ping timeout: 260 seconds)
2022-10-13 11:24:07 sibi joins (~sibi@2001:470:69fc:105::8ab)
2022-10-13 11:25:39 mekeor[m] joins (~mekeormat@2001:470:69fc:105::17e4)
2022-10-13 11:32:58 unclechu joins (~unclechu@2001:470:69fc:105::354)
2022-10-13 11:32:58 yuu[m] joins (~yuum]@2001:470:69fc:105::8a6)
2022-10-13 11:32:58 qbit_m joins (~qbittapen@2001:470:69fc:105::194)
2022-10-13 11:32:59 Balrog[m] joins (~M0x62616c@2001:470:69fc:105::2:9152)
2022-10-13 11:32:59 RosarioPulella[m joins (~rosariopu@2001:470:69fc:105::a57)
2022-10-13 11:32:59 geekosaur[m] joins (~geekosaur@xmonad/geekosaur)
2022-10-13 11:32:59 VarikValefor[m] joins (~varikvale@2001:470:69fc:105::a5d)
2022-10-13 11:32:59 uhoreg joins (~uhoreg@2001:470:69fc:105::35f)
2022-10-13 11:32:59 MangoIV[m] joins (~mangoivma@2001:470:69fc:105::2:8417)
2022-10-13 11:32:59 aaronv joins (~aaronv@user/aaronv)

All times are in UTC.