2023/02/20

2023-02-20 09:00:04 +0000Histausse(~histausse@2001:470:69fc:105::1:711b) (Quit: You have been kicked for being idle)
2023-02-20 10:20:24 +0000hao(~hao@172-105-216-202.ip.linodeusercontent.com)
2023-02-20 13:14:17 +0000jeanbtrd(jeanbtrd@turned.up.for-some.fun)
2023-02-20 13:34:56 +0000hao(~hao@172-105-216-202.ip.linodeusercontent.com) (Remote host closed the connection)
2023-02-20 14:09:54 +0000 <jeanbtrd> Hello everyone
2023-02-20 14:11:02 +0000 <jeanbtrd> I was able to set up kmonad for my laptop keyboard, but I am having some problems now that I connected an usb one.
2023-02-20 14:11:35 +0000 <jeanbtrd> Is there a way of making kmonad listen to all keyboard inputs?
2023-02-20 14:13:17 +0000 <jeanbtrd> For example by setting the input with something like this: `input (device-file "*-kbd")`
2023-02-20 14:19:23 +0000 <jeanbtrd> https://github.com/kmonad/kmonad/blob/3413f1be996142c8ef4f36e246776a6df7175979/keymap/tutorial.kbd…
2023-02-20 14:19:49 +0000 <jeanbtrd> "This allows us to hook KMonad on the input of exactly 1 keyboard,
2023-02-20 14:19:50 +0000 <jeanbtrd> and allows you to run multiple instances of KMonad for different keyboards."
2023-02-20 14:20:39 +0000 <jeanbtrd> Does this mean I have to create a different .kbd file (and a service) for each keyboard I use?
2023-02-20 18:26:26 +0000 <jeanbtrd> Here's my config: https://pastebin.com/nhFDcbAc
2023-02-20 18:27:22 +0000 <jeanbtrd> Right now if I connect my usb keyboard I have to go there, comment the laptop keyboard input, uncomment the usb keyboard input and then reload kmonad.
2023-02-20 19:07:30 +0000 <jeanbtrd> SOLVED: ended up just doing another .kbd file and creating another kmonad service for it.