Logs on 2024-10-31 (liberachat/#xmonad)
| 00:37:36 | × | ash3en quits (~Thunderbi@2a03:7846:b6eb:101:93ac:a90a:da67:f207) (Ping timeout: 276 seconds) |
| 01:24:09 | → | L29Ah joins (~L29Ah@wikipedia/L29Ah) |
| 03:07:45 | → | cayley51 joins (~cayley5@user/phileasfogg) |
| 03:08:51 | × | cayley5 quits (~cayley5@user/phileasfogg) (Read error: Connection reset by peer) |
| 03:08:51 | cayley51 | is now known as cayley5 |
| 03:27:35 | × | alp quits (~alp@2001:861:e3d6:8f80:1380:9a94:518c:2b43) (Remote host closed the connection) |
| 03:59:06 | × | td_ quits (~td@i5387091D.versanet.de) (Ping timeout: 276 seconds) |
| 04:00:17 | → | td_ joins (~td@i53870906.versanet.de) |
| 04:51:58 | → | ChubaDuba joins (~ChubaDuba@5.165.252.5) |
| 06:02:00 | × | ChubaDuba quits (~ChubaDuba@5.165.252.5) (Quit: WeeChat 4.4.2) |
| 06:39:46 | <deebo> | if i have `avoidStruts $ myLayout`, is there some hackery i could do in myLayout to achieve basically ` ... ||| ignoreAvoidStruts Full` to get one layout that goes over docks without the need for toggling |
| 06:41:24 | <Leary> | deebo: Why not just `avoidStruts myLayout ||| Full`? |
| 06:42:39 | <deebo> | because i didn't think of that :) but also that kinda splits the code in a way i'd like to avoid |
| 06:44:08 | <Leary> | You should rather avoid bad hacks. |
| 06:44:18 | <Leary> | But code can always be rearranged anyway. |
| 06:46:01 | <deebo> | it's haskell, it's all hackery to me |
| 06:49:40 | <deebo> | hmm, i actually have `myLaoutHook = layoutModifiers $ myLayout`, so it just brings annoying repetition with `||| lessBorders Full` |
| 06:50:30 | <deebo> | that's kinda why i'd just prefer canceling the one out inside myLayout |
| 06:53:09 | <Leary> | If you put the full code somewhere, I can show you how I would arrange it. |
| 06:56:07 | <deebo> | https://pastebin.com/RVinAvrj relevant snippet i guess |
| 06:59:28 | → | alp joins (~alp@2001:861:e3d6:8f80:aa5d:e7:9d3:29e5) |
| 07:06:32 | <Leary> | deebo: Well, probably something like this: https://paste.tomsmeding.com/IgLj8aUq |
| 07:07:28 | <Leary> | The `layoutModifers` function wasn't pulling its weight; the reality is that you don't want to apply your modifiers uniformly. |
| 07:08:31 | <deebo> | makes sense, thanks |
| 07:09:44 | <Leary> | Oh, and the `myLayoutHook = actualLayout` at the end there is of course reduntant; I subconsciously used it as a stand-in for the actual `, layoutHook = ...` field. |
| 07:12:16 | <deebo> | yep, removed that |
| 07:19:25 | × | redgloboli quits (~redglobol@user/redgloboli) (Quit: ...enter the matrix...) |
| 07:43:15 | → | ChubaDuba joins (~ChubaDuba@46.147.103.46) |
| 07:59:10 | × | ft quits (~ft@p4fc2a216.dip0.t-ipconnect.de) (Quit: leaving) |
| 09:13:12 | × | ChubaDuba quits (~ChubaDuba@46.147.103.46) (Quit: WeeChat 4.4.2) |
| 10:01:01 | → | ash3en joins (~Thunderbi@2a03:7846:b6eb:101:93ac:a90a:da67:f207) |
| 12:18:53 | × | ash3en quits (~Thunderbi@2a03:7846:b6eb:101:93ac:a90a:da67:f207) (Quit: ash3en) |
| 12:43:02 | → | Nixkernal joins (~Nixkernal@90.74.198.178.dynamic.cust.swisscom.net) |
| 13:43:13 | <geekosaur> | fwiw https://github.com/geekosaur/xmonad.hs/blob/hilfy-2023/xmonad.hs#L178-L179 |
| 13:43:34 | <geekosaur> | which keeps the avoidStruts on one workspace but starts with it toggled off |
| 14:06:38 | × | Nixkernal quits (~Nixkernal@90.74.198.178.dynamic.cust.swisscom.net) (Quit: https://quassel-irc.org - Chat comfortably. Anywhere.) |
| 14:30:05 | → | Nixkernal joins (~Nixkernal@90.74.198.178.dynamic.cust.swisscom.net) |
| 15:20:35 | → | ft joins (~ft@p4fc2a216.dip0.t-ipconnect.de) |
| 15:36:18 | → | Digitteknohippie joins (~user@user/digit) |
| 15:36:57 | × | Digit quits (~user@user/digit) (Ping timeout: 252 seconds) |
| 15:50:59 | × | alp quits (~alp@2001:861:e3d6:8f80:aa5d:e7:9d3:29e5) (Ping timeout: 260 seconds) |
| 16:13:51 | → | ash3en joins (~Thunderbi@2a03:7846:b6eb:101:93ac:a90a:da67:f207) |
| 16:30:04 | × | ash3en quits (~Thunderbi@2a03:7846:b6eb:101:93ac:a90a:da67:f207) (Ping timeout: 260 seconds) |
| 16:30:24 | → | ash3en joins (~Thunderbi@146.70.124.222) |
| 16:40:03 | → | ash3en1 joins (~Thunderbi@2a03:7846:b6eb:101:93ac:a90a:da67:f207) |
| 16:40:30 | → | alp joins (~alp@2001:861:e3d6:8f80:b811:e433:6175:d950) |
| 16:41:12 | × | ash3en quits (~Thunderbi@146.70.124.222) (Ping timeout: 252 seconds) |
| 16:41:12 | ash3en1 | is now known as ash3en |
| 17:04:42 | Digitteknohippie | is now known as Digit |
| 17:05:26 | × | ash3en quits (~Thunderbi@2a03:7846:b6eb:101:93ac:a90a:da67:f207) (Quit: ash3en) |
| 18:43:30 | → | Digitteknohippie joins (~user@user/digit) |
| 18:44:10 | × | Digit quits (~user@user/digit) (Ping timeout: 272 seconds) |
| 18:54:52 | Digitteknohippie | is now known as Digit |
| 18:58:19 | × | hightower2 quits (~hightower@213.186.15.36) (Remote host closed the connection) |
| 19:01:30 | → | hightower2 joins (~hightower@213.186.15.36) |
| 19:06:16 | × | roks0n quits (~roks0n@user/roks0n) (Remote host closed the connection) |
| 19:07:07 | → | roks0n joins (~roks0n@user/roks0n) |
| 19:18:19 | × | hightower2 quits (~hightower@213.186.15.36) (Remote host closed the connection) |
| 19:19:03 | → | hightower2 joins (~hightower@213.186.15.36) |
| 21:52:45 | ← | L29Ah parts (~L29Ah@wikipedia/L29Ah) () |
| 22:45:00 | → | L29Ah joins (~L29Ah@wikipedia/L29Ah) |
All times are in UTC on 2024-10-31.