Home liberachat/#kmonad: Logs Calendar

Logs: liberachat/#kmonad

←Prev  Next→
Page 1 .. 56 57 58 59 60 61 62 63 64 65 66 .. 125
12,423 events total
2022-11-06 09:14:17 × artefact quits (~artefact@137.185.137.88.rev.sfr.net) (Ping timeout: 276 seconds)
2022-11-06 09:17:45 artefact joins (~artefact@137.185.137.88.rev.sfr.net)
2022-11-06 13:53:46 <purity-gearD[m]> Is there a way I can "keybindings"? Like esc acts as mod-esc-, but mod-esc acts like Ctrl-Shift-
2022-11-06 14:16:29 <Solid> do you have an example of what combination of keypresses are suposed to produce what kind of output?
2022-11-07 05:57:06 <purity-gearD[m]> the 102d key beside the shift on my thinkpad keyboard: when pressed alone it should emit C-S-alt, but when pressed with super it should produce like Esc-C-S-alt
2022-11-07 06:59:51 <Solid> ah, you're talking about combos I guess
2022-11-07 07:00:07 <Solid> there's currently no support for those; some open issue exists, but I think it has dried up
2022-11-07 08:45:29 b50d joins (~b50d@62.96.54.30)
2022-11-07 17:25:25 <purity-gearD[m]> I see
2022-11-07 17:28:20 × b50d quits (~b50d@62.96.54.30) (Remote host closed the connection)
2022-11-07 17:51:23 drdo parts (~drdo@overlord.drdo.eu) (The Lounge - https://thelounge.chat)
2022-11-08 01:29:26 × casey[m] quits (~elpfenbru@2001:470:69fc:105::2:b3ed) (Read error: Software caused connection abort)
2022-11-08 01:29:38 casey[m] joins (~elpfenbru@2001:470:69fc:105::2:b3ed)
2022-11-08 01:54:52 × purity-gearD[m] quits (~pipe-gear@2001:470:69fc:105::2:ac18) (Read error: Software caused connection abort)
2022-11-08 01:55:04 purity-gearD[m] joins (~pipe-gear@2001:470:69fc:105::2:ac18)
2022-11-08 08:51:52 b50d joins (~b50d@62.96.54.30)
2022-11-08 10:53:33 b50d_ joins (~b50d@62.96.54.30)
2022-11-08 10:56:24 × b50d quits (~b50d@62.96.54.30) (Ping timeout: 260 seconds)
2022-11-08 16:07:47 × b50d_ quits (~b50d@62.96.54.30) (Remote host closed the connection)
2022-11-08 22:02:48 n0r[m] joins (~n0rmatrix@2001:470:69fc:105::2:7581)
2022-11-09 09:46:15 Guest89 joins (~Guest89@p200300f38f041d00c1bd90ae5065ed34.dip0.t-ipconnect.de)
2022-11-09 09:52:28 <Guest89> Hi. Is it possible to have a keypress both type something and set another layer for the next keypress? Something like `(a AND (layer-next layer2))`? Searched through the tutorial and am not sur how to do that, maybe I'm missing something...
2022-11-09 10:44:02 <Guest89> Nevermind, I figured it out. Macros can also have layer manipulation (at the end in my case), I wasn't expecting that. KMonad is great : ) Bye
2022-11-09 10:44:16 × Guest89 quits (~Guest89@p200300f38f041d00c1bd90ae5065ed34.dip0.t-ipconnect.de) (Quit: Guest89)
2022-11-09 11:23:20 b50d joins (~b50d@62.96.54.30)
2022-11-09 13:57:55 × b50d quits (~b50d@62.96.54.30) (Remote host closed the connection)
2022-11-10 08:00:06 × Bayes quits (~Bayes@user/bayes) (*.net *.split)
2022-11-10 08:01:17 Bayes joins (~Bayes@vps-1d06364e.vps.ovh.ca)
2022-11-10 08:01:30 × Bayes quits (~Bayes@vps-1d06364e.vps.ovh.ca) (Changing host)
2022-11-10 08:01:30 Bayes joins (~Bayes@user/bayes)
2022-11-10 08:56:38 mekeor[m] parts (~mekeormat@2001:470:69fc:105::17e4) ()
2022-11-10 09:05:57 b50d joins (~b50d@62.96.54.30)
2022-11-10 17:55:25 × b50d quits (~b50d@62.96.54.30) (Remote host closed the connection)
2022-11-11 08:41:44 b50d joins (~b50d@62.96.54.30)
2022-11-11 08:41:59 baduhai[m] joins (~baduhaima@2001:470:69fc:105::2:441)
2022-11-11 15:59:46 × b50d quits (~b50d@62.96.54.30) (Remote host closed the connection)
2022-11-12 05:57:13 × baduhai[m] quits (~baduhaima@2001:470:69fc:105::2:441) (*.net *.split)
2022-11-12 05:58:51 baduhai[m] joins (~baduhaima@2001:470:69fc:105::2:441)
2022-11-12 06:21:36 × Solid quits (~slot@xmonad/slotThe) (*.net *.split)
2022-11-12 06:22:09 Solid joins (~slot@xmonad/slotThe)
2022-11-12 18:20:44 xcm_ joins (~xcm@user/xcm)
2022-11-14 08:40:57 b50d joins (~b50d@62.96.54.30)
2022-11-14 10:22:25 × Solid quits (~slot@xmonad/slotThe) (Quit: Connection reset by pear)
2022-11-14 10:23:43 Solid joins (~slot@xmonad/slotThe)
2022-11-14 14:38:40 <purity-gearD[m]> i've noticed that when on tty/windows keeping a key pressed, like backspace, does not work, i have to press it multiple times; why is that?
2022-11-14 15:44:20 <Solid> kmonad doesn't handle key-repeat and instead defers to the environment (e.g., X11) for that
2022-11-14 15:44:33 <Solid> AFAIK this is being redone on keycode-refactor or another experimental branch
2022-11-14 17:20:19 × b50d quits (~b50d@62.96.54.30) (Remote host closed the connection)
2022-11-14 20:34:34 <purity-gearD[m]> cool
2022-11-15 08:41:11 b50d joins (~b50d@62.96.54.30)
2022-11-15 14:53:42 × b50d quits (~b50d@62.96.54.30) (Remote host closed the connection)
2022-11-16 09:27:16 b50d joins (~b50d@62.96.54.30)
2022-11-16 15:43:27 × b50d quits (~b50d@62.96.54.30) (Remote host closed the connection)
2022-11-16 16:32:56 × lambdabot quits (~lambdabot@haskell/bot/lambdabot) (Remote host closed the connection)
2022-11-16 16:44:31 lambdabot joins (~lambdabot@haskell/bot/lambdabot)
2022-11-16 21:38:45 × lambdabot quits (~lambdabot@haskell/bot/lambdabot) (Read error: Connection reset by peer)
2022-11-16 21:41:41 lambdabot joins (~lambdabot@haskell/bot/lambdabot)
2022-11-17 00:51:55 × artefact quits (~artefact@137.185.137.88.rev.sfr.net) (Ping timeout: 248 seconds)
2022-11-17 00:54:07 artefact joins (~artefact@137.185.137.88.rev.sfr.net)
2022-11-17 08:52:39 b50d joins (~b50d@62.96.54.30)
2022-11-17 09:13:28 × lambdabot quits (~lambdabot@haskell/bot/lambdabot) (Ping timeout: 268 seconds)
2022-11-17 09:16:23 lambdabot joins (~lambdabot@haskell/bot/lambdabot)
2022-11-17 16:59:46 × b50d quits (~b50d@62.96.54.30) (Remote host closed the connection)
2022-11-18 05:51:21 × ircbrowse_tom quits (~ircbrowse@2a01:4f8:1c1c:9319::1) (ZNC 1.8.2+deb2build5 - https://znc.in)
2022-11-18 05:51:36 ircbrowse_tom joins (~ircbrowse@2a01:4f8:1c1c:9319::1)
2022-11-18 05:51:37 Server sets mode +nt
2022-11-18 08:41:29 b50d joins (~b50d@62.96.54.30)
2022-11-18 13:24:29 × b50d quits (~b50d@62.96.54.30) (Remote host closed the connection)
2022-11-20 18:02:23 ircbrowse_tom joins (~ircbrowse@static.162.49.55.162.clients.your-server.de)
2022-11-20 18:02:25 Server sets mode +nt
2022-11-21 09:26:05 × artefact quits (~artefact@137.185.137.88.rev.sfr.net) (Ping timeout: 268 seconds)
2022-11-21 09:27:28 artefact joins (~artefact@137.185.137.88.rev.sfr.net)
2022-11-21 12:22:03 Mendo joins (~Mendo@185.202.222.52)
2022-11-21 15:10:29 × Mendo quits (~Mendo@185.202.222.52) (Ping timeout: 260 seconds)
2022-11-21 21:43:42 × xcm_ quits (~xcm@user/xcm) (Remote host closed the connection)
2022-11-21 21:44:40 xcm_ joins (~xcm@user/xcm)
2022-11-22 10:35:11 × Tisoxin quits (~ikosit@user/ikosit) (Quit: Bridge terminating on SIGTERM)
2022-11-22 10:35:13 × SER[m] quits (~sermatrix@2001:470:69fc:105::2ad) (Quit: Bridge terminating on SIGTERM)
2022-11-22 10:35:13 × purity-gearD[m] quits (~pipe-gear@2001:470:69fc:105::2:ac18) (Quit: Bridge terminating on SIGTERM)
2022-11-22 10:35:13 × n0r[m] quits (~n0rmatrix@2001:470:69fc:105::2:7581) (Quit: Bridge terminating on SIGTERM)
2022-11-22 10:35:14 × baduhai[m] quits (~baduhaima@2001:470:69fc:105::2:441) (Quit: Bridge terminating on SIGTERM)
2022-11-22 10:35:19 × casey[m] quits (~elpfenbru@2001:470:69fc:105::2:b3ed) (Quit: Bridge terminating on SIGTERM)
2022-11-22 10:38:11 × artefact quits (~artefact@137.185.137.88.rev.sfr.net) (Ping timeout: 260 seconds)
2022-11-22 10:39:25 purity-gearD[m] joins (~pipe-gear@2001:470:69fc:105::2:ac18)
2022-11-22 10:41:52 artefact joins (~artefact@137.185.137.88.rev.sfr.net)
2022-11-22 11:07:20 Tisoxin joins (~ikosit@user/ikosit)
2022-11-22 11:07:20 SER[m] joins (~sermatrix@2001:470:69fc:105::2ad)
2022-11-22 11:12:05 casey[m] joins (~elpfenbru@2001:470:69fc:105::2:b3ed)
2022-11-22 11:12:10 baduhai[m] joins (~baduhaima@2001:470:69fc:105::2:441)
2022-11-22 11:12:10 n0r[m] joins (~n0rmatrix@2001:470:69fc:105::2:7581)
2022-11-22 23:04:34 × Tisoxin quits (~ikosit@user/ikosit) (*.net *.split)
2022-11-22 23:10:35 Tisoxin joins (~ikosit@user/ikosit)
2022-11-24 15:58:17 × Diablo-D3 quits (foobar@exelion.net) (Ping timeout: 246 seconds)
2022-11-24 15:58:32 DiabloD3 joins (foobar@exelion.net)
2022-11-24 15:59:31 DiabloD3 is now known as Diablo-D3
2022-11-24 16:08:25 × Diablo-D3 quits (foobar@exelion.net) (Remote host closed the connection)
2022-11-24 16:08:55 Diablo-D3 joins (foobar@exelion.net)
2022-11-24 16:18:40 × Diablo-D3 quits (foobar@exelion.net) (Remote host closed the connection)
2022-11-24 16:19:14 Diablo-D3 joins (foobar@exelion.net)
2022-11-25 19:01:02 n0r[m] parts (~n0rmatrix@2001:470:69fc:105::2:7581) ()
←Prev  Next→
Page 1 .. 56 57 58 59 60 61 62 63 64 65 66 .. 125

All times are in UTC.