Home liberachat/#xmonad: Logs Calendar

Logs: liberachat/#xmonad

←Prev  Next→
Page 1 .. 372 373 374 375 376 377 378 379 380 381 382 .. 1848
184,732 events total
2021-12-04 15:59:50 × dschrempf quits (~dominik@070-207.dynamic.dsl.fonira.net) (Client Quit)
2021-12-04 16:01:01 ectospasm joins (~ectospasm@user/ectospasm)
2021-12-04 16:21:10 <mc47> hey people
2021-12-04 16:21:12 <mc47> what's up
2021-12-04 16:21:33 <Solid> hey hey
2021-12-04 16:22:21 <Solid> I was frustrated with maths more than usual yesterday, so I took today off \o/
2021-12-04 16:22:43 <mc47> such a luxury :D
2021-12-04 16:22:46 <mc47> have fun!
2021-12-04 16:23:35 <Solid> finally enough time to do xmonad stuff :P
2021-12-04 16:23:53 <Solid> also, advent of code is on, which gives me an excuse to try out clojure
2021-12-04 16:24:15 <Solid> how've you been?
2021-12-04 16:24:53 <mc47> advent of code is really fun, I missed out on last year, so I'm very determined to do it this year :D
2021-12-04 16:25:19 <mc47> I'm very tired, and it'll probably stay that way for a while... the studies are just too much
2021-12-04 16:26:15 <mc47> A week ago we spent a week trying to implement the Bundestag seat distribution algorithm... in SQL :D
2021-12-04 16:29:55 <Solid> Oo
2021-12-04 16:30:07 <Solid> well that sounds... interesting :D
2021-12-04 16:32:02 <mc47> it was
2021-12-04 16:42:09 <mc47> oh shit
2021-12-04 16:42:21 <mc47> there's an open PR that I should've taken a look at
2021-12-04 16:47:26 <Solid> feel free to look at as many as you like :>
2021-12-04 17:04:53 liskin is either busy or extremely tired, and my left wrist is still not okay :-/
2021-12-04 17:18:16 × tv quits (~tv@user/tv) (Ping timeout: 268 seconds)
2021-12-04 17:24:11 <mc47> I hope it's fine liskin! what's wrong?
2021-12-04 17:59:27 × noex quits (~null@2600:8804:1280:aa0:5857:94a:25de:c513) (Quit: :q!)
2021-12-04 18:14:45 tv joins (~tv@user/tv)
2021-12-04 18:15:53 noex joins (~null@2600:8804:1280:aa0:5857:94a:25de:c513)
2021-12-04 18:19:00 × noex quits (~null@2600:8804:1280:aa0:5857:94a:25de:c513) (Client Quit)
2021-12-04 18:20:17 noex joins (~null@2600:8804:1280:aa0:5857:94a:25de:c513)
2021-12-04 18:30:34 MagnusMX joins (~MagnusMX@189.195.202.78)
2021-12-04 18:31:04 × MagnusMX quits (~MagnusMX@189.195.202.78) (Client Quit)
2021-12-04 19:15:41 × qbt quits (~qbt@user/edun) (Quit: Leaving.)
2021-12-04 19:19:04 <liskin> mc47: What's wrong is that I don't know how to pause life.
2021-12-04 19:19:30 <liskin> Things just keep piling on even when I need a break
2021-12-04 19:22:45 × geekosaur quits (~geekosaur@xmonad/geekosaur) (Remote host closed the connection)
2021-12-04 19:24:29 geekosaur joins (~geekosaur@xmonad/geekosaur)
2021-12-04 20:45:27 × wz1000 quits (~zubin@static.11.113.47.78.clients.your-server.de) (Ping timeout: 256 seconds)
2021-12-04 20:45:51 wz1000 joins (~zubin@static.11.113.47.78.clients.your-server.de)
2021-12-04 21:10:15 trillp joins (~user@69.233.98.238)
2021-12-04 21:24:53 curiousgay joins (~curiousga@77-120-141-90.kha.volia.net)
2021-12-04 21:25:46 kento joins (~kento@089144204185.atnat0013.highway.webapn.at)
2021-12-04 21:25:59 × kento quits (~kento@089144204185.atnat0013.highway.webapn.at) (Client Quit)
2021-12-04 21:26:07 kento joins (~kento@089144204185.atnat0013.highway.webapn.at)
2021-12-04 21:32:49 <kento> I need some help with the Layout.NoBorders module. I use decorations to indicate focus so I only want borders on floating windows. Shouldn't ```lessBorder (Combine Difference Screen OnlyFloat)``` provide the expected behaviour? I've played around with the module and different ambiguity settings a bit but as far as I can tell the behaviour has never
2021-12-04 21:32:50 <kento> changed...
2021-12-04 21:33:54 <geekosaur> did you mod-shift-space after chainging it? (Although I'm not sure it's necessary here since I think the type should change)
2021-12-04 21:34:18 × kento quits (~kento@089144204185.atnat0013.highway.webapn.at) (Quit: Client closed)
2021-12-04 21:34:28 kento joins (~kento@089144204185.atnat0013.highway.webapn.at)
2021-12-04 21:35:08 <kento> What does that keybind do?
2021-12-04 21:35:47 <kento> I have certainly recompiled the config
2021-12-04 21:35:58 <geekosaur> xmonad does not automatically apply a new layout after mod-q
2021-12-04 21:36:24 <geekosaur> because it can't tell what changes are your edits to the layout and what are changes from things like mod-.
2021-12-04 21:36:54 <geekosaur> so you have to use mod-shift-space to tell xmonad "yes, throw out any runtime changes to the layout and recompute it from the config"
2021-12-04 21:37:01 <kento> Oh, I don't use the recompilation feature, I build using cabal, so xmonad certainly should have picked up the changes
2021-12-04 21:37:18 <geekosaur> did you then exit and restart?
2021-12-04 21:37:25 <kento> yeah
2021-12-04 21:38:12 geekosaur is also looking over the docs and doesn't think that config will do what is intended, i.e. invert the meaning of OnlyFloat
2021-12-04 21:42:19 <kento> Another option I have is to use the managehook to  remove borders from all tiled windows, but I don't know how I'd go about writing that
2021-12-04 21:42:22 <geekosaur> I think Screen is wrong because it means you almost never have anything to compute set difference from and when you do it'd be a full screen float
2021-12-04 21:44:23 <geekosaur> what you'd really need is an Always (as opposed to Never) that matches all windows, so you could use set difference to remove the floats
2021-12-04 21:45:04 <kento> So a SetsAmbiguous instance?
2021-12-04 21:45:13 <geekosaur> you're kinda not using Ambiguity as it's intended, it's strongly focused on full-screen windows
2021-12-04 21:46:21 <geekosaur> yes
2021-12-04 21:46:45 <kento> Well, I'm open to any other options to get the behavior i described, the docs just made it seem like the best fit from all the modules in contrib
2021-12-04 21:47:09 <kento> I'll try writing that, thanks
2021-12-04 21:47:16 <geekosaur> it's the best fit, it's just not quite designed for your use case
2021-12-04 21:47:48 <geekosaur> it really intends to be used to remove borders from full screen windows, but it's also the only module that does much of anything with borders
2021-12-04 21:48:48 <geekosaur> also you can't adjust borders from the manageHook because X.O.windows sets the border on new windows *after* running the manageHook
2021-12-04 21:50:28 <kento> i see. maybe the open PR for X.H.BorderPerWindow could achieve this as well, but i think using NoBorders with a custom ambiguity will be the cleanest
2021-12-04 22:07:03 × kento quits (~kento@089144204185.atnat0013.highway.webapn.at) (Ping timeout: 256 seconds)
2021-12-04 22:57:45 × geekosaur quits (~geekosaur@xmonad/geekosaur) (Remote host closed the connection)
2021-12-04 22:59:24 geekosaur joins (~geekosaur@xmonad/geekosaur)
2021-12-04 22:59:45 × curiousgay quits (~curiousga@77-120-141-90.kha.volia.net) (Ping timeout: 256 seconds)
2021-12-04 23:08:34 × mc47 quits (~mc47@xmonad/TheMC47) (Quit: Leaving)
2021-12-04 23:17:24 curiousgay joins (~curiousga@77-120-141-90.kha.volia.net)
2021-12-05 00:16:15 × curiousgay quits (~curiousga@77-120-141-90.kha.volia.net) (Ping timeout: 256 seconds)
2021-12-05 00:44:14 × seschwar quits (~seschwar@user/seschwar) (Quit: :wq)
2021-12-05 00:48:03 mvk joins (~mvk@2607:fea8:5cdd:f000::9788)
2021-12-05 00:59:31 kento joins (~kento@089144204185.atnat0013.highway.webapn.at)
2021-12-05 01:00:46 × kento quits (~kento@089144204185.atnat0013.highway.webapn.at) (Client Quit)
2021-12-05 01:02:20 mohab joins (~mohab@41.129.80.0)
2021-12-05 01:02:49 × mohab quits (~mohab@41.129.80.0) (Client Quit)
2021-12-05 03:04:03 × banc quits (banc@gateway/vpn/airvpn/banc) (Ping timeout: 256 seconds)
2021-12-05 03:22:40 banc joins (banc@gateway/vpn/airvpn/banc)
2021-12-05 03:26:53 × steve_ quits (~steve@ool-182c2b80.dyn.optonline.net) (Ping timeout: 252 seconds)
2021-12-05 03:35:41 × td_ quits (~td@muedsl-82-207-238-245.citykom.de) (Ping timeout: 252 seconds)
2021-12-05 03:37:13 td_ joins (~td@muedsl-82-207-238-182.citykom.de)
2021-12-05 04:21:53 × mvk quits (~mvk@2607:fea8:5cdd:f000::9788) (Ping timeout: 252 seconds)
2021-12-05 06:47:24 curiousgay joins (~curiousga@77-120-141-90.kha.volia.net)
2021-12-05 08:24:15 × geekosaur quits (~geekosaur@xmonad/geekosaur) (Remote host closed the connection)
2021-12-05 08:30:58 geekosaur joins (~geekosaur@xmonad/geekosaur)
2021-12-05 08:51:21 qbt joins (~qbt@user/edun)
2021-12-05 09:02:58 × nomadxx3 quits (~lanomadx@69.167.42.149) (Quit: ZNC 1.8.2 - https://znc.in)
2021-12-05 09:03:14 nomadxx3 joins (~lanomadx@69.167.42.149)
2021-12-05 09:17:36 allbery_b joins (~geekosaur@xmonad/geekosaur)
2021-12-05 09:17:36 × geekosaur quits (~geekosaur@xmonad/geekosaur) (Killed (NickServ (GHOST command used by allbery_b)))
2021-12-05 09:17:39 allbery_b is now known as geekosaur
2021-12-05 09:54:16 mc47 joins (~mc47@xmonad/TheMC47)
2021-12-05 10:23:59 steve_ joins (~steve@ool-182c2b80.dyn.optonline.net)
2021-12-05 10:31:45 × vifon quits (~vifon@user/vifon) (Quit: WeeChat 2.9)
2021-12-05 10:32:10 vifon joins (~vifon@user/vifon)

All times are in UTC.