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