Home liberachat/#xmonad: Logs Calendar

Logs: liberachat/#xmonad

←Prev  Next→
Page 1 .. 285 286 287 288 289 290 291 292 293 294 295 .. 1847
184,638 events total
2021-10-27 02:33:05 × humky quits (~humky@user/humky) (Quit: Leaving)
2021-10-27 02:35:23 × td_ quits (~td@94.134.91.24) (Ping timeout: 260 seconds)
2021-10-27 02:37:01 td_ joins (~td@muedsl-82-207-238-060.citykom.de)
2021-10-27 03:34:44 trillp` joins (~user@2600:1700:28e2:14d0:4e6b:a714:bd6d:a4b5)
2021-10-27 03:35:26 × trillp quits (~user@69.233.98.238) (Ping timeout: 260 seconds)
2021-10-27 03:46:49 trillp` is now known as trillp
2021-10-27 05:51:22 × trillp quits (~user@2600:1700:28e2:14d0:4e6b:a714:bd6d:a4b5) (Remote host closed the connection)
2021-10-27 06:01:43 × geekosaur quits (~geekosaur@xmonad/geekosaur) (Remote host closed the connection)
2021-10-27 06:03:30 geekosaur joins (~geekosaur@xmonad/geekosaur)
2021-10-27 06:05:53 <Solid> liskin: I think I'm ultimately leaning more towards the side of the issue/discussions
2021-10-27 06:06:07 <Solid> simply because it's easier to get an overview of work that's already been submitted
2021-10-27 06:35:06 qbt joins (~qbt@user/edun)
2021-10-27 07:27:29 banc joins (banc@gateway/vpn/airvpn/banc)
2021-10-27 08:04:34 cfricke joins (~cfricke@user/cfricke)
2021-10-27 08:07:20 dschrempf joins (~dominik@070-207.dynamic.dsl.fonira.net)
2021-10-27 08:16:58 × geekosaur quits (~geekosaur@xmonad/geekosaur) (Read error: Connection reset by peer)
2021-10-27 08:17:33 geekosaur joins (~geekosaur@xmonad/geekosaur)
2021-10-27 08:18:32 peddie joins (~peddie@2001:470:69fc:105::25d)
2021-10-27 08:22:00 alternateved joins (~user@staticline-31-183-149-3.toya.net.pl)
2021-10-27 08:40:04 mc47 joins (~mc47@xmonad/TheMC47)
2021-10-27 08:40:39 <mc47> I agree with Solid, let's go with something that has the least overhead
2021-10-27 08:51:00 ElKowar joins (~ElKowar@srv-fin.xware-gmbh.de)
2021-10-27 08:51:48 <ElKowar> Hey, before I start looking through all existing layouts - is there already a module that let's you somehow center a window on screen if there is only a single window? I have that layout modifier and I guess I should just PR that to contrib if it doesn't exist already
2021-10-27 08:52:10 <ElKowar> usecase is pretty much having single windows be centered on screen on an ultrawide, making it a bit more comfy to use than if the windows are at the very left of the screen
2021-10-27 08:57:55 <liskin> Solid, mc47: okay and separate repo or xmonad repo?
2021-10-27 08:58:47 <liskin> ElKowar: the default Tall layout does that, doesn't it? I mean, a fullscreen window is centered, right? :-)
2021-10-27 08:59:10 <ElKowar> https://thelounge.elkowar.de/uploads/8a9aca533c473a07/image.png I'm talking about this
2021-10-27 08:59:12 <mc47> ElKowar I can achieve something similar with FixedAspectRatio and just the Tall layyout
2021-10-27 08:59:31 <ElKowar> Once there's more than one window it goes to normal operation of whatever layout it's modifying
2021-10-27 08:59:46 <mc47> liskin I tend for a seperate repo
2021-10-27 08:59:47 <Solid> there is CenteredMaster (I have never used it, I just know it exists) which does this all the time; I guess it would be nice (if possible) to have something like `centerMasterUpTo n`, where n is the total number of windows
2021-10-27 09:00:49 <Solid> liskin: it would perhaps look a bit weird to have a separate repo with one issue/discussion
2021-10-27 09:01:02 <Solid> if we really confine it to that space I think having it in the xmonad repo is fine
2021-10-27 09:01:02 <alternateved> Isn't CenteredMaster just put master window on top of other windows?
2021-10-27 09:01:09 <liskin> Hm, I'd expect that combining IfMax with some Gaps should result in what ElKowar is trying to achieve
2021-10-27 09:01:32 <ElKowar> https://thelounge.elkowar.de/uploads/4e0b36b8099b8a73/image.png I mean, I have this ^^ have been using it for months now - question is is it worth a PR
2021-10-27 09:01:52 <Solid> alternateved: it floats it in the middle on top of other windows (at least acrording to docs), which is what I'm seeing from the pictures
2021-10-27 09:02:01 <alternateved> I know that someone is working on the same thing ElKowar
2021-10-27 09:02:16 <ElKowar> I guess if it floats in the middle and you'd be able to say "only do this up to n windows" that'd be mostly equivalent, yea
2021-10-27 09:02:30 <alternateved> https://www.youtube.com/watch?v=YmVVkr_fYb8
2021-10-27 09:02:46 <alternateved> Funny thing, someone just made something similar
2021-10-27 09:03:08 <ElKowar> ohh so that's like a fixed layout thing, right? that's also pretty cool
2021-10-27 09:03:40 <alternateved> Yeah, he's also thinking on PR in regards to that.
2021-10-27 09:04:14 <alternateved> Reason for that layout for him was that widescreen with existing layouts is not that great.
2021-10-27 09:04:24 <Solid> both of these sound pretty neat---I hope at least one will make it to contrib in some way :D
2021-10-27 09:04:33 <ElKowar> I guess his module seems a bit more powerful than mine - so if the API doesn't make it significantly more complex to implement a basic "center if single window, otherwise no" thing, that'd be preferrable
2021-10-27 09:05:05 <ElKowar> are they on here? I'd want to avoid PRing mine if there will soon be a PR that makes it obsolete
2021-10-27 09:05:21 <alternateved> Okay, I let him know. He already knows that some people really like this idea.
2021-10-27 09:06:03 <ElKowar> ok, nice! I'll wait with my PR then
2021-10-27 09:06:04 <Solid> (maybe try getting them on IRC/matrix so that more collaboration can ensue in the future :))
2021-10-27 09:06:13 <ElKowar> that'd be great ^^
2021-10-27 09:06:31 <liskin> ElKowar: your layoutmodifier looks really simple though, I kind of love it
2021-10-27 09:07:02 <ElKowar> it really is, https://thelounge.elkowar.de/uploads/3973e54223f8ab81/image.png this is the whole code
2021-10-27 09:07:09 <alternateved> Solid: I might try that.
2021-10-27 09:07:13 <liskin> so maybe submit it anyway and we can then deprecate it in favor of a more general one if that ever appears?
2021-10-27 09:07:51 <ElKowar> sure, I guess if ebn is not gonna be PRing that in the near future submitting mine might be worth it
2021-10-27 09:08:08 <liskin> although now the code looks like it doesn't alter the height, so mc47's fixedaspect should already work
2021-10-27 09:08:22 <alternateved> If you do this now, send me a link and I'll pass it to ebn
2021-10-27 09:08:34 <liskin> but the fixedaspect thing is manual whereas this one is automatic, so not really :-/
2021-10-27 09:09:02 <ElKowar> I'll just submit it, then this discussion can take place in the PR, where it's a bit more accessible ^^
2021-10-27 09:09:21 <liskin> well anyway, today is (very likely) release day, so my brain doesn't really have capacity for this :-)
2021-10-27 09:09:27 <ElKowar> hypeeeeeeeeeeeeee
2021-10-27 09:09:37 <alternateved> Amazing
2021-10-27 09:09:48 <liskin> Solid: re no separate repo, okay, shall I leave enabling discussions to you or do you want help with that?
2021-10-27 09:13:13 <alternateved> Do you have a new logo already?
2021-10-27 09:13:41 <liskin> no, we're going to announce a logo contest in the release announcement
2021-10-27 09:13:43 <Solid> liskin: It seems to be a few clicks, so I think I'll manage :)
2021-10-27 09:13:55 <alternateved> Ah, I see.
2021-10-27 09:14:08 <liskin> Solid: :-)
2021-10-27 09:14:35 <liskin> Solid: (you'd probably need me for the new repo because of org permissions, that's where my question was coming from probably)
2021-10-27 09:14:44 <Solid> ah I see
2021-10-27 09:15:47 <Solid> liskin: I suppose I can drop the commits that add --drafts to the Makefile?
2021-10-27 09:17:21 <liskin> Solid: I'd leave it there
2021-10-27 09:17:41 <liskin> this has no effect on the gh-pages deploy and it'll always be useful for local drafting
2021-10-27 09:17:47 <Solid> ok sure
2021-10-27 09:44:27 <ElKowar> Ohh the doc stuff has changed, do I now no longer add my module to XMonad.Docs.Extending? is there some other place to add it, or has that just been removed (or am i overlooking something in there)
2021-10-27 09:45:25 <mc47> Just CHANGES.md
2021-10-27 09:45:56 <ElKowar> then done! https://github.com/xmonad/xmonad-contrib/pull/634
2021-10-27 09:49:29 <Solid> Yeah since all modules have descriptions now we get a nicely browsabl list for free ( https://xmonad.github.io/xmonad-docs/ ) and don't need X.D.Extending
2021-10-27 09:49:43 × geekosaur quits (~geekosaur@xmonad/geekosaur) (Remote host closed the connection)
2021-10-27 09:51:45 geekosaur joins (~geekosaur@xmonad/geekosaur)
2021-10-27 09:52:01 <alternateved> Thanks for the link ElKowar!
2021-10-27 09:56:43 <Solid> mc47, liskin: https://github.com/xmonad/xmonad/discussions/343
2021-10-27 09:56:55 <Solid> (feel free to tweak the message in any way you see fit)
2021-10-27 09:57:15 <mc47> That's awesome! Thank you
2021-10-27 10:03:00 liskin didn't realize until now how ugly en-dash is in DejaVu Sans: https://store.lisk.in/tmp/2021-10-27_11-02.png
2021-10-27 10:03:40 <Solid> yeah it's really horrible
2021-10-27 10:04:09 <Solid> but I just can't bring myself to using a normal dash
2021-10-27 10:04:25 <Solid> (and -- is a bit too plain texty for markdown, imo :))
2021-10-27 10:06:46 <liskin> it's the kerning being worse than usual especially with 7 and 2 :-)
2021-10-27 10:07:08 <liskin> and the iso date with dashes makes this extra painful
2021-10-27 10:08:14 <Solid> do feel free to change this to a saner date format, I just couldn't decide and so I went with ISO as the goto standard
2021-10-27 10:09:57 <liskin> if I knew what to do with it I would have ;-)
2021-10-27 10:10:13 <liskin> iso is the best format, en dash is the correct dash
2021-10-27 10:10:47 <liskin> I'll let my brain work on it in the background I guess :-D
2021-10-27 10:12:28 <Solid> :)
2021-10-27 10:20:58 × dschrempf quits (~dominik@070-207.dynamic.dsl.fonira.net) (Ping timeout: 260 seconds)
2021-10-27 10:43:41 humky joins (~humky@user/humky)
2021-10-27 10:44:10 <L29Ah> terminus-font
2021-10-27 10:44:14 L29Ah hides

All times are in UTC.