Logs on 2022-09-06 (liberachat/#xmonad)
| 00:08:59 | → | mesaoptimizer joins (apotheosis@user/PapuaHardyNet) |
| 00:10:13 | → | rekahsoft joins (~rekahsoft@bras-base-wdston4533w-grc-02-142-113-160-8.dsl.bell.ca) |
| 00:10:24 | <mesaoptimizer> | just want to make a sort-of-bug report: if you make an "M-n m" map using `additionalKeys` and make "M-n b" map using `additionalKeysP`, it seems that if you apply them in order, the second function wipes the previous mappings of "M-n" |
| 00:11:39 | <mesaoptimizer> | to successfully figure out the issue, I had to use `submapDefault (spawn "xmessage 'incorrect')` to find out that the map wasn't even being loaded |
| 00:11:57 | <geekosaur> | there's no good way to deal with that since they can't see each others' keymaps |
| 00:11:57 | <mesaoptimizer> | the previous map, that is |
| 00:12:57 | <mesaoptimizer> | I don't even mean a conflict: I expected that there would be a merging of maps and that "M-n" submaps from both functions would work |
| 00:13:22 | <geekosaur> | but that's the point, they can't see each others' maps at all |
| 00:14:02 | <geekosaur> | and worse, it's actually a function that has to be fed a config record to produce a map, and then the Submap is itself a function as seen from outside, not a Map, and there's no way to "peek inside" |
| 00:14:15 | <geekosaur> | or even to tell that it's a submap function |
| 00:14:23 | <mesaoptimizer> | oh, now I get it |
| 00:14:43 | <geekosaur> | fixing this would require teaching the core about submaps directly |
| 00:14:50 | <mesaoptimizer> | a key is now tied to a function of a specific map only, there's no JSON-like tree where you can merge submaps that I had in mind |
| 00:15:56 | <geekosaur> | right, a submap is a function which has a keymap as a parameter. as I said, we'd have to change the core to do something like that JSON tree to make things work like that |
| 00:17:03 | <geekosaur> | personally I'd just pick one and not try to stack them |
| 00:18:25 | <[Leary]> | Well, EZConfig doesn't need to immediately transform what it's given into a submap action. It could instead build a representation in ExtensibleConf, writing submaps that read from the right part of it. |
| 00:18:44 | <[Leary]> | So you really don't need to touch core. |
| 00:18:58 | <mesaoptimizer> | sure, I'll do that. Thanks for explaining. |
| 00:18:59 | <geekosaur> | true. although ExtensibleConf didn't exist back when it was written |
| 00:19:30 | <geekosaur> | EZConfig is from something like 0.4 |
| 00:49:28 | × | noex quits (~null@user/noex) (Quit: :q!) |
| 00:52:15 | → | thunderrd joins (~thunderrd@183.182.111.208) |
| 01:54:06 | × | blaa quits (~bla@79.191.249.31.ipv4.supernova.orange.pl) (Ping timeout: 268 seconds) |
| 01:54:09 | → | bla joins (~bla@83.24.90.189.ipv4.supernova.orange.pl) |
| 02:02:23 | × | banc quits (banc@gateway/vpn/airvpn/banc) (Ping timeout: 244 seconds) |
| 02:03:49 | <dpn`> | bit of a long shot here, but has anyone figured out that weird interplay with picom and the RGBA of window borders being changed? In this screenshot the left and top right borders are both inactive - bottom right is active https://imgur.com/a/JKNpf5F |
| 02:23:34 | → | banc joins (banc@gateway/vpn/airvpn/banc) |
| 02:40:37 | × | td_ quits (~td@muedsl-82-207-238-026.citykom.de) (Ping timeout: 244 seconds) |
| 02:42:22 | → | td_ joins (~td@muedsl-82-207-238-233.citykom.de) |
| 03:24:58 | → | noex joins (~null@user/noex) |
| 03:37:27 | × | mvk quits (~mvk@2607:fea8:5ce3:8500::a1ec) (Ping timeout: 244 seconds) |
| 03:49:36 | × | rekahsoft quits (~rekahsoft@bras-base-wdston4533w-grc-02-142-113-160-8.dsl.bell.ca) (Ping timeout: 260 seconds) |
| 03:50:46 | × | jao quits (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Ping timeout: 260 seconds) |
| 04:17:36 | × | thunderrd quits (~thunderrd@183.182.111.208) (Ping timeout: 260 seconds) |
| 05:42:21 | → | benin0 joins (~benin@183.82.28.141) |
| 06:13:32 | → | alternateved joins (~user@staticline-31-183-146-203.toya.net.pl) |
| 06:56:35 | × | benin0 quits (~benin@183.82.28.141) (Quit: The Lounge - https://thelounge.chat) |
| 07:11:51 | <liskin> | dpn`: are you running the latest xmonad? This has been fixed for a while I believe |
| 07:20:26 | × | sogens quits (~sogens@211.30.36.43) (Quit: WeeChat 3.5) |
| 07:22:03 | → | sogens joins (~sogens@211.30.36.43) |
| 07:27:10 | × | m5zs7k quits (aquares@web10.mydevil.net) (Ping timeout: 268 seconds) |
| 07:28:17 | → | m5zs7k joins (aquares@web10.mydevil.net) |
| 07:46:03 | <mesaoptimizer> | how do I insert a physical keypress such as c-t? I'm trying to emulate tmux's keybind passthrough feature |
| 07:48:34 | → | cfricke joins (~cfricke@user/cfricke) |
| 07:49:45 | <dminuoso> | xdotool |
| 07:53:14 | <dminuoso> | mesaoptimizer: or sendKey/sendKeyWindow |
| 07:53:50 | <dminuoso> | Though these are slightly brittle |
| 08:05:27 | × | sogens quits (~sogens@211.30.36.43) (Quit: WeeChat 3.5) |
| 08:06:50 | → | sogens joins (~sogens@211.30.36.43) |
| 08:22:31 | × | ft quits (~ft@p4fc2a0f5.dip0.t-ipconnect.de) (Quit: Lost terminal) |
| 08:41:11 | <mesaoptimizer> | dminuoso: thank you very much, I've finally upgraded my xmonad to a significantly more comfy keymap |
| 08:47:27 | → | thunderrd joins (~thunderrd@183.182.115.194) |
| 09:00:12 | × | megachicken[m] quits (~kfchicken@2001:470:69fc:105::1:86e5) (Quit: You have been kicked for being idle) |
| 09:00:57 | × | thunderrd quits (~thunderrd@183.182.115.194) (Remote host closed the connection) |
| 09:01:51 | → | thunderrd joins (~thunderrd@183.182.115.194) |
| 09:03:45 | × | thunderrd quits (~thunderrd@183.182.115.194) (Remote host closed the connection) |
| 09:14:57 | <mesaoptimizer> | why does `flashText def 0.05` cause the text flashed to stick on screen for many seconds? I don't get it |
| 09:32:48 | <mesaoptimizer> | oh my bad, I didn't add a `handleEventHook` |
| 09:45:08 | <Solid> | Another module that should really be a combinator |
| 09:48:41 | <Solid> | Mh, maybe not if one wants to use it for several keybindings |
| 10:01:47 | × | cfricke quits (~cfricke@user/cfricke) (Quit: WeeChat 3.6) |
| 10:22:31 | → | thunderrd joins (~thunderrd@183.182.115.194) |
| 10:40:33 | → | chomwitt joins (~chomwitt@2a02:587:dc16:fe00:36b8:e455:625c:e00b) |
| 10:52:42 | × | sogens quits (~sogens@211.30.36.43) (Quit: WeeChat 3.5) |
| 10:53:01 | → | sogens joins (~sogens@211.30.36.43) |
| 10:59:42 | <liskin> | ExtensibleConf would handle that, but having an endo XConfig combinator for adding keybindings would be very non-standard |
| 11:02:07 | → | cfricke joins (~cfricke@user/cfricke) |
| 12:55:30 | <Solid> | yeah, probably not a good idea; especially since one is meant to add flashText to existing keybindings |
| 13:12:12 | × | sogens quits (~sogens@211.30.36.43) (Quit: WeeChat 3.5) |
| 13:12:29 | → | sogens joins (~sogens@211.30.36.43) |
| 13:18:22 | → | Ehllie joins (~Thunderbi@217-67-208-66.itsa.net.pl) |
| 14:17:36 | × | cfricke quits (~cfricke@user/cfricke) (Quit: WeeChat 3.6) |
| 14:47:53 | × | Ehllie quits (~Thunderbi@217-67-208-66.itsa.net.pl) (Ping timeout: 252 seconds) |
| 15:00:24 | → | logzet joins (~quassel@2001:9e8:e51c:4700:dabb:c1ff:fed3:a1b9) |
| 15:14:15 | → | tikosh joins (~tikosh@2601:201:301:c5e0::5d9b) |
| 15:15:45 | <tikosh> | i got a parse error in an end of a line on my xmonad.hs here is the wgetpaste https://dpaste.com/8R8XH9CP6 |
| 15:17:13 | <alternateved> | tikosh: do you close somewhere that subtitle parentheses where myKeys are? |
| 15:18:10 | <tikosh> | oh! Thanks for pointing that out! |
| 15:22:28 | <tikosh> | here is the updated one https://dpaste.com/F8NE65GSJ |
| 15:22:47 | <tikosh> | thanks so much for your help!! I appreciate what you guys do. |
| 15:22:57 | <tikosh> | I can finally upload this to my githu |
| 15:23:53 | × | tikosh quits (~tikosh@2601:201:301:c5e0::5d9b) (Quit: Client closed) |
| 15:25:47 | → | tikosh joins (~tikosh@2601:201:301:c5e0::5d9b) |
| 15:26:37 | <tikosh> | once again, thanks so much! I gotta go edit my config now. Stay blessed, my dudes and dudettes! |
| 15:26:50 | × | tikosh quits (~tikosh@2601:201:301:c5e0::5d9b) (Client Quit) |
| 15:28:47 | <alternateved> | Haha, glad I could be of help. |
| 16:02:03 | × | theliver[m]1 quits (~theliverm@2001:470:69fc:105::2:25e4) (Quit: You have been kicked for being idle) |
| 16:09:37 | → | Ehllie joins (~Thunderbi@user-94-254-164-154.play-internet.pl) |
| 16:11:54 | → | jao joins (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) |
| 16:22:08 | × | Ehllie quits (~Thunderbi@user-94-254-164-154.play-internet.pl) (Read error: Connection reset by peer) |
| 17:11:35 | × | noex quits (~null@user/noex) (Quit: :q!) |
| 17:29:09 | → | Ehllie joins (~Thunderbi@79.184.238.70.ipv4.supernova.orange.pl) |
| 18:26:07 | <xmonadtrack> | New xmonad-contrib branch created: pull/751 (4 commits) https://github.com/xmonad/xmonad-contrib/pull/751 |
| 18:26:07 | <xmonadtrack> | xmonad-contrib Tony Zorman https://github.com/xmonad/xmonad-contrib/pull/751 * v0.17.1-6-g9b6bef7e: X.D.Extending: Add links to headings (2 days ago, 1 file, 5+ 5-) https://github.com/xmonad/xmonad-contrib/commit/9b6bef7e9dc0 |
| 18:26:12 | <xmonadtrack> | xmonad-contrib Tony Zorman https://github.com/xmonad/xmonad-contrib/pull/751 * v0.17.1-7-gc7ff09e6: X.D.Extending: Update hooks (2 days ago, 1 file, 19+ 20-) https://github.com/xmonad/xmonad-contrib/commit/c7ff09e6004c |
| 18:26:21 | <xmonadtrack> | xmonad-contrib Tony Zorman https://github.com/xmonad/xmonad-contrib/pull/751 * v0.17.1-8-gd91529ff: X.D.Extending: Rewrite keyDel (2 days ago, 1 file, 52+ 31-) https://github.com/xmonad/xmonad-contrib/commit/d91529ffaf20 |
| 18:26:29 | <xmonadtrack> | xmonad-contrib Tony Zorman https://github.com/xmonad/xmonad-contrib/pull/751 * v0.17.1-9-gfa88bd5d: X.D.Extending: Remove keyAddDel and logHook (11 hours ago, 1 file, 11+ 87-) https://github.com/xmonad/xmonad-contrib/commit/fa88bd5d22ac |
| 18:33:07 | → | ft joins (~ft@p4fc2a0f5.dip0.t-ipconnect.de) |
| 18:35:57 | × | sogens quits (~sogens@211.30.36.43) (Ping timeout: 252 seconds) |
| 18:46:08 | → | sogens joins (~sogens@pa49-182-80-226.pa.qld.optusnet.com.au) |
| 20:01:42 | × | Ehllie quits (~Thunderbi@79.184.238.70.ipv4.supernova.orange.pl) (Ping timeout: 244 seconds) |
| 21:01:43 | → | benin0 joins (~benin@183.82.28.141) |
| 21:13:30 | × | werneta quits (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (Ping timeout: 268 seconds) |
| 21:21:35 | → | werneta joins (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) |
| 21:46:19 | justache | is now known as justache_test |
| 21:46:34 | justache_test | is now known as justache |
| 22:06:42 | → | elonsroadster[m] joins (~elonsroad@2001:470:69fc:105::d121) |
| 23:17:22 | → | noex joins (~null@user/noex) |
| 23:24:26 | × | logzet quits (~quassel@2001:9e8:e51c:4700:dabb:c1ff:fed3:a1b9) (Ping timeout: 260 seconds) |
| 23:36:51 | → | logzet joins (~quassel@2001:9e8:e51c:4700:dabb:c1ff:fed3:a1b9) |
| 23:47:18 | × | logzet quits (~quassel@2001:9e8:e51c:4700:dabb:c1ff:fed3:a1b9) (Ping timeout: 240 seconds) |
All times are in UTC on 2022-09-06.