2021/08/01

2021-08-01 07:04:32 +0200 <gk[m]> hello breadman
2021-08-01 07:05:44 +0200 <gk[m]> Solid: what would your thoughts on a new release be? There have been 174 commits since 0.4.1 released, and that was in september of last year -- nearly 11 months ago.
2021-08-01 08:08:53 +0200 <Solid> gk[m]: it's an interesting question; I think David's original intent was to finish the keycode refactor and some small regressions that were talked about (like #258) and then make a new release
2021-08-01 08:24:57 +0200 <gk[m]> Ah - makes sense.
2021-08-01 08:26:46 +0200 <gk[m]> The thing that made me think of it was cmp-seq-delay being in the example configs -- someone brought it up on discord & I ran into it recently too.
2021-08-01 08:27:01 +0200 <gk[m]> Looks like someone mentioned it yesterday here, too 🙂
2021-08-01 08:52:36 +0200 <Solid> yeah we've been getting these every now and then
2021-08-01 21:26:12 +0200 <contrapunctus> Is it just me or does Keycode.hs not have a key for double quotes?
2021-08-01 21:26:44 +0200 <Tisoxin> afaik double quotes is the shifted single quote
2021-08-01 21:27:28 +0200 <Tisoxin> (the keycodes stand for the position of the key, not for the symbol)
2021-08-01 21:27:33 +0200 <contrapunctus> Ah
2021-08-01 21:28:06 +0200 <contrapunctus> So if I want to swap " and '...what do I put in the defsrc?
2021-08-01 21:28:56 +0200 <Tisoxin> are you using qwerty?
2021-08-01 21:29:36 +0200 <contrapunctus> Dvorak
2021-08-01 21:30:29 +0200 <Tisoxin> i don't think there is an easy way to do that (not with kmonad)
2021-08-01 21:30:38 +0200 <contrapunctus> :o
2021-08-01 21:31:03 +0200 <Tisoxin> i only can immagine to solutions
2021-08-01 21:31:10 +0200 <Tisoxin> 1. you let kmonad handle shift
2021-08-01 21:31:52 +0200 <Tisoxin> but that has a bunch of unwanted side effects and involves lots of boilerplate
2021-08-01 21:33:00 +0200 <Tisoxin> 2. you somehow inform the OS, that you want to it should toggle shift after and before pressing this specific button (not sure, if this is possible)
2021-08-01 21:33:41 +0200 <Tisoxin> contrapunctus: Do you need to be able using it on multiple OSs?
2021-08-01 21:33:53 +0200 <contrapunctus> Tisoxin: just Linux
2021-08-01 21:34:00 +0200 <contrapunctus> Should I make a FR for this? 🤔
2021-08-01 21:34:01 +0200 <Tisoxin> nice
2021-08-01 21:34:09 +0200 <Tisoxin> In that case, i could help you
2021-08-01 21:34:13 +0200 <Tisoxin> FR?
2021-08-01 21:34:21 +0200 <contrapunctus> 😀
2021-08-01 21:34:31 +0200 <contrapunctus> Feature Request
2021-08-01 21:35:11 +0200 <Tisoxin> Well, with the current kmonad configuring language, such a feature can't be implemented (as far as i'm aware)
2021-08-01 21:35:55 +0200 <Tisoxin> But go for it, the config language will be refactored soonâ„¢
2021-08-01 21:36:21 +0200 <Tisoxin> contrapunctus: Have you ever „played“ around with xkb?
2021-08-01 21:37:12 +0200 <Tisoxin> contrapunctus: Which specific distro are you using?
2021-08-01 21:38:38 +0200 <Tisoxin> Are you using the us(dvorak) layout?
2021-08-01 21:39:02 +0200 <contrapunctus> Tisoxin: xkb? I haven't
2021-08-01 21:39:10 +0200 <contrapunctus> Debian Testing
2021-08-01 21:39:18 +0200 <contrapunctus> US Dvorak, yeah.
2021-08-01 21:40:15 +0200 <Tisoxin> are you okay with touching files in /usr/share ?
2021-08-01 21:41:51 +0200 <Tisoxin> There are other ways, but this one is especially simple
2021-08-01 21:51:38 +0200 <contrapunctus> Tisoxin: I'd prefer not requiring root to make the changes 🤔
2021-08-01 21:51:53 +0200 <Tisoxin> ok
2021-08-01 21:51:57 +0200 <Tisoxin> Do you use wayland?
2021-08-01 21:56:47 +0200 <contrapunctus> Nay, X :(
2021-08-01 21:56:53 +0200 <Tisoxin> ok
2021-08-01 21:56:59 +0200 <Tisoxin> (I use it as well)
2021-08-01 21:59:41 +0200Tisoxinposted a file: (0KiB) < https://libera.ems.host/_matrix/media/r0/download/shmerver.de/HuBiDCzBvTynsfhcletorZQo/alt-layout.… >
2021-08-01 21:59:43 +0200 <Tisoxin> frick
2021-08-01 21:59:47 +0200 <Tisoxin> that was the wrong file
2021-08-01 22:00:00 +0200Tisoxinposted a file: (2KiB) < https://libera.ems.host/_matrix/media/r0/download/shmerver.de/WbAsnfEkEuVDPHptCYftvvoM/xkb.tar.gz >
2021-08-01 22:00:32 +0200 <Tisoxin> take a look at those files
2021-08-01 22:00:39 +0200 <Tisoxin> (at the second archive)
2021-08-01 22:00:43 +0200 <Tisoxin> this is my xkb setup
2021-08-01 22:01:11 +0200 <Tisoxin> (xkb is the keyboard configuration on xorg)
2021-08-01 22:01:46 +0200 <Tisoxin> i use two layouts, normal qwertz and the ergonomic layout bone
2021-08-01 22:02:16 +0200 <Tisoxin> alt-layout.bash loads the layout in alt-layout.xkb on the xserver
2021-08-01 22:02:27 +0200 <Tisoxin> layout.bash loads the layout in layout.xkb
2021-08-01 22:03:55 +0200 <Tisoxin> nvm
2021-08-01 22:11:17 +0200Tisoxinposted a file: (1KiB) < https://libera.ems.host/_matrix/media/r0/download/shmerver.de/RIosZNlhmFhoynHfLkFChskY/xkb.contra.… >
2021-08-01 22:11:24 +0200 <Tisoxin> Take a look at this archive
2021-08-01 22:11:32 +0200 <Tisoxin> This should be a working config
2021-08-01 22:12:07 +0200 <Tisoxin> with the desired baviour
2021-08-01 22:12:15 +0200 <Tisoxin> You just need to execute the `layout.bash`
2021-08-01 22:12:37 +0200 <Tisoxin> (feel free to check the script for malicious code)
2021-08-01 22:12:44 +0200 <Tisoxin> its very short
2021-08-01 22:12:55 +0200 <Tisoxin> and i can guarantee you, there is no such code
2021-08-01 22:13:17 +0200 <Tisoxin> (Though you shouldn't trust ppl on the internet, should you?)
2021-08-01 22:13:38 +0200 <Tisoxin> anyway, i'm going afk now