Home liberachat/#xmonad: Logs Calendar

Logs: liberachat/#xmonad

←Prev  Next→
Page 1 .. 830 831 832 833 834 835 836 837 838 839 840 .. 1850
184,983 events total
2022-09-06 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
2022-09-06 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
2022-09-06 00:17:03 <geekosaur> personally I'd just pick one and not try to stack them
2022-09-06 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.
2022-09-06 00:18:44 <[Leary]> So you really don't need to touch core.
2022-09-06 00:18:58 <mesaoptimizer> sure, I'll do that. Thanks for explaining.
2022-09-06 00:18:59 <geekosaur> true. although ExtensibleConf didn't exist back when it was written
2022-09-06 00:19:30 <geekosaur> EZConfig is from something like 0.4
2022-09-06 00:49:28 × noex quits (~null@user/noex) (Quit: :q!)
2022-09-06 00:52:15 thunderrd joins (~thunderrd@183.182.111.208)
2022-09-06 01:54:06 × blaa quits (~bla@79.191.249.31.ipv4.supernova.orange.pl) (Ping timeout: 268 seconds)
2022-09-06 01:54:09 bla joins (~bla@83.24.90.189.ipv4.supernova.orange.pl)
2022-09-06 02:02:23 × banc quits (banc@gateway/vpn/airvpn/banc) (Ping timeout: 244 seconds)
2022-09-06 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
2022-09-06 02:23:34 banc joins (banc@gateway/vpn/airvpn/banc)
2022-09-06 02:40:37 × td_ quits (~td@muedsl-82-207-238-026.citykom.de) (Ping timeout: 244 seconds)
2022-09-06 02:42:22 td_ joins (~td@muedsl-82-207-238-233.citykom.de)
2022-09-06 03:24:58 noex joins (~null@user/noex)
2022-09-06 03:37:27 × mvk quits (~mvk@2607:fea8:5ce3:8500::a1ec) (Ping timeout: 244 seconds)
2022-09-06 03:49:36 × rekahsoft quits (~rekahsoft@bras-base-wdston4533w-grc-02-142-113-160-8.dsl.bell.ca) (Ping timeout: 260 seconds)
2022-09-06 03:50:46 × jao quits (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Ping timeout: 260 seconds)
2022-09-06 04:17:36 × thunderrd quits (~thunderrd@183.182.111.208) (Ping timeout: 260 seconds)
2022-09-06 05:42:21 benin0 joins (~benin@183.82.28.141)
2022-09-06 06:13:32 alternateved joins (~user@staticline-31-183-146-203.toya.net.pl)
2022-09-06 06:56:35 × benin0 quits (~benin@183.82.28.141) (Quit: The Lounge - https://thelounge.chat)
2022-09-06 07:11:51 <liskin> dpn`: are you running the latest xmonad? This has been fixed for a while I believe
2022-09-06 07:20:26 × sogens quits (~sogens@211.30.36.43) (Quit: WeeChat 3.5)
2022-09-06 07:22:03 sogens joins (~sogens@211.30.36.43)
2022-09-06 07:27:10 × m5zs7k quits (aquares@web10.mydevil.net) (Ping timeout: 268 seconds)
2022-09-06 07:28:17 m5zs7k joins (aquares@web10.mydevil.net)
2022-09-06 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
2022-09-06 07:48:34 cfricke joins (~cfricke@user/cfricke)
2022-09-06 07:49:45 <dminuoso> xdotool
2022-09-06 07:53:14 <dminuoso> mesaoptimizer: or sendKey/sendKeyWindow
2022-09-06 07:53:50 <dminuoso> Though these are slightly brittle
2022-09-06 08:05:27 × sogens quits (~sogens@211.30.36.43) (Quit: WeeChat 3.5)
2022-09-06 08:06:50 sogens joins (~sogens@211.30.36.43)
2022-09-06 08:22:31 × ft quits (~ft@p4fc2a0f5.dip0.t-ipconnect.de) (Quit: Lost terminal)
2022-09-06 08:41:11 <mesaoptimizer> dminuoso: thank you very much, I've finally upgraded my xmonad to a significantly more comfy keymap
2022-09-06 08:47:27 thunderrd joins (~thunderrd@183.182.115.194)
2022-09-06 09:00:12 × megachicken[m] quits (~kfchicken@2001:470:69fc:105::1:86e5) (Quit: You have been kicked for being idle)
2022-09-06 09:00:57 × thunderrd quits (~thunderrd@183.182.115.194) (Remote host closed the connection)
2022-09-06 09:01:51 thunderrd joins (~thunderrd@183.182.115.194)
2022-09-06 09:03:45 × thunderrd quits (~thunderrd@183.182.115.194) (Remote host closed the connection)
2022-09-06 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
2022-09-06 09:32:48 <mesaoptimizer> oh my bad, I didn't add a `handleEventHook`
2022-09-06 09:45:08 <Solid> Another module that should really be a combinator
2022-09-06 09:48:41 <Solid> Mh, maybe not if one wants to use it for several keybindings
2022-09-06 10:01:47 × cfricke quits (~cfricke@user/cfricke) (Quit: WeeChat 3.6)
2022-09-06 10:22:31 thunderrd joins (~thunderrd@183.182.115.194)
2022-09-06 10:40:33 chomwitt joins (~chomwitt@2a02:587:dc16:fe00:36b8:e455:625c:e00b)
2022-09-06 10:52:42 × sogens quits (~sogens@211.30.36.43) (Quit: WeeChat 3.5)
2022-09-06 10:53:01 sogens joins (~sogens@211.30.36.43)
2022-09-06 10:59:42 <liskin> ExtensibleConf would handle that, but having an endo XConfig combinator for adding keybindings would be very non-standard
2022-09-06 11:02:07 cfricke joins (~cfricke@user/cfricke)
2022-09-06 12:55:30 <Solid> yeah, probably not a good idea; especially since one is meant to add flashText to existing keybindings
2022-09-06 13:12:12 × sogens quits (~sogens@211.30.36.43) (Quit: WeeChat 3.5)
2022-09-06 13:12:29 sogens joins (~sogens@211.30.36.43)
2022-09-06 13:18:22 Ehllie joins (~Thunderbi@217-67-208-66.itsa.net.pl)
2022-09-06 14:17:36 × cfricke quits (~cfricke@user/cfricke) (Quit: WeeChat 3.6)
2022-09-06 14:47:53 × Ehllie quits (~Thunderbi@217-67-208-66.itsa.net.pl) (Ping timeout: 252 seconds)
2022-09-06 15:00:24 logzet joins (~quassel@2001:9e8:e51c:4700:dabb:c1ff:fed3:a1b9)
2022-09-06 15:14:15 tikosh joins (~tikosh@2601:201:301:c5e0::5d9b)
2022-09-06 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
2022-09-06 15:17:13 <alternateved> tikosh: do you close somewhere that subtitle parentheses where myKeys are?
2022-09-06 15:18:10 <tikosh> oh! Thanks for pointing that out!
2022-09-06 15:22:28 <tikosh> here is the updated one https://dpaste.com/F8NE65GSJ
2022-09-06 15:22:47 <tikosh> thanks so much for your help!! I appreciate what you guys do.
2022-09-06 15:22:57 <tikosh> I can finally upload this to my githu
2022-09-06 15:23:53 × tikosh quits (~tikosh@2601:201:301:c5e0::5d9b) (Quit: Client closed)
2022-09-06 15:25:47 tikosh joins (~tikosh@2601:201:301:c5e0::5d9b)
2022-09-06 15:26:37 <tikosh> once again, thanks so much!  I gotta go edit my config now. Stay blessed, my dudes and dudettes!
2022-09-06 15:26:50 × tikosh quits (~tikosh@2601:201:301:c5e0::5d9b) (Client Quit)
2022-09-06 15:28:47 <alternateved> Haha, glad I could be of help.
2022-09-06 16:02:03 × theliver[m]1 quits (~theliverm@2001:470:69fc:105::2:25e4) (Quit: You have been kicked for being idle)
2022-09-06 16:09:37 Ehllie joins (~Thunderbi@user-94-254-164-154.play-internet.pl)
2022-09-06 16:11:54 jao joins (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net)
2022-09-06 16:22:08 × Ehllie quits (~Thunderbi@user-94-254-164-154.play-internet.pl) (Read error: Connection reset by peer)
2022-09-06 17:11:35 × noex quits (~null@user/noex) (Quit: :q!)
2022-09-06 17:29:09 Ehllie joins (~Thunderbi@79.184.238.70.ipv4.supernova.orange.pl)
2022-09-06 18:26:07 <xmonadtrack> New xmonad-contrib branch created: pull/751 (4 commits) https://github.com/xmonad/xmonad-contrib/pull/751
2022-09-06 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
2022-09-06 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
2022-09-06 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
2022-09-06 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
2022-09-06 18:33:07 ft joins (~ft@p4fc2a0f5.dip0.t-ipconnect.de)
2022-09-06 18:35:57 × sogens quits (~sogens@211.30.36.43) (Ping timeout: 252 seconds)
2022-09-06 18:46:08 sogens joins (~sogens@pa49-182-80-226.pa.qld.optusnet.com.au)
2022-09-06 20:01:42 × Ehllie quits (~Thunderbi@79.184.238.70.ipv4.supernova.orange.pl) (Ping timeout: 244 seconds)
2022-09-06 21:01:43 benin0 joins (~benin@183.82.28.141)
2022-09-06 21:13:30 × werneta quits (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (Ping timeout: 268 seconds)
2022-09-06 21:21:35 werneta joins (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net)
2022-09-06 21:46:19 justache is now known as justache_test
2022-09-06 21:46:34 justache_test is now known as justache
2022-09-06 22:06:42 elonsroadster[m] joins (~elonsroad@2001:470:69fc:105::d121)
2022-09-06 23:17:22 noex joins (~null@user/noex)
2022-09-06 23:24:26 × logzet quits (~quassel@2001:9e8:e51c:4700:dabb:c1ff:fed3:a1b9) (Ping timeout: 260 seconds)
2022-09-06 23:36:51 logzet joins (~quassel@2001:9e8:e51c:4700:dabb:c1ff:fed3:a1b9)
2022-09-06 23:47:18 × logzet quits (~quassel@2001:9e8:e51c:4700:dabb:c1ff:fed3:a1b9) (Ping timeout: 240 seconds)
2022-09-07 00:00:02 mvk joins (~mvk@2607:fea8:5ce3:8500::a1ec)

All times are in UTC.