Home liberachat/#xmonad: Logs Calendar

Logs: liberachat/#xmonad

←Prev  Next→
Page 1 .. 964 965 966 967 968 969 970 971 972 973 974 .. 1851
185,003 events total
2022-11-24 00:19:58 × noex quits (~null@user/noex) (Quit: :q!)
2022-11-24 00:50:06 thyriaen joins (~thyriaen@2a01:aea0:dd4:470d:6245:cbff:fe9f:48b1)
2022-11-24 00:54:09 × thyriaen quits (~thyriaen@2a01:aea0:dd4:470d:6245:cbff:fe9f:48b1) (Remote host closed the connection)
2022-11-24 01:20:52 noex joins (~null@user/noex)
2022-11-24 01:25:28 × chomwitt quits (~chomwitt@2a02:587:7a0d:dd00:1ac0:4dff:fedb:a3f1) (Ping timeout: 260 seconds)
2022-11-24 01:27:01 × ghormoon quits (~ghormoon@ghorland.net) (Quit: ZNC - http://znc.in)
2022-11-24 01:33:25 ghormoon joins (~ghormoon@ghorland.net)
2022-11-24 01:40:47 × noex quits (~null@user/noex) (Quit: :q!)
2022-11-24 03:04:59 × banc quits (banc@gateway/vpn/airvpn/banc) (Ping timeout: 260 seconds)
2022-11-24 03:23:58 banc joins (banc@gateway/vpn/airvpn/banc)
2022-11-24 03:59:50 × td_ quits (~td@83.135.9.0) (Ping timeout: 256 seconds)
2022-11-24 04:01:32 td_ joins (~td@83.135.9.50)
2022-11-24 04:34:28 × werneta quits (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (Ping timeout: 260 seconds)
2022-11-24 04:36:03 werneta joins (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net)
2022-11-24 06:20:13 × jao quits (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Ping timeout: 268 seconds)
2022-11-24 06:58:39 chomwitt joins (~chomwitt@2a02:587:7a0d:dd00:1ac0:4dff:fedb:a3f1)
2022-11-24 07:22:04 jeeeun joins (~jeeeun@78.40.148.178)
2022-11-24 07:22:50 _Ity[m] joins (~tranquill@2001:470:69fc:105::2:c636)
2022-11-24 07:29:08 <_Ity[m]> Hello, is there a way to do "nested tabs" in Xmonad? Like eg. how i3wm does it. I've been considering switching from i3wm to Xmonad, but I need to be able to easily tab my windows.
2022-11-24 07:33:54 × RMSBach quits (~guygastin@137.184.131.156) (*.net *.split)
2022-11-24 07:33:54 × amir quits (sid22336@user/amir) (*.net *.split)
2022-11-24 07:33:54 × deebo quits (~globe@stonebay32.com) (*.net *.split)
2022-11-24 07:34:01 deebo joins (~globe@stonebay32.com)
2022-11-24 07:34:02 amir joins (sid22336@user/amir)
2022-11-24 07:34:13 RMSBach joins (~guygastin@137.184.131.156)
2022-11-24 07:37:50 <[Leary]> _Ity[m]: I'm not sure what you mean by "nested tabs". We have regular tabs, which you can put on ~any layout. You could probably apply it twice to have tab-groups of tab-groups, but I doubt it would be well behaved.
2022-11-24 07:38:03 liskin[m] joins (~liskinmat@2001:470:69fc:105::768)
2022-11-24 07:49:18 × minnie quits (~minnie@159.196.202.199) (Ping timeout: 260 seconds)
2022-11-24 07:58:23 × ft quits (~ft@p508dbd59.dip0.t-ipconnect.de) (Quit: leaving)
2022-11-24 08:07:59 cfricke joins (~cfricke@user/cfricke)
2022-11-24 08:19:32 minnie joins (~minnie@159.196.202.199)
2022-11-24 08:52:46 <Dominik[m]1> I haven't used tabs myself, but it looks like there are tabs: https://hackage.haskell.org/package/xmonad-contrib-0.17.1/docs/XMonad-Layout-Tabbed.html
2022-11-24 08:53:25 <_Ity[m]> Can they be nested / combined like in i3?
2022-11-24 08:56:56 <Dominik[m]1> I am not sure what you mean. Do you mean multiple layers of tabs? I am not sure why you would want that. You could use workspaces as the uppermost layer.
2022-11-24 08:59:18 <Dominik[m]1> The documentation does not mention nested tabs.
2022-11-24 08:59:23 <Dominik[m]1> (nor layered tabs)
2022-11-24 09:00:06 × R3G3N3R4T0R[m] quits (~regenerat@2001:470:69fc:105::2:a954) (Quit: You have been kicked for being idle)
2022-11-24 09:00:14 × liskin[m] quits (~liskinmat@2001:470:69fc:105::768) (Quit: You have been kicked for being idle)
2022-11-24 09:11:47 <_Ity[m]> <Dominik[m]1> "I am not sure what you mean..." <- The way it works in i3, is that you have containers, which can be either vertically split, horizontally split, or tabbed, and each container is a list of either windows or containers in one of the three layouts
2022-11-24 09:12:09 <Dominik[m]1> I see.
2022-11-24 09:12:48 <_Ity[m]> So eg. at the top level, you can have three containers in a tabbed layout, and inside each you can have vertically split two windows
2022-11-24 09:13:28 <_Ity[m]> * two windows or more tabs
2022-11-24 09:13:37 <_Ity[m]> I usually use this to organize terminal windows
2022-11-24 09:14:21 <Dominik[m]1> Again, I am not using this feature, but there are sub layouts: https://hackage.haskell.org/package/xmonad-contrib-0.17.1/docs/XMonad-Layout-SubLayouts.html
2022-11-24 09:14:40 <Dominik[m]1> There is a subTabbed modifier: https://hackage.haskell.org/package/xmonad-contrib-0.17.1/docs/XMonad-Layout-SubLayouts.html#v:subTabbed
2022-11-24 09:15:20 <_Ity[m]> On a light skim, that indeed looks like what I am looking for
2022-11-24 09:16:02 <_Ity[m]> At least, I think so
2022-11-24 09:26:23 <_Ity[m]> Essentially, what I am looking for is smth like... (full message at <https://libera.ems.host/_matrix/media/v3/download/libera.chat/802a9449b5781ffd45ae7e694181cb43afda761f>)
2022-11-24 09:26:51 <_Ity[m]> And a tab layout, I guess
2022-11-24 09:27:57 <_Ity[m]> I'll look at sublayouts tho
2022-11-24 09:49:16 <Dominik[m]1> Great!
2022-11-24 09:54:21 <_Ity[m]> I've not used Xmonad besides some basic tests, so this is gonna be an interesting journey
2022-11-24 11:31:05 × minnie quits (~minnie@159.196.202.199) (Ping timeout: 260 seconds)
2022-11-24 12:50:07 minnie joins (~minnie@159.196.202.199)
2022-11-24 13:47:52 × cfricke quits (~cfricke@user/cfricke) (Quit: WeeChat 3.7.1)
2022-11-24 14:28:54 srz joins (~srz@181.228.49.93)
2022-11-24 15:17:34 × chomwitt quits (~chomwitt@2a02:587:7a0d:dd00:1ac0:4dff:fedb:a3f1) (Ping timeout: 256 seconds)
2022-11-24 15:28:57 jao joins (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net)
2022-11-24 15:59:41 × minnie quits (~minnie@159.196.202.199) (Ping timeout: 265 seconds)
2022-11-24 16:27:33 chomwitt joins (~chomwitt@ppp-94-67-236-76.home.otenet.gr)
2022-11-24 18:01:16 × thunderrd quits (~thunderrd@183.182.110.138) (Ping timeout: 252 seconds)
2022-11-24 18:14:35 thunderrd joins (~thunderrd@183.182.115.215)
2022-11-24 20:06:42 ft joins (~ft@p508dbd59.dip0.t-ipconnect.de)
2022-11-24 20:43:58 × srz quits (~srz@181.228.49.93) (Ping timeout: 260 seconds)
2022-11-24 22:15:35 noex joins (~null@user/noex)
2022-11-24 22:52:48 × noex quits (~null@user/noex) (Quit: :q!)
2022-11-25 00:12:14 minnie joins (~minnie@159.196.202.199)
2022-11-25 00:37:59 × chomwitt quits (~chomwitt@ppp-94-67-236-76.home.otenet.gr) (Ping timeout: 264 seconds)
2022-11-25 00:43:49 mvk joins (~mvk@2607:fea8:5ce3:8500::efb)
2022-11-25 00:44:23 × mvk quits (~mvk@2607:fea8:5ce3:8500::efb) (Client Quit)
2022-11-25 01:20:18 srz joins (~srz@179.36.100.166)
2022-11-25 01:44:07 × srz quits (~srz@179.36.100.166) (Read error: Connection reset by peer)
2022-11-25 01:45:08 srz joins (~srz@179.36.100.166)
2022-11-25 01:45:22 × srz quits (~srz@179.36.100.166) (Remote host closed the connection)
2022-11-25 01:45:44 srz joins (~srz@179.36.100.166)
2022-11-25 01:48:03 × srz quits (~srz@179.36.100.166) (Read error: Connection reset by peer)
2022-11-25 01:48:06 srz_ joins (~srz@179.36.100.166)
2022-11-25 01:48:52 × srz_ quits (~srz@179.36.100.166) (Remote host closed the connection)
2022-11-25 02:24:47 × jao quits (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Ping timeout: 264 seconds)
2022-11-25 02:32:09 AskYourself[m] joins (~ask-yours@2001:470:69fc:105::2:9793)
2022-11-25 02:42:43 noex joins (~null@user/noex)
2022-11-25 03:03:29 × banc quits (banc@gateway/vpn/airvpn/banc) (Ping timeout: 260 seconds)
2022-11-25 03:24:33 banc joins (banc@gateway/vpn/airvpn/banc)
2022-11-25 03:54:28 × minnie quits (~minnie@159.196.202.199) (Ping timeout: 260 seconds)
2022-11-25 03:58:36 × td_ quits (~td@83.135.9.50) (Ping timeout: 256 seconds)
2022-11-25 04:00:16 td_ joins (~td@83.135.9.38)
2022-11-25 05:31:25 minnie joins (~minnie@159.196.202.199)
2022-11-25 05:43:49 clu joins (~clu@user/varjax)
2022-11-25 07:23:43 chomwitt joins (~chomwitt@2a02:587:7a0d:dd00:1ac0:4dff:fedb:a3f1)
2022-11-25 07:45:09 × ft quits (~ft@p508dbd59.dip0.t-ipconnect.de) (Quit: leaving)
2022-11-25 08:17:35 × clu quits (~clu@user/varjax) (Ping timeout: 264 seconds)
2022-11-25 09:00:05 × HAL[m] quits (~evadk8mat@2001:470:69fc:105::3ed0) (Quit: You have been kicked for being idle)
2022-11-25 09:12:17 cfricke joins (~cfricke@user/cfricke)
2022-11-25 09:59:55 aureliju[m] joins (~aurelijum@2001:470:69fc:105::2:c720)
2022-11-25 10:32:20 <aureliju[m]> Hello there,... (full message at <https://libera.ems.host/_matrix/media/v3/download/libera.chat/f63eeed530b814d5495deb41c20032c9596f7fa7>)
2022-11-25 10:54:20 jao joins (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net)
2022-11-25 12:35:26 ft joins (~ft@p508dbd59.dip0.t-ipconnect.de)
2022-11-25 12:43:18 × thunderrd quits (~thunderrd@183.182.115.215) (Ping timeout: 265 seconds)
2022-11-25 13:02:09 × jao quits (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Ping timeout: 265 seconds)
2022-11-25 13:23:13 rpana joins (~rpana@141.30.130.27)

All times are in UTC.