Logs on 2023-08-29 (liberachat/#xmonad)
| 00:49:03 | → | will joins (~will@2603-9008-1602-bfba-387e-76cf-1392-5633.inf6.spectrum.com) |
| 01:30:20 | × | will quits (~will@2603-9008-1602-bfba-387e-76cf-1392-5633.inf6.spectrum.com) (Ping timeout: 248 seconds) |
| 01:44:09 | × | gauge quits (~gauge@user/gauge) (Quit: Quitting) |
| 01:44:26 | → | gauge joins (~gauge@user/gauge) |
| 02:51:01 | × | td_ quits (~td@i5387090B.versanet.de) (Ping timeout: 255 seconds) |
| 02:52:55 | → | td_ joins (~td@i5387093F.versanet.de) |
| 03:47:03 | → | mvk joins (~mvk@2607:fea8:5c9a:a600::5235) |
| 03:53:45 | × | mvk quits (~mvk@2607:fea8:5c9a:a600::5235) (Quit: Going elsewhere) |
| 04:06:20 | × | hightower3 quits (~hightower@89-164-126-160.dsl.iskon.hr) (Read error: Connection reset by peer) |
| 04:06:40 | → | hightower3 joins (~hightower@89-164-126-160.dsl.iskon.hr) |
| 04:52:34 | → | will joins (~will@2603-9008-1602-bfba-824b-55d3-4bab-7757.inf6.spectrum.com) |
| 05:16:28 | × | will quits (~will@2603-9008-1602-bfba-824b-55d3-4bab-7757.inf6.spectrum.com) (Remote host closed the connection) |
| 05:16:52 | → | will joins (~will@2603-9008-1602-bfba-f0f1-51d4-0c70-3341.inf6.spectrum.com) |
| 05:19:00 | × | will quits (~will@2603-9008-1602-bfba-f0f1-51d4-0c70-3341.inf6.spectrum.com) (Client Quit) |
| 06:06:19 | × | td_ quits (~td@i5387093F.versanet.de) (Ping timeout: 255 seconds) |
| 06:08:15 | → | td_ joins (~td@i5387092A.versanet.de) |
| 06:19:28 | <deebo> | when using scratchpads, is there an option other than customFloating and defaultFloating that would be "corner at this location, size 'original'"? |
| 06:34:25 | → | Maeda joins (~Maeda@91-161-10-149.subs.proxad.net) |
| 06:36:32 | <[Leary]> | deebo: See X.H.ManageHelpers.do(SideFloat|FloatAt|FloatDep) |
| 06:38:44 | <deebo> | is there some pixel'ish helper for the 0...1 location ranges |
| 06:39:10 | <deebo> | for whatever to current resolution is |
| 06:42:10 | <[Leary]> | Not that I'm aware of. You can use `liftX (gets (screenRect . W.screenDetail . W.current . windowset))` (untested) to get the resolution in a ManageHook context. |
| 06:43:01 | <deebo> | thanks, will do some testing |
| 07:28:04 | → | ircbrowse_tom joins (~ircbrowse@2a01:4f8:1c1c:9319::1) |
| 07:28:06 | Server | sets mode +cnt |
| 07:51:10 | → | cfricke joins (~cfricke@user/cfricke) |
| 08:20:03 | × | szczot3k quits (fkszczot@wikimedia/fkszczot) (Excess Flood) |
| 08:20:13 | → | hightower4 joins (~hightower@89-164-107-241.dsl.iskon.hr) |
| 08:20:50 | → | szczot3k joins (fkszczot@wikimedia/fkszczot) |
| 08:22:37 | × | hightower3 quits (~hightower@89-164-126-160.dsl.iskon.hr) (Ping timeout: 248 seconds) |
| 08:22:44 | <Solid> | deebo: you can perhaps adjust X.L.FixedColumn's 'widthCols': https://hackage.haskell.org/package/xmonad-contrib-0.17.1/docs/src/XMonad.Layout.FixedColumn.html#widthCols |
| 09:31:41 | → | mc47 joins (~mc47@xmonad/TheMC47) |
| 09:31:42 | → | hightower3 joins (~hightower@213-202-64-37.dsl.iskon.hr) |
| 09:34:11 | × | hightower4 quits (~hightower@89-164-107-241.dsl.iskon.hr) (Ping timeout: 245 seconds) |
| 09:51:50 | × | ft quits (~ft@p508db658.dip0.t-ipconnect.de) (Quit: leaving) |
| 10:35:20 | × | cfricke quits (~cfricke@user/cfricke) (Quit: WeeChat 4.0.3) |
| 12:10:16 | → | thunderrd joins (~thunderrd@183.182.114.166) |
| 12:23:41 | → | Nixkernal joins (~Nixkernal@119.4.193.178.dynamic.wline.res.cust.swisscom.ch) |
| 13:51:32 | <geekosaur> | https://github.com/geekosaur/xmonad.hs/blob/skkukuk/xmonad.hs#L407-L436 |
| 15:32:31 | × | thunderrd quits (~thunderrd@183.182.114.166) (Remote host closed the connection) |
| 15:33:34 | → | thunderrd joins (~thunderrd@183.182.114.166) |
| 15:36:30 | × | thunderrd quits (~thunderrd@183.182.114.166) (Remote host closed the connection) |
| 15:55:47 | × | todi quits (~todi@p4fd1a580.dip0.t-ipconnect.de) (Quit: ZNC - https://znc.in) |
| 16:06:51 | <[Leary]> | geekosaur: I happened to notice the implementation of `unlessQuery` just below. We have `findM` in X.Prelude now, so you can simplify the last two lines to `match <- findM (runQuery q) ws; when (match == Nothing) x` and get short-circuiting. |
| 16:18:16 | <geekosaur> | yeh, I slapped that together kinda quickly because I kept crashing my xmonad (I still don't know why nobody else can reproduce it) |
| 16:18:35 | <geekosaur> | and restarting caused problems, as per the comments where it's used |
| 16:20:39 | → | thunderrd joins (~thunderrd@183.182.114.166) |
| 19:20:03 | → | todi joins (~todi@p4fd1a580.dip0.t-ipconnect.de) |
| 19:32:40 | × | mc47 quits (~mc47@xmonad/TheMC47) (Remote host closed the connection) |
| 19:40:53 | → | hightower2 joins (~hightower@141-136-238-141.dsl.iskon.hr) |
| 19:42:36 | × | hightower3 quits (~hightower@213-202-64-37.dsl.iskon.hr) (Ping timeout: 248 seconds) |
| 19:49:57 | → | ft joins (~ft@p508db658.dip0.t-ipconnect.de) |
| 19:57:15 | → | hightower3 joins (~hightower@141-136-157-92.dsl.iskon.hr) |
| 19:59:00 | × | hightower2 quits (~hightower@141-136-238-141.dsl.iskon.hr) (Ping timeout: 246 seconds) |
All times are in UTC on 2023-08-29.