Home liberachat/#xmonad: Logs Calendar

Logs: liberachat/#xmonad

←Prev  Next→
Page 1 .. 838 839 840 841 842 843 844 845 846 847 848 .. 1850
184,983 events total
2022-09-07 17:13:42 <geekosaur> ubuntu uses what's in debian. debian sid only just updated to 0.17.0
2022-09-07 17:13:43 <UNIX> Hunh.
2022-09-07 17:13:47 <UNIX> I see.
2022-09-07 17:13:52 <geekosaur> after 22.04 was released
2022-09-07 17:14:03 <UNIX> How can I build it myself and use that instead of distro packet
2022-09-07 17:15:19 <geekosaur> https://xmonad.org/INSTALL.html
2022-09-07 17:15:44 <geekosaur> most people use stack
2022-09-07 17:32:32 <UNIX> Thanks
2022-09-07 17:32:35 <UNIX> I was going to ask :)
2022-09-07 17:45:48 Γ— benin0 quits (~benin@183.82.29.130) (Quit: The Lounge - https://thelounge.chat)
2022-09-07 17:52:23 <Solid> I think I talked about this before, but now that 0.17.1 is here I guess it becomes more relevant: would anyone feel uncomfortable with me sending an invoice on OC? I feel like I've been spending an unhealthy amount of time on xmonad lately :)
2022-09-07 17:53:14 <geekosaur> I'm fine with it
2022-09-07 17:58:13 <geekosaur> actually it'd make me feel a bit less uncomfortable about it πŸ™‚
2022-09-07 18:19:47 Γ— jao quits (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Remote host closed the connection)
2022-09-07 18:21:13 β†’ jao joins (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net)
2022-09-07 18:44:11 Γ— sogens quits (~sogens@pa49-182-80-226.pa.qld.optusnet.com.au) (Quit: WeeChat 3.5)
2022-09-07 18:56:30 Γ— [Leary] quits (~Leary]@user/Leary/x-0910699) (Ping timeout: 264 seconds)
2022-09-07 19:09:19 β†’ sogens joins (~sogens@pa49-182-80-226.pa.qld.optusnet.com.au)
2022-09-07 19:14:21 Γ— sogens quits (~sogens@pa49-182-80-226.pa.qld.optusnet.com.au) (Quit: WeeChat 3.5)
2022-09-07 19:27:44 β†’ sogens joins (~sogens@pa49-182-80-226.pa.qld.optusnet.com.au)
2022-09-07 20:19:14 Γ— chomwitt quits (~chomwitt@2a02:587:dc16:fe00:7a9a:c189:544:1fa5) (Ping timeout: 255 seconds)
2022-09-07 20:30:15 β†’ ft joins (~ft@p4fc2a0f5.dip0.t-ipconnect.de)
2022-09-07 22:09:13 <mesaoptimizer> what's OC?
2022-09-07 22:09:28 <geekosaur> OpenCollective
2022-09-07 22:09:41 <geekosaur> they manage our donations
2022-09-07 22:20:28 <mesaoptimizer> sweet
2022-09-07 22:22:50 β†’ realsun[m] joins (~realsunma@2001:470:69fc:105::2:7b7a)
2022-09-07 22:57:17 Γ— sogens quits (~sogens@pa49-182-80-226.pa.qld.optusnet.com.au) (Ping timeout: 252 seconds)
2022-09-07 23:02:55 <liskin> Solid: I feel uncomfortable about the money accumulating so please go ahead
2022-09-07 23:04:05 <liskin> somewhat relatedly, today I got about a dozen emails from Sumana that those training session we had early this year were finally publicly documented somewhere
2022-09-07 23:05:33 <liskin> https://buttondown.email/Changeset/archive/maintainer-guides-spending-succession-more/
2022-09-07 23:06:11 <geekosaur> hm, are you actually allowed to post that publicly?
2022-09-07 23:07:08 <liskin> I haven't configured mutt on this laptop so I just googled this now, so yes, I think I am :-)
2022-09-07 23:07:45 <liskin> Solid: https://docs.oscollective.org/guides/deciding-on-how-to-use-your-money says we need to spend money lest people start thinking we don't need it.
2022-09-07 23:08:44 <liskin> and I should probably read the one about burnout and career planning
2022-09-07 23:09:38 <liskin> if only I had time to do that amid all that burning out
2022-09-07 23:11:20 <liskin> (might be a good idea to go to MuniHac to calm down a bit…)
2022-09-07 23:52:09 Γ— jao quits (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Remote host closed the connection)
2022-09-07 23:55:39 β†’ jao joins (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net)
2022-09-08 00:49:26 <mightybyte> Hi, I've got an idea for a layout and would like some help in figuring out how to implement it.
2022-09-08 00:50:52 <mightybyte> It's basically an overlapping layout where one window is always full screen in the background (for me this is usually always a terminal) and another consumes ~80% of the rest of the screen.
2022-09-08 00:51:45 <mightybyte> Anyone know if a layout like this exists already?
2022-09-08 00:51:53 <geekosaur> I don't think it does
2022-09-08 00:52:10 <geekosaur> almost all layouts tile, rather than overlapping
2022-09-08 00:52:44 <mightybyte> Yeah, I don't like to have my console windows resizing
2022-09-08 00:53:24 <mightybyte> Floating has some commonalities here.
2022-09-08 00:53:26 <geekosaur> but it should be fairly easy to implement
2022-09-08 00:53:42 <mightybyte> But I saw something in the docs that said floating isn't intended for significant use.
2022-09-08 00:53:58 <geekosaur> right, but this wouldn't be floating
2022-09-08 00:54:05 <mightybyte> Yeah
2022-09-08 00:54:31 <mightybyte> Any pointers about where I should go to figure out how to make something like this? I'm just coming back to XMonad after something like a 15 year hiatus.
2022-09-08 00:56:22 <geekosaur> I would start by looking at XMonad.Layout.IM to see how to match windows to be fullscreened, other windows would take up a specified-by-ratio part of the screen
2022-09-08 00:57:24 <geekosaur> runLayout would apply the specified Query to each window and set its rectangle based on the result
2022-09-08 00:59:20 <geekosaur> the layout as put in the layoutHook would look something like: myLayout (Resource "alacritty") 0.8 L
2022-09-08 01:01:12 <geekosaur> (see https://hackage.haskell.org/package/xmonad-contrib-0.17.1/docs/XMonad-Util-WindowProperties.html for Resource and friends, and https://hackage.haskell.org/package/xmonad-contrib-0.17.1/docs/XMonad-Actions-Navigation2D.html#t:Direction2D for L (or R, U, D)
2022-09-08 01:02:33 <geekosaur> (you could also omit the Navigation2D and do it with Mirror and/or Reflext)
2022-09-08 01:02:38 <geekosaur> *Reflect
2022-09-08 01:05:44 β†’ sogens joins (sogens@gateway/vpn/protonvpn/sogens)
2022-09-08 02:05:02 Γ— banc quits (banc@gateway/vpn/airvpn/banc) (Ping timeout: 268 seconds)
2022-09-08 02:16:23 Γ— steve_ quits (~steve@ool-182c2b80.dyn.optonline.net) (Ping timeout: 252 seconds)
2022-09-08 02:23:50 β†’ banc joins (banc@gateway/vpn/airvpn/banc)
2022-09-08 02:38:45 Γ— td_ quits (~td@94.134.91.56) (Ping timeout: 252 seconds)
2022-09-08 02:40:47 β†’ td_ joins (~td@muedsl-82-207-238-024.citykom.de)
2022-09-08 02:48:02 β†’ zeitgeist joins (~zeitgeist@124-170-152-71.dyn.iinet.net.au)
2022-09-08 02:59:46 Γ— sogens quits (sogens@gateway/vpn/protonvpn/sogens) (Quit: WeeChat 3.5)
2022-09-08 03:00:12 β†’ sogens joins (sogens@gateway/vpn/protonvpn/sogens)
2022-09-08 03:05:50 Γ— sogens quits (sogens@gateway/vpn/protonvpn/sogens) (Quit: WeeChat 3.5)
2022-09-08 03:06:14 β†’ sogens joins (sogens@gateway/vpn/protonvpn/sogens)
2022-09-08 03:09:41 Γ— sogens quits (sogens@gateway/vpn/protonvpn/sogens) (Client Quit)
2022-09-08 03:10:04 β†’ sogens joins (sogens@gateway/vpn/protonvpn/sogens)
2022-09-08 03:11:20 Γ— zeitgeist quits (~zeitgeist@124-170-152-71.dyn.iinet.net.au) (Quit: WeeChat 3.6)
2022-09-08 03:11:57 β†’ zeitgeist joins (~zeitgeist@124-170-152-71.dyn.iinet.net.au)
2022-09-08 03:13:20 <zeitgeist> hello, i've just started using/configuring xmonad and i've been having a couple of issues that i need some help with
2022-09-08 03:21:44 Γ— zeitgeist quits (~zeitgeist@124-170-152-71.dyn.iinet.net.au) (Quit: WeeChat 3.6)
2022-09-08 03:42:23 β†’ zeitgeist joins (~zeitgeist@124-170-152-71.dyn.iinet.net.au)
2022-09-08 03:50:24 β†’ spiceusabtc[m] joins (~spiceusab@2001:470:69fc:105::2:7b92)
2022-09-08 03:53:50 Γ— zeitgeist quits (~zeitgeist@124-170-152-71.dyn.iinet.net.au) (Quit: WeeChat 3.6)
2022-09-08 03:59:32 β†’ [Leary] joins (~Leary]@user/Leary/x-0910699)
2022-09-08 04:33:10 Γ— jao quits (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Ping timeout: 244 seconds)
2022-09-08 04:41:49 spiceusabtc[m] is now known as Lucybtc[m]
2022-09-08 05:50:20 Γ— Lucybtc[m] quits (~spiceusab@2001:470:69fc:105::2:7b92) (Quit: User was banned)
2022-09-08 06:24:47 β†’ steve_ joins (~steve@ool-182c2b80.dyn.optonline.net)
2022-09-08 06:42:45 Γ— nomadxx3 quits (~lanomadx@180-150-32-38.b49620.mel.static.aussiebb.net) (Quit: ZNC 1.8.2 - https://znc.in)
2022-09-08 06:53:59 β†’ nomadxx3 joins (~lanomadx@180-150-32-38.b49620.mel.static.aussiebb.net)
2022-09-08 07:05:38 β†’ alternateved joins (~user@staticline-31-183-146-203.toya.net.pl)
2022-09-08 08:02:30 Γ— m5zs7k quits (aquares@web10.mydevil.net) (Ping timeout: 264 seconds)
2022-09-08 08:04:43 Γ— tv quits (~tv@user/tv) (Ping timeout: 252 seconds)
2022-09-08 08:05:33 β†’ m5zs7k joins (aquares@web10.mydevil.net)
2022-09-08 08:08:19 β†’ cfricke joins (~cfricke@user/cfricke)
2022-09-08 08:17:08 Γ— cfricke quits (~cfricke@user/cfricke) (Quit: WeeChat 3.6)
2022-09-08 08:17:17 β†’ cfricke joins (~cfricke@user/cfricke)
2022-09-08 08:19:25 β†’ tv joins (~tv@user/tv)
2022-09-08 08:21:08 Γ— mvk quits (~mvk@2607:fea8:5ce3:8500::a1ec) (Remote host closed the connection)
2022-09-08 08:21:35 β†’ mvk joins (~mvk@2607:fea8:5ce3:8500::a1ec)
2022-09-08 08:46:35 Γ— ft quits (~ft@p4fc2a0f5.dip0.t-ipconnect.de) (Quit: Lost terminal)
2022-09-08 08:57:24 β†’ benin0 joins (~benin@183.82.29.130)
2022-09-08 09:24:20 β†’ logzet joins (~quassel@2001:9e8:e503:f900:dabb:c1ff:fed3:a1b9)
2022-09-08 09:27:39 Γ— sogens quits (sogens@gateway/vpn/protonvpn/sogens) (Ping timeout: 244 seconds)
2022-09-08 09:29:17 β†’ sogens joins (~sogens@pa49-182-80-226.pa.qld.optusnet.com.au)
2022-09-08 09:36:40 Γ— sogens quits (~sogens@pa49-182-80-226.pa.qld.optusnet.com.au) (Quit: WeeChat 3.5)

All times are in UTC.