Logs: liberachat/#xmonad
| 2021-11-06 14:48:02 | <geekosaur> | @where paste |
| 2021-11-06 14:48:02 | <lambdabot> | Help us help you: please paste full code, input and/or output at e.g. https://paste.tomsmeding.com |
| 2021-11-06 14:48:14 | × | gruntsplatter quits (~sogens@gateway/vpn/pia/sogens) (Ping timeout: 260 seconds) |
| 2021-11-06 14:48:30 | <geekosaur> | sounds to me like you have something backwards or misplaced |
| 2021-11-06 14:48:43 | <alternateved> | Still not sure how that parsing would work here, since it won't parse to [Char] which myKeys is |
| 2021-11-06 14:48:47 | <alternateved> | Yeah, I do |
| 2021-11-06 14:49:53 | <geekosaur> | hm, [Char] means you don't need to use parsing. this I thought was about using parsing to go from String to the (KeyMaks,KeySym) that KeyRemap expects |
| 2021-11-06 14:50:20 | <geekosaur> | *KeyMask |
| 2021-11-06 14:50:37 | <alternateved> | No, it is a about making KeyRemap work with EZConfig Emacs bindings |
| 2021-11-06 14:52:37 | <liskin> | desantra: you can ask the curators to manually bump a major version of a package, and they can do so if they think it's a good idea |
| 2021-11-06 14:53:23 | <alternateved> | Ah, dunno, I have a feeling that without rewritting `XMonad.Actions.KeyRemap` to be more EZConfig friendly it isn't possible |
| 2021-11-06 14:53:29 | <Solid> | geekosaur: a newer resolver is out already, actually, but xmonad still seems to be on 0.15/0.16 |
| 2021-11-06 14:53:37 | <liskin> | geekosaur: did we? LTS 18 has been out for a few months, and we're back in nightly |
| 2021-11-06 14:54:18 | <liskin> | (xmonad was dropped because 0.15 didn't build with ghc 9.0) |
| 2021-11-06 14:54:55 | <fizzie> | alternateved: The way I interpreted "making KeyRemap work with EZConfig Emacs bindings" *is* the same as parsing (EZConfig) String values into (KeyRemap) KeyTables. |
| 2021-11-06 14:55:55 | <alternateved> | The question is mainly how to append output of `buildKeyRemapBindings` function to myKeys which is of type `[(String, X ())]` |
| 2021-11-06 14:56:02 | <geekosaur> | when I went to stackage.org it said the LTS had last been updated 4 days ago. so either they released 4 days ago or LTS isn't immutable… but immutability was supposedly one of the selling points of resolvers |
| 2021-11-06 14:56:08 | <fizzie> | Oh! Well, don't append to *that*. |
| 2021-11-06 14:56:24 | <fizzie> | Just append it to the `keys` field of your configuration. |
| 2021-11-06 14:56:54 | <alternateved> | Hmm, do you know how could I refer to default xmonad keys with keys? |
| 2021-11-06 14:57:06 | <Solid> | geekosaur: yeah but new stack lts resolvers get released every 1-3 weeks or so |
| 2021-11-06 14:57:39 | <geekosaur> | `keys def conf` |
| 2021-11-06 14:58:03 | <fizzie> | alternateved: You can see what `additionalKeysP` actually does, to figure out how EZConfig adds the keys to your configuration: https://hackage.haskell.org/package/xmonad-contrib-0.17.0/docs/src/XMonad.Util.EZConfig.html#additionalKeysP |
| 2021-11-06 14:58:17 | <geekosaur> | if you need a particular key you can then treat that as a Map |
| 2021-11-06 14:59:12 | <fizzie> | alternateved: Also, even easier than that, you can just chain `additionalKeys` and `additionalKeysP` to combine your Emacs-style `myKeys` with the table out of buildKeyRemapBindings. |
| 2021-11-06 14:59:56 | <fizzie> | As in: assuming your current setup is <your config> `additionalKeysP` myKeys turn that into <your config> `additionalKeysP` myKeys `additionalKeys` buildKeyRemapBindings ... |
| 2021-11-06 15:01:35 | <alternateved> | Ahh, I'm dumb |
| 2021-11-06 15:01:41 | <alternateved> | You are right |
| 2021-11-06 15:02:15 | <liskin> | geekosaur: LTS promises to only bring bugfixes and security patches in minor LTS updates |
| 2021-11-06 15:02:30 | <alternateved> | `additionalKeys` takes exactly whate `buildKeyRemapBindings` returns |
| 2021-11-06 15:02:54 | <liskin> | geekosaur: Obviously a minor version bump isn't just for fun, it will update minor versions of some packages |
| 2021-11-06 15:03:17 | <liskin> | Major updates are only allowed in major LTS bumps |
| 2021-11-06 15:04:38 | <liskin> | But 4 days ago a minor update got released, so xmonad major update wasn't even considered. We can only hope that get in on a major LTS bump. |
| 2021-11-06 15:05:13 | <liskin> | LTS 19 will have new xmonad. LTS 18 won't, unless the curators choose to bump it anyway. |
| 2021-11-06 15:08:29 | <alternateved> | fizzie: Thanks a lot! That was much simpler than I thought |
| 2021-11-06 15:08:53 | × | alternateved quits (~user@staticline-31-183-149-3.toya.net.pl) (Remote host closed the connection) |
| 2021-11-06 15:09:33 | → | alternateved joins (~user@staticline-31-183-149-3.toya.net.pl) |
| 2021-11-06 15:20:29 | × | alternateved quits (~user@staticline-31-183-149-3.toya.net.pl) (Remote host closed the connection) |
| 2021-11-06 16:04:14 | × | Armoletti^ quits (~armoletti@dyn70-177.yok.fi) (Ping timeout: 268 seconds) |
| 2021-11-06 16:04:33 | → | Armoletti^ joins (~armoletti@dyn70-177.yok.fi) |
| 2021-11-06 16:26:01 | × | desantra quits (~skykanin@user/skykanin) (Quit: WeeChat 3.3) |
| 2021-11-06 17:24:51 | → | qbt joins (~qbt@user/edun) |
| 2021-11-06 17:26:19 | × | qbt quits (~qbt@user/edun) (Client Quit) |
| 2021-11-06 17:48:25 | → | bsjd joins (~user@2a02:a020:e8:d6fe:45d7:eea7:cb87:a155) |
| 2021-11-06 19:03:33 | → | noex joins (~blake@2600:8804:1280:aa0:5857:94a:25de:c513) |
| 2021-11-06 19:16:30 | × | xboxn_ quits (~xboxn@109.78.63.88) (Quit: Leaving) |
| 2021-11-06 20:29:15 | → | Guest25 joins (~Guest25@ip71.ip-51-89-255.eu) |
| 2021-11-06 20:29:35 | × | Guest25 quits (~Guest25@ip71.ip-51-89-255.eu) (Client Quit) |
| 2021-11-06 21:13:49 | × | darkstardevx quits (~darkstard@50.39.114.152) (Read error: Connection reset by peer) |
| 2021-11-06 21:22:34 | → | darkstardevx joins (~darkstard@50.39.114.152) |
| 2021-11-06 21:23:28 | × | darkstardevx quits (~darkstard@50.39.114.152) (Remote host closed the connection) |
| 2021-11-06 21:23:52 | → | darkstardevx joins (~darkstard@50.39.114.152) |
| 2021-11-06 21:47:41 | × | catman quits (~catman@user/catman) (Remote host closed the connection) |
| 2021-11-06 21:55:06 | → | catman joins (~catman@user/catman) |
| 2021-11-06 21:57:30 | × | werneta quits (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (Ping timeout: 268 seconds) |
| 2021-11-06 22:12:43 | → | werneta joins (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) |
| 2021-11-06 22:31:00 | × | zawaken quits (~zawaken@user/zawaken) (Quit: ZNC 1.8.2 - https://znc.in) |
| 2021-11-06 22:34:26 | × | electr0n quits (~electr0n@about/security/founder/electr0n) (Quit: WeeChat 3.3) |
| 2021-11-06 22:40:42 | → | zawaken joins (~zawaken@user/zawaken) |
| 2021-11-06 22:55:12 | × | zawaken quits (~zawaken@user/zawaken) (Quit: ZNC 1.9.x-nightly-20211008-ac57c0e5 - https://znc.in) |
| 2021-11-06 22:59:46 | → | zawaken joins (~zawaken@user/zawaken) |
| 2021-11-06 23:13:43 | × | catman quits (~catman@user/catman) (Remote host closed the connection) |
| 2021-11-06 23:25:43 | × | seschwar quits (~seschwar@user/seschwar) (Quit: :wq) |
| 2021-11-06 23:31:32 | × | geekosaur quits (~geekosaur@xmonad/geekosaur) (Remote host closed the connection) |
| 2021-11-06 23:33:13 | → | geekosaur joins (~geekosaur@xmonad/geekosaur) |
| 2021-11-06 23:35:24 | → | darkstarx joins (~darkstard@185.226.144.76) |
| 2021-11-06 23:37:58 | × | darkstardevx quits (~darkstard@50.39.114.152) (Ping timeout: 260 seconds) |
| 2021-11-06 23:40:25 | → | darkstardev13 joins (~darkstard@176.113.72.221) |
| 2021-11-06 23:42:07 | → | catman joins (~catman@user/catman) |
| 2021-11-06 23:43:02 | × | darkstarx quits (~darkstard@185.226.144.76) (Ping timeout: 260 seconds) |
| 2021-11-06 23:48:24 | → | darkstarx joins (~darkstard@50.39.114.152) |
| 2021-11-06 23:50:56 | × | darkstardev13 quits (~darkstard@176.113.72.221) (Ping timeout: 245 seconds) |
| 2021-11-07 00:01:43 | → | bsjd` joins (~user@2a02:a020:e8:a2a:2249:334e:e91:e6e3) |
| 2021-11-07 00:03:23 | × | bsjd quits (~user@2a02:a020:e8:d6fe:45d7:eea7:cb87:a155) (Ping timeout: 264 seconds) |
| 2021-11-07 00:06:46 | → | syntactic_sugar joins (~amoljha@2601:644:8601:2e30::822c) |
| 2021-11-07 00:09:58 | → | darkstardev13 joins (~darkstard@89.47.234.174) |
| 2021-11-07 00:12:26 | × | darkstarx quits (~darkstard@50.39.114.152) (Ping timeout: 260 seconds) |
| 2021-11-07 00:22:41 | × | mc47 quits (~mc47@xmonad/TheMC47) (Read error: Connection reset by peer) |
| 2021-11-07 00:24:55 | → | mc47 joins (~mc47@xmonad/TheMC47) |
| 2021-11-07 00:34:26 | × | mc47 quits (~mc47@xmonad/TheMC47) (Ping timeout: 260 seconds) |
| 2021-11-07 00:41:53 | × | noex quits (~blake@2600:8804:1280:aa0:5857:94a:25de:c513) (Quit: WeeChat 3.3) |
| 2021-11-07 00:55:22 | × | catman quits (~catman@user/catman) (Ping timeout: 260 seconds) |
| 2021-11-07 00:57:28 | → | catman joins (~catman@user/catman) |
| 2021-11-07 00:58:39 | × | catman quits (~catman@user/catman) (Remote host closed the connection) |
| 2021-11-07 01:36:16 | → | catman joins (~catman@user/catman) |
| 2021-11-07 01:53:20 | → | darkstarx joins (~darkstard@gateway/vpn/pia/darkstardevx) |
| 2021-11-07 01:54:30 | × | bsjd` quits (~user@2a02:a020:e8:a2a:2249:334e:e91:e6e3) (Remote host closed the connection) |
| 2021-11-07 01:55:55 | × | darkstardev13 quits (~darkstard@89.47.234.174) (Ping timeout: 256 seconds) |
| 2021-11-07 02:16:38 | × | catman quits (~catman@user/catman) (Ping timeout: 260 seconds) |
| 2021-11-07 02:18:58 | × | darkstarx quits (~darkstard@gateway/vpn/pia/darkstardevx) (Remote host closed the connection) |
| 2021-11-07 02:19:20 | → | darkstarx joins (~darkstard@gateway/vpn/pia/darkstardevx) |
| 2021-11-07 02:19:57 | → | catman joins (~catman@user/catman) |
| 2021-11-07 02:49:28 | → | SenranKaguya joins (~weechat@c-73-15-19-170.hsd1.ca.comcast.net) |
| 2021-11-07 03:02:47 | × | banc quits (banc@gateway/vpn/airvpn/banc) (Ping timeout: 256 seconds) |
| 2021-11-07 03:24:04 | → | banc joins (banc@gateway/vpn/airvpn/banc) |
| 2021-11-07 03:36:35 | × | catman quits (~catman@user/catman) (Quit: WeeChat 3.4-dev) |
| 2021-11-07 03:37:15 | → | catman joins (~catman@user/catman) |
| 2021-11-07 03:39:46 | → | gruntsplatter joins (~sogens@gateway/vpn/pia/sogens) |
| 2021-11-07 03:48:43 | × | SenranKaguya quits (~weechat@c-73-15-19-170.hsd1.ca.comcast.net) (Quit: WeeChat 3.3) |
| 2021-11-07 03:50:35 | × | syntactic_sugar quits (~amoljha@2601:644:8601:2e30::822c) (Quit: WeeChat 3.3) |
All times are in UTC.