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