Home liberachat/#xmonad: Logs Calendar

Logs on 2022-05-21 (liberachat/#xmonad)

00:18:41 nihilipster[m] joins (~nihilipst@2001:470:69fc:105::720)
00:19:48 <nihilipster[m]> Hi everyone!, is there a way to stop xmonad to rebuild itself each time that I login?
00:29:08 × mvk quits (~mvk@2607:fea8:5ce3:8500::ba9a) (Ping timeout: 272 seconds)
00:32:27 abiss27 joins (~abiss27@user/abiss)
00:36:48 × stackdroid18 quits (~stackdroi@user/stackdroid) (Quit: hasta la vista... tchau!)
00:39:18 × abiss27 quits (~abiss27@user/abiss) (Quit: hasta la vista... tchau!)
00:42:14 <geekosaur> no,although if you're not using a buildscript and you haven't changed anything it should simply check for a rebuild and then skip it as unnecessary
02:03:45 × banc- quits (banc@gateway/vpn/airvpn/banc) (Ping timeout: 260 seconds)
02:22:55 banc joins (banc@gateway/vpn/airvpn/banc)
03:32:42 × abhixec quits (~abhixec@c-67-169-139-16.hsd1.ca.comcast.net) (Ping timeout: 246 seconds)
04:51:51 steve joins (~steve@ool-182c2b80.dyn.optonline.net)
05:12:44 Guest80 joins (~Guest80@103.195.203.29)
05:13:15 <Guest80> polybar says The WM does not support _NET_DESKTOP_VIEWPORT and the output of xprop -root The WM does not support _NET_DESKTOP_VIEWPORT gives _NET_DESKTOP_VIEWPORT(CARDINAL) = 0, 0, 0, 1440, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
05:13:18 <Guest80> any idea why?
05:22:22 × [Leary] quits (~Leary]@122-58-228-205-vdsl.sparkbb.co.nz) (Ping timeout: 272 seconds)
05:27:58 × Guest80 quits (~Guest80@103.195.203.29) (Quit: Client closed)
05:51:30 × jao quits (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Ping timeout: 240 seconds)
06:23:51 × steve quits (~steve@ool-182c2b80.dyn.optonline.net) (Ping timeout: 246 seconds)
08:50:32 AntonioRomano[m] joins (~cidramatr@2001:470:69fc:105::2:7b0)
08:54:04 <AntonioRomano[m]> Hey guys, I'd like to switch to Xmonad because it's really cool. I have just a couple of question: Does it use a bsp tree like bspwm? Also, how hard is to learn how to configure it? I know a bit of Haskell but where can I find docs for whatever i can do on Xmonad?
08:54:22 [Leary] joins (~Leary]@122-58-228-205-vdsl.sparkbb.co.nz)
09:07:41 chomwitt joins (~chomwitt@2a02:587:dc2d:2c00:6d42:b13e:fd55:e1a6)
09:08:15 <fizzie> There's a BSP layout in xmonad-contrib, https://hackage.haskell.org/package/xmonad-contrib-0.17.0/docs/XMonad-Layout-BinarySpacePartition.html
09:08:24 <fizzie> (It's what I use.)
09:10:25 <fizzie> As for documentation on how hard it is to configure and what you can do, one starting point would be the tutorial: https://xmonad.org/TUTORIAL.html
09:11:30 <AntonioRomano[m]> Thank you!
09:11:32 <fizzie> And looking at the list of modules in xmonad-contrib is also good for inspiration.
09:17:32 × werneta quits (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (Ping timeout: 260 seconds)
09:50:47 × chomwitt quits (~chomwitt@2a02:587:dc2d:2c00:6d42:b13e:fd55:e1a6) (Ping timeout: 260 seconds)
09:59:44 hardworker[m] joins (~hardworke@2001:470:69fc:105::2:1099)
10:01:29 chomwitt joins (~chomwitt@athe730-c-multi-500.home.otenet.gr)
12:01:01 <geekosaur> @tell Guest80 there's a PR adding _NET_DESKTOP_VIEWPORT support that hasn't been reviewed yet
12:01:01 <lambdabot> Consider it noted.
12:17:11 × x88x88x quits (~x88x88x@2001:19f0:5:39a8:5400:3ff:feb6:73cb) (Quit: ZNC - https://znc.in)
12:40:50 × de-vri-es quits (~de-vri-es@voyager.de-vri.es) (Quit: Bathrobe!)
12:41:18 de-vri-es joins (~de-vri-es@voyager.de-vri.es)
12:43:44 x88x88x joins (~x88x88x@2001:19f0:5:39a8:5400:3ff:feb6:73cb)
13:26:14 × nev_yn quits (~k.dockz@c-68-43-234-118.hsd1.mi.comcast.net) (Ping timeout: 272 seconds)
14:11:22 jao joins (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net)
14:37:28 Orange joins (~Orange@124.123.162.159)
14:38:19 Orange parts (~Orange@124.123.162.159) ()
15:27:14 × zawaken quits (~zawaken@user/zawaken) (Ping timeout: 252 seconds)
16:00:06 × LukasLuluHu[m] quits (~ge59woxtu@2001:470:69fc:105::1:fdcf) (Quit: You have been kicked for being idle)
16:05:13 sm joins (~sm@plaintextaccounting/sm)
16:22:33 <nihilipster[m]> <geekosaur> "no,although if you're not..." <- I'm using a build script. At this moment there is a workaround in it, check for a .rebuild file, if it exists then exit the build script so xmonad --recompile exists successfully at login without rebuild itself.
16:23:40 <nihilipster[m]> this is one of the reason I'm building xmonad and xmonad-contrib from github ^_^
16:24:17 <geekosaur> I don't think there's much beyond that that can be done with a build script
16:24:47 <geekosaur> rebuilds on start are kinda needed for upgrades though
16:25:21 <nihilipster[m]> <Guest80> "polybar says The WM does not..." <- This is the main reason why I'm building xmonad and xmonad from github ^_
16:27:51 <geekosaur> https://github.com/xmonad/xmonad-contrib/pull/717
16:28:10 <geekosaur> which apparently already landed, I'm losing track :/
16:28:14 <nihilipster[m]> I'm using an update script to sync xmonad and xmonad-contrib from github and reinstall them if needed:
16:28:14 <nihilipster[m]> https://git.sr.ht/~nihilismus/voidfiles/tree/main/home/nihilipster/.local/opt/bin/xmonad-update
16:28:34 <geekosaur> yeh, I have an update.sh locally
16:28:42 <geekosaur> independent of the buildscript though
16:32:23 <nihilipster[m]> Thanks for the feedback, I'm going to let this as it is then 😄
16:35:15 × ^[ quits (~user@user//x-8473491) (Ping timeout: 260 seconds)
17:57:56 stackdroid18 joins (14094@user/stackdroid)
18:44:53 × geekosaur quits (~geekosaur@xmonad/geekosaur) (Remote host closed the connection)
18:47:01 geekosaur joins (~geekosaur@xmonad/geekosaur)
18:50:51 werneta joins (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net)
18:53:29 zawaken joins (~zawaken@user/zawaken)
19:42:09 × benin quits (~benin@183.82.31.141) (Quit: The Lounge - https://thelounge.chat)
20:28:43 Hash is now known as stoned
22:53:02 × chomwitt quits (~chomwitt@athe730-c-multi-500.home.otenet.gr) (Ping timeout: 260 seconds)
22:54:45 <stoned> I can possibly start maintaining some Xmonad KDE packags for plasmashell with th erequired chanegs
22:55:00 <stoned> I'm seeing more peopel useing xmonad + kde and having the plasma menu/panel bug.
22:55:35 <stoned> And I'm on 5.92 plasma, but people could be using any version. So various differetn versions, it might be useful if I setup a repo of packages they can get. That means I have to build the packages for various distros.
22:55:52 <stoned> Same is true of all distros as the change is upstream at KDE
22:56:11 <stoned> So what'a good solution to making sure everyone can easily install that patch I posted
22:56:19 <stoned> \o/
22:56:52 <stoned> xmonad/xmonad-contrib#691 bug i mean
22:56:54 <geekosaur> maybe host them on github and use its CI to build them?
22:56:58 <stoned> hmm
22:57:08 <stoned> but for all distros/pacakge?
22:57:24 <stoned> Perhaps it would be best to make sure I can provide patches for different versions of plasma
22:57:31 <stoned> and they can then follow directions to build the package themselves
22:57:38 <stoned> people find it harder to edit code than run commands
22:57:53 <geekosaur> distros should be doable. versions of KDE possibly not, but you may only have to worry about one version which will work for everyone even if it's not a 100% match with the rest of their KDE
22:58:01 <stoned> hmm
22:58:09 <stoned> I'll ponder this over more. I'm gonna go study for now. <3
22:59:26 <geekosaur> and if KDE version skew goes along with distros, which seems likely, that may end up not being a problem in practice beyond having to maintain separate patches for them
23:27:46 × xacktm quits (xacktm@user/xacktm) (Quit: fBNC - https://bnc4free.com)
23:44:40 mvk joins (~mvk@2607:fea8:5ce3:8500::ba9a)
23:56:51 xacktm joins (xacktm@user/xacktm)

All times are in UTC on 2022-05-21.