Logs on 2022-11-24 (liberachat/#xmonad)
| 00:05:54 | × | werneta quits (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (Ping timeout: 260 seconds) |
| 00:12:49 | → | werneta joins (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) |
| 00:19:58 | × | noex quits (~null@user/noex) (Quit: :q!) |
| 00:50:06 | → | thyriaen joins (~thyriaen@2a01:aea0:dd4:470d:6245:cbff:fe9f:48b1) |
| 00:54:09 | × | thyriaen quits (~thyriaen@2a01:aea0:dd4:470d:6245:cbff:fe9f:48b1) (Remote host closed the connection) |
| 01:20:52 | → | noex joins (~null@user/noex) |
| 01:25:28 | × | chomwitt quits (~chomwitt@2a02:587:7a0d:dd00:1ac0:4dff:fedb:a3f1) (Ping timeout: 260 seconds) |
| 01:27:01 | × | ghormoon quits (~ghormoon@ghorland.net) (Quit: ZNC - http://znc.in) |
| 01:33:25 | → | ghormoon joins (~ghormoon@ghorland.net) |
| 01:40:47 | × | noex quits (~null@user/noex) (Quit: :q!) |
| 03:04:59 | × | banc quits (banc@gateway/vpn/airvpn/banc) (Ping timeout: 260 seconds) |
| 03:23:58 | → | banc joins (banc@gateway/vpn/airvpn/banc) |
| 03:59:50 | × | td_ quits (~td@83.135.9.0) (Ping timeout: 256 seconds) |
| 04:01:32 | → | td_ joins (~td@83.135.9.50) |
| 04:34:28 | × | werneta quits (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (Ping timeout: 260 seconds) |
| 04:36:03 | → | werneta joins (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) |
| 06:20:13 | × | jao quits (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Ping timeout: 268 seconds) |
| 06:58:39 | → | chomwitt joins (~chomwitt@2a02:587:7a0d:dd00:1ac0:4dff:fedb:a3f1) |
| 07:22:04 | → | jeeeun joins (~jeeeun@78.40.148.178) |
| 07:22:50 | → | _Ity[m] joins (~tranquill@2001:470:69fc:105::2:c636) |
| 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. |
| 07:33:54 | × | RMSBach quits (~guygastin@137.184.131.156) (*.net *.split) |
| 07:33:54 | × | amir quits (sid22336@user/amir) (*.net *.split) |
| 07:33:54 | × | deebo quits (~globe@stonebay32.com) (*.net *.split) |
| 07:34:01 | → | deebo joins (~globe@stonebay32.com) |
| 07:34:02 | → | amir joins (sid22336@user/amir) |
| 07:34:13 | → | RMSBach joins (~guygastin@137.184.131.156) |
| 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. |
| 07:38:03 | → | liskin[m] joins (~liskinmat@2001:470:69fc:105::768) |
| 07:49:18 | × | minnie quits (~minnie@159.196.202.199) (Ping timeout: 260 seconds) |
| 07:58:23 | × | ft quits (~ft@p508dbd59.dip0.t-ipconnect.de) (Quit: leaving) |
| 08:07:59 | → | cfricke joins (~cfricke@user/cfricke) |
| 08:19:32 | → | minnie joins (~minnie@159.196.202.199) |
| 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 |
| 08:53:25 | <_Ity[m]> | Can they be nested / combined like in i3? |
| 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. |
| 08:59:18 | <Dominik[m]1> | The documentation does not mention nested tabs. |
| 08:59:23 | <Dominik[m]1> | (nor layered tabs) |
| 09:00:06 | × | R3G3N3R4T0R[m] quits (~regenerat@2001:470:69fc:105::2:a954) (Quit: You have been kicked for being idle) |
| 09:00:14 | × | liskin[m] quits (~liskinmat@2001:470:69fc:105::768) (Quit: You have been kicked for being idle) |
| 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 |
| 09:12:09 | <Dominik[m]1> | I see. |
| 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 |
| 09:13:28 | <_Ity[m]> | * two windows or more tabs |
| 09:13:37 | <_Ity[m]> | I usually use this to organize terminal windows |
| 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 |
| 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 |
| 09:15:20 | <_Ity[m]> | On a light skim, that indeed looks like what I am looking for |
| 09:16:02 | <_Ity[m]> | At least, I think so |
| 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>) |
| 09:26:51 | <_Ity[m]> | And a tab layout, I guess |
| 09:27:57 | <_Ity[m]> | I'll look at sublayouts tho |
| 09:49:16 | <Dominik[m]1> | Great! |
| 09:54:21 | <_Ity[m]> | I've not used Xmonad besides some basic tests, so this is gonna be an interesting journey |
| 11:31:05 | × | minnie quits (~minnie@159.196.202.199) (Ping timeout: 260 seconds) |
| 12:50:07 | → | minnie joins (~minnie@159.196.202.199) |
| 13:47:52 | × | cfricke quits (~cfricke@user/cfricke) (Quit: WeeChat 3.7.1) |
| 14:28:54 | → | srz joins (~srz@181.228.49.93) |
| 15:17:34 | × | chomwitt quits (~chomwitt@2a02:587:7a0d:dd00:1ac0:4dff:fedb:a3f1) (Ping timeout: 256 seconds) |
| 15:28:57 | → | jao joins (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) |
| 15:59:41 | × | minnie quits (~minnie@159.196.202.199) (Ping timeout: 265 seconds) |
| 16:27:33 | → | chomwitt joins (~chomwitt@ppp-94-67-236-76.home.otenet.gr) |
| 18:01:16 | × | thunderrd quits (~thunderrd@183.182.110.138) (Ping timeout: 252 seconds) |
| 18:14:35 | → | thunderrd joins (~thunderrd@183.182.115.215) |
| 20:06:42 | → | ft joins (~ft@p508dbd59.dip0.t-ipconnect.de) |
| 20:43:58 | × | srz quits (~srz@181.228.49.93) (Ping timeout: 260 seconds) |
| 22:15:35 | → | noex joins (~null@user/noex) |
| 22:52:48 | × | noex quits (~null@user/noex) (Quit: :q!) |
All times are in UTC on 2022-11-24.