Home liberachat/#xmonad: Logs Calendar

Logs: liberachat/#xmonad

←Prev  Next→
Page 1 .. 328 329 330 331 332 333 334 335 336 337 338 .. 1847
184,663 events total
2021-11-14 06:41:51 thunderrd joins (~thunderrd@183.182.111.230)
2021-11-14 06:42:10 × benin quits (~benin@183.82.176.36) (Ping timeout: 260 seconds)
2021-11-14 06:42:10 benin2 is now known as benin
2021-11-14 06:45:59 × mvk quits (~mvk@2607:fea8:5cc3:e900::df92) (Ping timeout: 264 seconds)
2021-11-14 06:53:17 <Solid> Arcanus[m]: You upload a preview png and then you can just submit the svg as text (look at how the other posts have done it)
2021-11-14 07:23:42 × SenranKaguya quits (~weechat@c-73-15-19-170.hsd1.ca.comcast.net) (Ping timeout: 260 seconds)
2021-11-14 08:33:51 qbt joins (~qbt@user/edun)
2021-11-14 09:17:43 allbery_b joins (~geekosaur@xmonad/geekosaur)
2021-11-14 09:17:43 × geekosaur quits (~geekosaur@xmonad/geekosaur) (Killed (NickServ (GHOST command used by allbery_b)))
2021-11-14 09:17:46 allbery_b is now known as geekosaur
2021-11-14 09:49:45 seschwar joins (~seschwar@user/seschwar)
2021-11-14 09:54:56 FOSSHuman[m] uploaded an image: (2697KiB) < https://libera.ems.host/_matrix/media/r0/download/matrix.org/JauPCMZzhukWDKYudZCkpQPJ/noFrillsDeco-bug-showcase-xmonad-scr.png >
2021-11-14 09:54:57 FOSSHuman[m] uploaded an image: (203KiB) < https://libera.ems.host/_matrix/media/r0/download/matrix.org/MSHcEvhTaGYpacvOHeBFzAob/noFrillsDeco-bug-xmonad-scr.png >
2021-11-14 09:54:58 <FOSSHuman[m]> Hello everyone, I have an issue where if I have a layout that has two (or more) decorations applied to it (example in my setup: first one is the tabbed sublayout decoration, the second one is the NoFrillsDeco decoration), XMonad fails to clear the decorations on screen 1 (workspace 4 for example) when switching to workspace 4 on screen 2, which moves all the windows to the second monitor. I've also had some more strange issues when
2021-11-14 09:54:58 <FOSSHuman[m]> applying 2 decorations to the same layout.. There's some screenshots above to demonstrate.
2021-11-14 09:55:51 <FOSSHuman[m]> The second screenshot is before changing the second monitor the this workspace..
2021-11-14 09:56:38 <FOSSHuman[m]> FOSSHuman[m]: > second monitor the this -> second monitor to this
2021-11-14 09:58:18 <FOSSHuman[m]> Layout on the workspace in the screenshot is BSP with a tabs subLayout and NoFrillsDeco decoration..
2021-11-14 10:00:34 <FOSSHuman[m]> I also applied the NoFrillsDeco decoration after applying the addTabs modifier:
2021-11-14 10:00:49 FOSSHuman[m] sent a bsp code block: https://libera.ems.host/_matrix/media/r0/download/libera.chat/b45bdb31f9f2f66b20e7f1bb0c8b6776e3df7d5f
2021-11-14 10:00:57 <FOSSHuman[m]> * ```bsp... (full message at https://libera.ems.host/_matrix/media/r0/download/libera.chat/9e66f29d39a32851a0d0cede062cd1f4dd0d4bb2)
2021-11-14 10:01:10 <FOSSHuman[m]> * ```... (full message at https://libera.ems.host/_matrix/media/r0/download/libera.chat/2f74c1cf3fdf60bcc9c0e98ed401b7886d88121f)
2021-11-14 10:02:15 <FOSSHuman[m]> A bit of the code is cutoff for those on Matrix since Schildichat is a shit Matrix client and doesn't let me add new lines, along with Element
2021-11-14 10:02:42 <FOSSHuman[m]> Only the `bsp = ` bit is cutoff though
2021-11-14 10:04:27 <FOSSHuman[m]> wait nvm, the `R.Renamed` bit is cutoff too
2021-11-14 11:25:34 <Solid> I wonder, who here has access to xmonad@haskell.org?
2021-11-14 11:26:03 <Solid> (It's listed as the maintainer email for our packages on Hackage)
2021-11-14 12:09:36 <geekosaur> not I
2021-11-14 12:10:05 <geekosaur> FOSSHuman[m], there was supposed to be a fix for that in 0.17.0 but it sounds like it's not good enough :(
2021-11-14 12:15:13 <Solid> mh, it might be a good idea to change these mail addresses then
2021-11-14 12:15:22 <Solid> if you don't have access to it, I doubt anyone else has ;)
2021-11-14 12:24:35 <geekosaur> mm, I thought liskin got all the "keys". maybe it's time to distribute them around a bit
2021-11-14 12:25:23 <Solid> he certainly got the keys for Hackage, but I'm not sure that email has anything to do with it
2021-11-14 12:55:59 Safeguard-IRC joins (~Safeguard@151.42.165.137)
2021-11-14 12:56:43 <Safeguard-IRC> hello, quick question: is xmonad's startup hook the inizialization? like I need to put echo >&3 after xmonad is initialized, do I put it in the starthuphook at the end of it?
2021-11-14 13:12:39 <geekosaur> yes
2021-11-14 13:13:34 <geekosaur> although it's not fully initialized at that point since it hasn't (for example) looked at the current state of windows yet; in that case you may want to put it in the logHook, guarded by something in XS against multiple execution
2021-11-14 13:14:53 <Safeguard-IRC> hmhm, let me see which one works better
2021-11-14 13:19:01 <geekosaur> hrnm, actually I'm not sure that would work either: it won't run logHook if there are no windows yet
2021-11-14 13:19:21 <geekosaur> (also the XS would have to be persistent or it'd run after a mod-q)
2021-11-14 13:32:05 <Safeguard-IRC> hm, so startuphook it is?
2021-11-14 13:46:55 <liskin> Solid: that's the list, we all get emails sent there, as well as many of our users
2021-11-14 13:47:21 <Solid> oh derp
2021-11-14 13:47:57 <liskin> But I do have some "keys" you guys don't and I'll be happy to distribute them if you add your gpg keys to MAINTAINERS.md
2021-11-14 13:48:26 <liskin> Notably: hackage account for xmonad CI and Twitter
2021-11-14 13:49:10 <liskin> Dons has the Twitter password plus 2fa recovery keys in case I die
2021-11-14 13:49:45 <liskin> Hackage is recoverable even without anything, as it's small enough to be tended to by humans
2021-11-14 13:50:28 × Safeguard-IRC quits (~Safeguard@151.42.165.137) (Read error: Connection reset by peer)
2021-11-14 13:51:47 <Solid> ah these are probably fine (my pgp key is tied to my real name and I don't think I even have a cackage account :))
2021-11-14 13:53:04 <Solid> (then again I will have to disclose my real name to _someone_ if I ever want to see any of that donation money)
2021-11-14 13:56:54 skewerr is now known as spoonm
2021-11-14 13:58:28 guru joins (~guru@c-73-57-140-245.hsd1.fl.comcast.net)
2021-11-14 13:59:14 guru is now known as etrigan63
2021-11-14 14:10:10 × benin quits (~benin@183.82.176.36) (Ping timeout: 260 seconds)
2021-11-14 14:14:32 × etrigan63 quits (~guru@c-73-57-140-245.hsd1.fl.comcast.net) (Quit: Leaving)
2021-11-14 14:15:14 guru joins (~guru@c-73-57-140-245.hsd1.fl.comcast.net)
2021-11-14 14:18:16 guru is now known as etrigan63
2021-11-14 14:18:27 × etrigan63 quits (~guru@c-73-57-140-245.hsd1.fl.comcast.net) (Client Quit)
2021-11-14 14:21:19 guru joins (~guru@c-73-57-140-245.hsd1.fl.comcast.net)
2021-11-14 14:21:43 guru is now known as etrigan63
2021-11-14 14:23:38 × etrigan63 quits (~guru@c-73-57-140-245.hsd1.fl.comcast.net) (Client Quit)
2021-11-14 14:25:17 guru joins (~guru@c-73-57-140-245.hsd1.fl.comcast.net)
2021-11-14 14:25:27 guru_ joins (~guru@c-73-57-140-245.hsd1.fl.comcast.net)
2021-11-14 14:25:33 × guru_ quits (~guru@c-73-57-140-245.hsd1.fl.comcast.net) (Client Quit)
2021-11-14 14:25:33 × guru quits (~guru@c-73-57-140-245.hsd1.fl.comcast.net) (Client Quit)
2021-11-14 14:25:51 guru joins (~guru@c-73-57-140-245.hsd1.fl.comcast.net)
2021-11-14 14:27:42 guru is now known as etrigan63
2021-11-14 14:29:42 × etrigan63 quits (~guru@c-73-57-140-245.hsd1.fl.comcast.net) (Client Quit)
2021-11-14 14:36:25 etrigan63 joins (~etrigan63@c-73-57-140-245.hsd1.fl.comcast.net)
2021-11-14 14:37:00 <etrigan63> Is this working?
2021-11-14 14:38:18 <etrigan63> quit
2021-11-14 14:38:22 × etrigan63 quits (~etrigan63@c-73-57-140-245.hsd1.fl.comcast.net) (Client Quit)
2021-11-14 14:44:20 <etrigan63[m]> Guess I will stick to the matrix bridge.
2021-11-14 14:52:06 <geekosaur> it was working
2021-11-14 14:52:35 <geekosaur> this channel is just rather asynchronous, which may make matrix preferable because it keeps scrollback for you
2021-11-14 15:21:12 <noex> i had the problem where xmobar freezes xmonad years ago...maybe a decade. i didn't use it for some time, but recently built a new system and tried it again. i have the exact same problem lol
2021-11-14 15:21:43 <noex> there's documentation about fixing StdinReaders and log hooks....but I don't have any of those things.
2021-11-14 15:24:10 <noex> is there a better way? i'd be happy with any status bar really. should I just launch it separately?
2021-11-14 15:32:57 <liskin> Solid: well, more like everyone rather than someone, open collective is literally open
2021-11-14 15:34:07 <liskin> Although that's just if you invoice your time. There may be other options, and they're improving every month.
2021-11-14 15:36:12 <geekosaur> noex, you might be interested in X.H.StatusBar
2021-11-14 15:36:40 <geekosaur> but if you don't have a logHook then xmobar shouldn't be freezing xmonad
2021-11-14 15:37:20 <liskin> If you don't have a logHook but you do have a spawnPipe, then it should, though :-)
2021-11-14 15:37:30 <liskin> (and that's what many people do)
2021-11-14 15:38:45 <geekosaur> hm. but the freeze is caused by the pipe filling up and blocking. if you aren't writing down the pipe, it'll never fill up
2021-11-14 15:39:47 <geekosaur> spawnPipe without a logHook causes a different confusion, people think that somehow causes xmobar to automagically exit on mod-q when that actually requires xmobar to be reading from the pipe
2021-11-14 15:45:24 Digit parts (~user@user/digit) (tidying)
2021-11-14 15:57:06 mc47 joins (~mc47@xmonad/TheMC47)
2021-11-14 16:07:54 <liskin> Oh, that's probably right, yeah
2021-11-14 16:22:25 <noex> i don't know enough about haskell to tell. i just barely get by modifying my config. it's probably wrong in a multitude of ways.
2021-11-14 16:23:02 <geekosaur> @where paste
2021-11-14 16:23:02 <lambdabot> Help us help you: please paste full code, input and/or output at e.g. https://paste.tomsmeding.com
2021-11-14 16:24:26 <noex> https://dpaste.com/EX8RFXZT4
2021-11-14 16:27:59 <noex> all i know is that if I add xmobar, xmonad will stop responding. if I kill xmobar in a tty, it works again immediately.
2021-11-14 16:28:47 <geekosaur> can you show us the config with xmobar added?
2021-11-14 16:29:02 <noex> uhh that is the config with xmobar added
2021-11-14 16:29:25 <geekosaur> so far I see nothing wrong with your config; it has a bit of noise but is better than many I've seen
2021-11-14 16:30:13 <noex> dang. i was hoping it was something obvious
2021-11-14 16:30:19 <geekosaur> oh, sorry, missed it. so the xmobar combinator will add a logHook
2021-11-14 16:30:40 <noex> oh it adds one, well that makes sense then

All times are in UTC.