2022/09/19

2022-09-19 00:03:42 +0200username9431(~Thunderbi@2a00:23c5:4202:9c01:4d47:1a1f:d871:dac1) (Quit: bye)
2022-09-19 00:17:42 +0200nomadxx3(~lanomadx@69.167.42.49)
2022-09-19 00:17:42 +0200 <Henson> geekosaur: is looks like the weird focus cycling problem I'm having is due to the avoidStruts layout modifier. If I disable that the problem goes away. But I need that modifier to avoid xmobar and the tabbed layout titles.
2022-09-19 00:18:12 +0200 <geekosaur> can you pastebin your config?
2022-09-19 00:18:14 +0200 <geekosaur> @where paste
2022-09-19 00:18:14 +0200 <lambdabot> Help us help you: please paste full code, input and/or output at e.g. https://paste.tomsmeding.com
2022-09-19 00:18:32 +0200nomadxxxx3(~lanomadx@208.91.64.122) (Ping timeout: 244 seconds)
2022-09-19 00:19:37 +0200 <geekosaur> it shouldn't cause focus changes, all it does is reserve space in the screen rectangle
2022-09-19 00:22:48 +0200 <Henson> geekosaur: https://paste.tomsmeding.com/U6FGQ0yD line 44 is where avoidStruts occurs, and line 111 is where the problematic tabbed environment is defined. When the mirrored tabbed environment is present, switching from full screen layout to mirrored layout causes the problem to manifest
2022-09-19 00:29:27 +0200fjMSX(~hypni2p@2.92.213.55)
2022-09-19 00:30:50 +0200 <Henson> geekosaur: I'm running with in KDE with plasmashell disabled, but that's not causing the problem. Even running this in bare X11 with an xterm causes the problem.
2022-09-19 00:32:30 +0200 <Henson> running with -> running this
2022-09-19 00:44:13 +0200 <geekosaur> this doesn't make a lot of sense. it looks fine to me, don't see why it would loop like that
2022-09-19 00:44:23 +0200sogens(~sogens@pa49-182-198-233.pa.qld.optusnet.com.au) (Quit: WeeChat 3.6)
2022-09-19 00:45:04 +0200 <geekosaur> out of curiosity, does it still loop if you replace `avoidStruts` with `avoidStrutsOn []`? (this won't actually avoid any struts, just activate the strut mechanism)
2022-09-19 00:49:10 +0200 <Henson> geekosaur: yes, it still causes the problem
2022-09-19 00:56:53 +0200 <Henson> geekosaur: and it's something specifically with the tabbed layout. If I replace the tabbed layout with the tiled layout, it works just fine. I'll keep tinkering in this vein to see what I can uncover
2022-09-19 00:57:37 +0200 <geekosaur> please do; I still don't see anything
2022-09-19 00:57:56 +0200 <geekosaur> I'm also looking over the ManageDocks module and not seeing anything there either
2022-09-19 00:58:39 +0200 <geekosaur> *especially* if it's still happening with `avoidStrutsOn []` which should behave identically to not having `avoidStruts` at all (except they can be toggled on)
2022-09-19 01:24:02 +0200noex(~null@user/noex)
2022-09-19 01:35:39 +0200sogens(~sogens@pa49-182-198-233.pa.qld.optusnet.com.au)
2022-09-19 01:39:16 +0200sogens(~sogens@pa49-182-198-233.pa.qld.optusnet.com.au) (Client Quit)
2022-09-19 01:40:19 +0200noex(~null@user/noex) (Quit: :q!)
2022-09-19 01:42:50 +0200sogens(~sogens@pa49-182-198-233.pa.qld.optusnet.com.au)
2022-09-19 01:45:57 +0200sogens(~sogens@pa49-182-198-233.pa.qld.optusnet.com.au) (Client Quit)
2022-09-19 01:47:18 +0200sogens(~sogens@pa49-182-198-233.pa.qld.optusnet.com.au)
2022-09-19 02:24:00 +0200logzet_(~quassel@2001:9e8:e512:7e00:dabb:c1ff:fed3:a1b9)
2022-09-19 02:24:01 +0200logzet(~quassel@2001:9e8:e501:2800:dabb:c1ff:fed3:a1b9) (Ping timeout: 260 seconds)
2022-09-19 02:30:52 +0200 <Henson> geekosaur: so the problem appears to be some combination of layoutN, simpleTabbed, and avoidStruts. I've boiled the config down to just those things, and the problems manifests immediately. Eliminating any one of those three eliminates the problem. Is there any layout other than layoutN that allows me to partition the screen into a left and right region with different layouts in each?
2022-09-19 03:16:58 +0200sogens(~sogens@pa49-182-198-233.pa.qld.optusnet.com.au) (Quit: WeeChat 3.6)
2022-09-19 03:22:55 +0200sogens(~sogens@pa49-182-198-233.pa.qld.optusnet.com.au)
2022-09-19 03:29:30 +0200sogens(~sogens@pa49-182-198-233.pa.qld.optusnet.com.au) (Ping timeout: 265 seconds)
2022-09-19 03:31:15 +0200sogens(sogens@gateway/vpn/protonvpn/sogens)
2022-09-19 04:04:17 +0200banc(banc@gateway/vpn/airvpn/banc) (Ping timeout: 252 seconds)
2022-09-19 04:23:09 +0200banc(banc@gateway/vpn/airvpn/banc)
2022-09-19 04:26:17 +0200td_(~td@muedsl-82-207-238-056.citykom.de) (Ping timeout: 252 seconds)
2022-09-19 04:28:03 +0200td_(~td@muedsl-82-207-238-061.citykom.de)
2022-09-19 04:29:52 +0200 <Henson> geekosaur: very simple layout: https://paste.tomsmeding.com/Ecoh108a
2022-09-19 04:30:17 +0200 <Henson> heh, oops, I was scrolling back and I guess I thought you had asked me for the file again, but it was just your earlier request I saw.
2022-09-19 04:33:56 +0200nomadxxxx3(~lanomadx@208.91.66.176)
2022-09-19 04:35:16 +0200nomadxx3(~lanomadx@69.167.42.49) (Ping timeout: 260 seconds)
2022-09-19 05:06:05 +0200logzet_(~quassel@2001:9e8:e512:7e00:dabb:c1ff:fed3:a1b9) (Quit: https://quassel-irc.org - Chat comfortably. Anywhere.)
2022-09-19 05:07:37 +0200sogens(sogens@gateway/vpn/protonvpn/sogens) (Remote host closed the connection)
2022-09-19 05:09:22 +0200nomadxx3(~lanomadx@180-150-32-38.b49620.mel.static.aussiebb.net)
2022-09-19 05:10:30 +0200nomadxxxx3(~lanomadx@208.91.66.176) (Ping timeout: 265 seconds)
2022-09-19 05:26:30 +0200sogens(sogens@gateway/vpn/protonvpn/sogens)
2022-09-19 05:34:32 +0200sogens(sogens@gateway/vpn/protonvpn/sogens) (Remote host closed the connection)
2022-09-19 05:35:52 +0200 <Henson> I ended up getting it working with a combination of Master and TabBarDecoration layouts. Using tabbed with the layout builders, when I was able to get it to work by omitting avoidStruts, caused visual artifacts mentioned here https://github.com/xmonad/xmonad-contrib/issues/136
2022-09-19 06:40:05 +0200mvk(~mvk@2607:fea8:5ce3:8500::6e80) (Ping timeout: 268 seconds)
2022-09-19 07:08:49 +0200Maeda(~Maeda@91-161-10-149.subs.proxad.net)
2022-09-19 07:27:47 +0200jao(~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Ping timeout: 252 seconds)
2022-09-19 08:19:42 +0200 <deebo> bit unrelated, but anyone seen this: when i use xev to debug mouse events, scrolling up i get consistent button4 events, but scrolling down, i get mixed button4 and 5
2022-09-19 08:20:03 +0200 <deebo> this shows up as really weird jerky scrolling when a scroll can basically cancel itself out instantly
2022-09-19 08:21:42 +0200 <deebo> i don't remember this being an issue on windows, only when i use it on my work laptop (the same mouse)
2022-09-19 08:23:06 +0200 <deebo> hmm, seems to happen in osx too, maybe windows just smooths out the events or something, guess the mouse is just borked
2022-09-19 08:29:18 +0200c209e6dc-4d76-47(~aditya@2601:249:4300:1296:195:dac6:592c:a55a)
2022-09-19 08:36:39 +0200 <Solid> mh, apparently xmobar is getting cairo/pango rendering
2022-09-19 08:36:55 +0200 <Solid> maybe we can ~~steal~~ adapt this to X.Prompt
2022-09-19 08:37:12 +0200 <Solid> would probably solve a lot of issues that we currently have with XFT rendering
2022-09-19 08:50:37 +0200chomwitt(~chomwitt@2a02:587:dc14:f500:b602:1ca2:8fdc:ffae)
2022-09-19 09:01:23 +0200chomwitt(~chomwitt@2a02:587:dc14:f500:b602:1ca2:8fdc:ffae) (Ping timeout: 268 seconds)
2022-09-19 09:44:58 +0200c209e6dc-4d76-47(~aditya@2601:249:4300:1296:195:dac6:592c:a55a) (Quit: Konversation terminated!)
2022-09-19 10:49:20 +0200mestre(~mestre@191.177.181.194) (Ping timeout: 265 seconds)
2022-09-19 10:49:45 +0200ft(~ft@p3e9bc57b.dip0.t-ipconnect.de) (Quit: Lost terminal)
2022-09-19 11:06:09 +0200mestre(~mestre@191.177.181.194)
2022-09-19 12:00:58 +0200 <xmonadtrack> xmonad-contrib Tony Zorman * v0.17.1-14-g2ebbe57b: X.U.Run: Quote string in execute and eval (3 hours ago, 2 files, 15+ 2-) https://github.com/xmonad/xmonad-contrib/commit/2ebbe57bc2f5
2022-09-19 12:00:58 +0200 <xmonadtrack> xmonad-contrib Tony Zorman * v0.17.1-15-ga44df170: X.U.Run: Add findFile (2 hours ago, 2 files, 10+ 0-) https://github.com/xmonad/xmonad-contrib/commit/a44df170f4cf
2022-09-19 12:01:45 +0200sogens(~sogens@pa49-197-236-219.pa.qld.optusnet.com.au)
2022-09-19 12:16:23 +0200cfricke(~cfricke@user/cfricke)
2022-09-19 12:24:13 +0200Henson(~kvirc@207.136.101.195) (Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/)
2022-09-19 12:55:44 +0200sogens(~sogens@pa49-197-236-219.pa.qld.optusnet.com.au) (Quit: WeeChat 3.6)
2022-09-19 12:57:10 +0200sogens(~sogens@pa49-197-236-219.pa.qld.optusnet.com.au)
2022-09-19 12:58:34 +0200sogens(~sogens@pa49-197-236-219.pa.qld.optusnet.com.au) (Client Quit)
2022-09-19 12:59:47 +0200sogens(~sogens@pa49-197-236-219.pa.qld.optusnet.com.au)
2022-09-19 13:08:41 +0200chomwitt(~chomwitt@2a02:587:dc14:f500:b006:2ebc:491e:e6d5)
2022-09-19 13:56:01 +0200sogens(~sogens@pa49-197-236-219.pa.qld.optusnet.com.au) (Quit: WeeChat 3.6)
2022-09-19 14:01:07 +0200sogens(~sogens@pa49-197-236-219.pa.qld.optusnet.com.au)
2022-09-19 14:15:53 +0200 <geekosaur> @tell Henson sorry, went to bed. There are multiple ways to split the screen like that, including Combo/ComboP. Possibly layoutN doesn't play well with what you're doing.
2022-09-19 14:15:53 +0200 <lambdabot> Consider it noted.
2022-09-19 14:35:31 +0200sogens(~sogens@pa49-197-236-219.pa.qld.optusnet.com.au) (Remote host closed the connection)
2022-09-19 14:49:47 +0200sogens(~sogens@pa49-197-236-219.pa.qld.optusnet.com.au)
2022-09-19 15:10:28 +0200jao(~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net)
2022-09-19 15:22:39 +0200sogens(~sogens@pa49-197-236-219.pa.qld.optusnet.com.au) (Remote host closed the connection)
2022-09-19 15:58:34 +0200mestre(~mestre@191.177.181.194) (Quit: Lost terminal)
2022-09-19 16:06:51 +0200benin08(benin@gateway/vpn/protonvpn/benin)
2022-09-19 16:08:48 +0200benin0(~benin@183.82.204.58) (Ping timeout: 265 seconds)
2022-09-19 16:08:49 +0200benin08benin0
2022-09-19 16:16:07 +0200benin02(~benin@183.82.207.175)
2022-09-19 16:17:39 +0200benin0(benin@gateway/vpn/protonvpn/benin) (Ping timeout: 248 seconds)
2022-09-19 16:17:39 +0200benin02benin0
2022-09-19 16:49:32 +0200benin0(~benin@183.82.207.175) (Remote host closed the connection)
2022-09-19 16:55:00 +0200sogens(~sogens@pa49-197-236-219.pa.qld.optusnet.com.au)
2022-09-19 17:12:44 +0200thunderrd(~thunderrd@183.182.111.127)
2022-09-19 17:23:00 +0200cfricke(~cfricke@user/cfricke) (Quit: WeeChat 3.6)
2022-09-19 17:26:58 +0200sogens(~sogens@pa49-197-236-219.pa.qld.optusnet.com.au) (Remote host closed the connection)
2022-09-19 18:09:14 +0200Big-Blue24(~Big-Blue@146-241-159-106.dyn.eolo.it)
2022-09-19 18:13:03 +0200sogens(~sogens@pa49-197-236-219.pa.qld.optusnet.com.au)
2022-09-19 18:13:48 +0200 <Big-Blue24> Hello All! over the weeks I have built a very sleek, fast and minimalistic config of Xmonad, there is very little of which I desire, one of them is the possibility to create a layout of tabbed windows on the master's pane along with a group of tiled windows on the slave's one, I have already searched on everywhere on the web but sadly, the all
2022-09-19 18:13:48 +0200 <Big-Blue24> guides I have found are either dysfunctional, or outdated..
2022-09-19 18:14:01 +0200 <Big-Blue24> Is there a (possibly clean) solution to create it?
2022-09-19 18:16:23 +0200 <geekosaur> older layouts should generally still work, aside from things like various `default…` being replaced with `def`
2022-09-19 18:18:18 +0200 <Big-Blue24> older layouts? are they capable of grouping two or more windows on the master's pane in a tabbed way? along with tiling the other (slave) windows in the tall manner?
2022-09-19 18:18:42 +0200 <geekosaur> there are several ways to split up a layout that way, yes
2022-09-19 18:18:54 +0200 <Big-Blue24> for instance..?
2022-09-19 18:20:00 +0200 <Big-Blue24> Excuse me if I might sound ignorant, but I used i3 in the past, and I'm looking for creating the faster version of the i3's manual algorithm..
2022-09-19 18:20:12 +0200 <geekosaur> simpleTabbed *||* tall where tall = … (the operator *||* is from XMonad.Layouts.LayoutModifiers)
2022-09-19 18:20:47 +0200 <geekosaur> there's also ComboP for when you want to place windows in one or the other layout based on a property
2022-09-19 18:21:46 +0200 <geekosaur> sorry, LayoutCombinators
2022-09-19 18:22:00 +0200 <geekosaur> ComboP is in XMonad.Layout.ComboP
2022-09-19 18:22:15 +0200 <Big-Blue24> ok, let me try...
2022-09-19 18:22:17 +0200 <geekosaur> there's a couple of others, someone was using layoutN last night
2022-09-19 18:23:35 +0200 <Big-Blue24> ..import XMonad.Layout.LayoutModifiers...?
2022-09-19 18:24:09 +0200 <geekosaur> LayoutCombinators instead of LayoutModifiers; I misspoke
2022-09-19 18:24:18 +0200 <geekosaur> (and attempted to correct myself earlier)
2022-09-19 18:25:41 +0200 <Big-Blue24> it gives me an ambiguous reference on "|||"  when there are other layouts...
2022-09-19 18:28:53 +0200 <Solid> If you're on 0.15/0.16 then you have to replace `import XMonad` with `import XMonad hiding ((|||))`
2022-09-19 18:29:22 +0200 <Solid> so that you can use ||| from LayoutCombinators
2022-09-19 18:30:36 +0200 <Big-Blue24> Ok, now it gives me an error when I try to combine simpleTabbed with tall upon using "*||*"
2022-09-19 18:31:25 +0200 <Solid> well, what kind of error? :)
2022-09-19 18:31:57 +0200 <Big-Blue24> it just.. can't find neither tall nor Tall when using "myLayout: ... ||| simpleTabbed *||* tall"
2022-09-19 18:32:34 +0200 <Solid> where have you defined tall?
2022-09-19 18:33:58 +0200 <Big-Blue24> mhh, I haven't imported the library for tall yet, but which was it?
2022-09-19 18:34:45 +0200sogens(~sogens@pa49-197-236-219.pa.qld.optusnet.com.au) (Quit: WeeChat 3.6)
2022-09-19 18:34:59 +0200 <Solid> Tall is a default layout, but the `Tall` data constructor wants some more arguments
2022-09-19 18:35:09 +0200 <Big-Blue24> like def..?
2022-09-19 18:35:18 +0200 <Solid> hence lots of people create an alias `tall = Tall 1 (3/100) (1/2)` or something like that
2022-09-19 18:36:22 +0200 <Big-Blue24> an alias... Should I use "where"?
2022-09-19 18:36:30 +0200 <Big-Blue24> tall where tall = Tall 1 (3/100) (1/2)
2022-09-19 18:36:47 +0200 <Solid> something like that
2022-09-19 18:39:13 +0200 <Big-Blue24> Oh, now it works, but I have now three problems: the first is that the border is flickering, the second is that the cpu temperature is rising and the third problem is that I don't know how to add windows on the slave pane
2022-09-19 18:39:19 +0200 <geekosaur> sorry, fire alarm foo in my building
2022-09-19 18:39:36 +0200 <Big-Blue24> np
2022-09-19 18:39:55 +0200 <geekosaur> …not that again, border flickering means xmonad is switching focus a lot
2022-09-19 18:40:01 +0200 <geekosaur> it shouldn't be
2022-09-19 18:40:27 +0200 <Big-Blue24> is it because I'm using an outdated version of xmonad? (0.14)
2022-09-19 18:40:39 +0200 <geekosaur> no
2022-09-19 18:40:53 +0200 <Big-Blue24> then why?
2022-09-19 18:41:11 +0200 <geekosaur> I don't know. can you paste your full config?
2022-09-19 18:41:13 +0200 <geekosaur> @where paste
2022-09-19 18:41:13 +0200 <lambdabot> Help us help you: please paste full code, input and/or output at e.g. https://paste.tomsmeding.com
2022-09-19 18:41:23 +0200 <geekosaur> please don't paste directly into IRC
2022-09-19 18:42:10 +0200 <Big-Blue24> https://paste.tomsmeding.com/ydDHospz
2022-09-19 18:43:12 +0200 <geekosaur> hm, I intended you change the whole layout, not append that to the end, not that that should cause flickering
2022-09-19 18:43:27 +0200 <geekosaur> I'm not sure which of *||* or ||| takes precedence
2022-09-19 18:44:40 +0200 <Big-Blue24> I'm not sure how to change it
2022-09-19 18:46:05 +0200 <geekosaur> myLayout = tabbed shrinkText myTabConfig *||* tall
2022-09-19 18:46:16 +0200 <geekosaur> (leave the where clause alone)
2022-09-19 18:46:36 +0200sogens(~sogens@pa49-197-236-219.pa.qld.optusnet.com.au)
2022-09-19 18:47:25 +0200 <Big-Blue24> but won't all the other layouts go away?
2022-09-19 18:49:34 +0200 <geekosaur> did you want them? how did you want your layouts to work exactly? as specified, you get the normal layouts with their normal panes, and mod-space from the first tabbed layout to a split layout with a different tabbed setup on the left
2022-09-19 18:49:40 +0200 <geekosaur> (I looked up the precedences)
2022-09-19 18:50:30 +0200 <geekosaur> *||* binds tighter than ||| so the standard layouts take precedence
2022-09-19 18:51:10 +0200 <Big-Blue24> Oh sorry, I didn't quite explain myself, I need, the default tiled layout along with the mirror layout, along with the Fullscreen tabbed layout and the layout I described before
2022-09-19 18:52:09 +0200 <geekosaur> okay, then you should stay with what you have aside form possibly replacing simpleTabbed with the same tabbed specification you already have (so myTabConfig will apply to it as well)
2022-09-19 18:53:18 +0200 <Big-Blue24> sadly, it's still flickering
2022-09-19 18:53:22 +0200 <geekosaur> that said, I don't knhow how that combination behaves; most people who want a split layout want the split to be on the outside
2022-09-19 18:53:58 +0200 <Big-Blue24> maybe.. if I try changing the order?
2022-09-19 18:55:08 +0200 <Big-Blue24> nope, still flickering, and I guess it's the problem with the layout itself
2022-09-19 18:56:44 +0200 <geekosaur> that's twice today. but it should have worked in 0.14…
2022-09-19 18:57:09 +0200 <Big-Blue24> strange
2022-09-19 18:57:48 +0200 <Big-Blue24> Is there still hope? or should I just ditch the whole idea?
2022-09-19 18:58:27 +0200 <geekosaur> myLayout = tiled ||| Mirror tiled ||| tabbed shrinkText myTabConfig ||| combineTwo (TwoPane (3/100) (1/2)) simpleTabbed tall
2022-09-19 18:58:37 +0200 <geekosaur> and import XMonad.Layout.TwoPane
2022-09-19 18:59:12 +0200 <geekosaur> this probably won't quite behave the way you'd like and needs some extra keybinds to be useful, but I'm interested in seeing if it has the same screen flickering problem
2022-09-19 18:59:23 +0200sogens(~sogens@pa49-197-236-219.pa.qld.optusnet.com.au) (Quit: WeeChat 3.6)
2022-09-19 19:00:50 +0200 <Big-Blue24> I've imported, but it says that "TwoPane" is not declared
2022-09-19 19:01:01 +0200 <Big-Blue24> naming convention??
2022-09-19 19:01:51 +0200 <Big-Blue24> **combineTwo is not
2022-09-19 19:02:06 +0200 <geekosaur> there's also XMonad.Layout.LayoutBuilder.layoutN which splits things a slightly different way
2022-09-19 19:02:20 +0200 <geekosaur> sorry, forgot to tell you to import XMonad.Layout.Combo
2022-09-19 19:04:07 +0200 <Big-Blue24> Great! now it works, how do I add windows on the slave pane? thanks in advance
2022-09-19 19:05:16 +0200 <geekosaur> https://hackage.haskell.org/package/xmonad-contrib-0.17.1/docs/XMonad-Layout-Combo.html describes the key sequences you can use to move windows between panes
2022-09-19 19:05:57 +0200 <geekosaur> you may also be interested in ComboP which lets you specify a window matcher that will automatically send windows to one pane or the other
2022-09-19 19:06:14 +0200 <Big-Blue24> oh, great thank you! one last thing, to customize the combined layout I must create an alias, right?
2022-09-19 19:06:27 +0200 <geekosaur> customize how?
2022-09-19 19:07:02 +0200 <Big-Blue24> the tabbed windows on the left are still using the simple configuration, for I must use myTabConfig
2022-09-19 19:08:17 +0200 <geekosaur> right, I suggested earlier you can replace that with the other one. with combineTwo you could either add something to the where clause, or wrap it in parentheses
2022-09-19 19:08:44 +0200 <geekosaur> probably for consistency with `tall` you use the entry in the where clause, and then refer to it twice in `myLayout`
2022-09-19 19:10:11 +0200 <Big-Blue24> for the parentheses insted, would something like "tabbed (shrinkText myTabConfig) tall" work?
2022-09-19 19:10:18 +0200 <Big-Blue24> at the end?
2022-09-19 19:10:46 +0200 <geekosaur> https://paste.tomsmeding.com/DvgjtnbL
2022-09-19 19:11:02 +0200 <geekosaur> or: (tabbed shrinkText myTabConfig)
2022-09-19 19:11:12 +0200 <geekosaur> the parens go on the outside of a function call in Haskell
2022-09-19 19:13:50 +0200Big-Blue24(~Big-Blue@146-241-159-106.dyn.eolo.it) (Quit: Client closed)
2022-09-19 19:14:19 +0200Big-Blue(~Big-Blue@146-241-159-106.dyn.eolo.it)
2022-09-19 19:14:28 +0200 <Big-Blue> You're a lifesaver, thanks!
2022-09-19 19:16:10 +0200Big-Blue(~Big-Blue@146-241-159-106.dyn.eolo.it) (Client Quit)
2022-09-19 19:16:45 +0200sogens(~sogens@pa49-197-236-219.pa.qld.optusnet.com.au)
2022-09-19 19:45:30 +0200Tikosh(~Tikosh@user/Tikosh)
2022-09-19 19:46:16 +0200 <Tikosh> what is going on Xmonad dudes and dudettes?
2022-09-19 19:56:26 +0200Big-Blue(~Big-Blue@146-241-159-106.dyn.eolo.it)
2022-09-19 19:56:35 +0200Big-Blue(~Big-Blue@146-241-159-106.dyn.eolo.it) (Client Quit)
2022-09-19 20:02:32 +0200Tikosh(~Tikosh@user/Tikosh) (Leaving)
2022-09-19 20:27:26 +0200sogens(~sogens@pa49-197-236-219.pa.qld.optusnet.com.au) (Quit: WeeChat 3.6)
2022-09-19 20:37:36 +0200Linux(~kernel@user/OpenSource) (Ping timeout: 268 seconds)
2022-09-19 20:59:05 +0200chomwitt(~chomwitt@2a02:587:dc14:f500:b006:2ebc:491e:e6d5) (Ping timeout: 268 seconds)
2022-09-19 21:45:09 +0200OpenSource(~kernel@user/OpenSource)
2022-09-19 22:24:58 +0200ft_(~ft@p3e9bc57b.dip0.t-ipconnect.de)
2022-09-19 22:29:03 +0200ft_ft
2022-09-19 23:10:57 +0200mestre(~mestre@191.177.181.194)
2022-09-19 23:40:23 +0200OpenSourceQNX
2022-09-19 23:42:25 +0200^[(~user@user//x-8473491) (Ping timeout: 250 seconds)