Home liberachat/#xmonad: Logs Calendar

Logs: liberachat/#xmonad

←Prev  Next→ 184,977 events total
2023-02-16 10:29:17 <deip[m]> , name =? "Emulator" --> hasBorder False
2023-02-16 10:29:17 <deip[m]> ```
2023-02-16 10:29:54 <galactic_starfis> I was mistaken, use title not name
2023-02-16 10:29:57 <Solid[m]> Yeah I was thinking something like alacritty's --working-directory could seriously mess it up
2023-02-16 10:30:39 <deip[m]> using title does not work, it compile but the window still have borders
2023-02-16 10:30:55 <galactic_starfis> unless they're using something like topics, not sure that applies to most people, but yeah, classname would be better here
2023-02-16 10:31:04 <galactic_starfis> try className, if you can
2023-02-16 10:31:12 <deip[m]> does not work
2023-02-16 10:31:19 <deip[m]> xprop give me that
2023-02-16 10:31:24 <deip[m]> WM_NAME(STRING) =
2023-02-16 10:31:24 <deip[m]> _NET_WM_NAME(UTF8_STRING) = "Emulator"
2023-02-16 10:32:44 <deip[m]> oh wait using that works
2023-02-16 10:32:48 <deip[m]> title ^? "Emulator"
2023-02-16 10:32:57 <deip[m]> okay thx!
2023-02-16 10:33:00 <galactic_starfis> ah, awesome
2023-02-16 10:33:03 <galactic_starfis> np
2023-02-16 10:51:43 <regina_hallad[m]> Hi 👋... (full message at <https://libera.ems.host/_matrix/media/v3/download/libera.chat/094cda18a584a36cb9ba5298a4499d86279b22f3>)
2023-02-16 11:03:25 <deip[m]> wtf?
2023-02-16 11:04:16 <deip[m]> reported
2023-02-16 11:31:15 spaceseller_ joins (~spacesell@cpe-94-253-203-91.zg2.cable.xnet.hr)
2023-02-16 11:31:58 × lordhorzion quits (~horzion@ProtonDB/horzion) (Ping timeout: 246 seconds)
2023-02-16 11:33:51 spaceseller___ joins (~spacesell@31.147.205.13)
2023-02-16 11:37:27 × spaceseller_ quits (~spacesell@cpe-94-253-203-91.zg2.cable.xnet.hr) (Ping timeout: 255 seconds)
2023-02-16 11:42:37 Solitary joins (~Solitary@user/solitary)
2023-02-16 11:45:33 ChanServ sets mode +o Solid
2023-02-16 11:45:50 lordhorzion joins (~horzion@ProtonDB/horzion)
2023-02-16 11:46:26 Solid sets mode +b regina_hallad[m]!*@*
2023-02-16 11:46:37 regina_hallad[m] is kicked by Solid (Kicked by Solid)
2023-02-16 11:47:36 <Solid> I wonder whether we actually have anyone who admins the matrix side
2023-02-16 11:47:46 <Solid> (and *which* matrix side, Iguess)
2023-02-16 11:57:10 × lordhorzion quits (~horzion@ProtonDB/horzion) (Ping timeout: 246 seconds)
2023-02-16 12:15:40 <liskin> I should be an admin of the Matrix room
2023-02-16 12:16:38 <liskin> Shall I make more people admins/mods?
2023-02-16 12:24:41 <Solid> I wouldn't mind, if only to delete that kind of spam
2023-02-16 12:24:58 ChanServ sets mode -o Solid
2023-02-16 12:38:00 <geekosaur> the :libera.chat one is adminned from this side; the @matrix.org one from that side
2023-02-16 12:38:15 <geekosaur> also, hello
2023-02-16 12:40:40 <geekosaur> (I'm in the :libera.chat one; should I switch?)
2023-02-16 12:41:05 <geekosaur> I already am a mod in #haskell:matrix.org fwiw
2023-02-16 12:50:44 geekosaur[m] parts (~geekosaur@xmonad/geekosaur) ()
2023-02-16 12:51:07 geekosaur[m] joins (~geekosaur@xmonad/geekosaur)
2023-02-16 13:37:36 cfricke joins (~cfricke@user/cfricke)
2023-02-16 14:03:29 <galactic_starfis> yeah, wouldn't mind someone deleting that sorta stuff
2023-02-16 14:04:13 <galactic_starfis> greedily I'd want it, but realistically I'm not sure I pop in often enough to warrant that
2023-02-16 14:04:40 <galactic_starfis> nor have I contributed enough to the project really...
2023-02-16 14:04:50 <galactic_starfis> but I plan on doing so at some point
2023-02-16 14:05:08 <galactic_starfis> I really want to express xmonad in a treelike structure underneath
2023-02-16 14:05:21 <galactic_starfis> I feel it would solve so many of our bugs and hacks
2023-02-16 14:08:47 <galactic_starfis> weird layout hacks: sublayouts, tabs/other decoration, floats, fullscreen
2023-02-16 14:08:47 <galactic_starfis> everything that causes main loop interruptions: gridselect, prompts (probably others, idk)
2023-02-16 14:08:47 <galactic_starfis> all of those would become seamless implementations without hacks, or any sort of trickery...
2023-02-16 14:10:48 <galactic_starfis> I think things like switching keybind sets would even become feasible...
2023-02-16 14:11:10 <galactic_starfis> but, so far, it's basically just in my head, so, who truly knows how well this would work
2023-02-16 14:11:35 × spaceseller___ quits (~spacesell@31.147.205.13) (Quit: Leaving)
2023-02-16 14:13:40 <geekosaur> might be time to start thinking about them; we're starting to plan out post-1.0 changes which are likely to be breaking (see for example [Leary]'s draft PRs)
2023-02-16 14:14:12 <galactic_starfis> Alright
2023-02-16 14:35:16 <geekosaur> there's also that layout tree draft PR, if it's not yours already
2023-02-16 14:36:43 <geekosaur> nope, not yours. https://github.com/xmonad/xmonad-contrib/pull/755 (which really belongs in the other repo)
2023-02-16 14:47:23 <galactic_starfis> Not what I'm talking about, but still intriguing I suppose
2023-02-16 14:49:02 <galactic_starfis> https://github.com/xmonad/xmonad/issues/334
2023-02-16 14:49:02 <galactic_starfis> This is mine
2023-02-16 14:56:02 <geekosaur> so we've got two of these plus whatever [Leary] has in mind. you three should brainstorm together 🙂
2023-02-16 15:12:50 malook joins (~Thunderbi@5.110.225.18)
2023-02-16 15:14:17 <galactic_starfis> well, the second comment
2023-02-16 15:43:29 bigxgorb joins (~bigxgorb@50.110.22.121)
2023-02-16 15:46:00 lordhorzion joins (~horzion@ProtonDB/horzion)
2023-02-16 15:47:45 × malook quits (~Thunderbi@5.110.225.18) (Ping timeout: 255 seconds)
2023-02-16 15:55:22 × bigxgorb quits (~bigxgorb@50.110.22.121) (Quit: Client closed)
2023-02-16 16:17:06 zetabite joins (~horzion@ProtonDB/horzion)
2023-02-16 16:19:19 × lordhorzion quits (~horzion@ProtonDB/horzion) (Ping timeout: 246 seconds)
2023-02-16 16:59:37 × werneta quits (~werneta@70.142.214.115) (Remote host closed the connection)
2023-02-16 17:00:58 stackdroid18 joins (14094@de1.hashbang.sh)
2023-02-16 17:30:21 × zetabite quits (~horzion@ProtonDB/horzion) (Ping timeout: 255 seconds)
2023-02-16 17:35:51 rak parts (~rak@debian/rak) ()
2023-02-16 17:42:40 desantra joins (~skykanin@user/skykanin)
2023-02-16 17:43:20 × desantra quits (~skykanin@user/skykanin) (Client Quit)
2023-02-16 17:43:35 desantra joins (~skykanin@user/skykanin)
2023-02-16 17:44:54 ft joins (~ft@p3e9bc443.dip0.t-ipconnect.de)
2023-02-16 18:13:51 wusticality joins (~user@76.131.115.3)
2023-02-16 18:22:14 mc47 joins (~mc47@xmonad/TheMC47)
2023-02-16 18:27:46 × thunderrd quits (~thunderrd@183.182.114.186) (Ping timeout: 246 seconds)
2023-02-16 18:41:06 thunderrd joins (~thunderrd@183.182.111.228)
2023-02-16 18:56:08 × mc47 quits (~mc47@xmonad/TheMC47) (Remote host closed the connection)
2023-02-16 19:04:03 × cfricke quits (~cfricke@user/cfricke) (Quit: WeeChat 3.8)
2023-02-16 19:05:34 × thunderrd quits (~thunderrd@183.182.111.228) (Ping timeout: 246 seconds)
2023-02-16 19:12:39 × wusticality quits (~user@76.131.115.3) (Remote host closed the connection)
2023-02-16 19:18:27 thunderrd joins (~thunderrd@183.182.111.241)
2023-02-16 19:22:08 × desantra quits (~skykanin@user/skykanin) (Quit: WeeChat 3.8)
2023-02-16 19:41:43 wusticality joins (~user@76.131.115.3)
2023-02-16 22:55:30 × wusticality quits (~user@76.131.115.3) (Remote host closed the connection)
2023-02-17 00:00:58 × mncheck quits (~mncheck@193.224.205.254) (Ping timeout: 246 seconds)
2023-02-17 00:24:56 × stackdroid18 quits (14094@de1.hashbang.sh) (Quit: hasta la vista... tchau!)
2023-02-17 03:03:15 × banc- quits (banc@gateway/vpn/protonvpn/banc) (Ping timeout: 260 seconds)
2023-02-17 03:04:51 werneta joins (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net)
2023-02-17 03:20:34 banc joins (banc@gateway/vpn/protonvpn/banc)
2023-02-17 03:42:30 × terrorjack quits (~terrorjac@2a01:4f8:1c1e:4e8c::) (Quit: The Lounge - https://thelounge.chat)
2023-02-17 03:45:07 terrorjack joins (~terrorjac@2a01:4f8:1c1e:4e8c::)
2023-02-17 03:51:16 × td_ quits (~td@i5387092D.versanet.de) (Ping timeout: 246 seconds)
2023-02-17 03:53:17 td_ joins (~td@i53870917.versanet.de)
2023-02-17 04:30:02 justinestrada[m] joins (~justinest@2001:470:69fc:105::3:1a65)

All times are in UTC.