2022/07/26

2022-07-26 00:01:22 +0200 <wusticality1> I wonder if 00-keyboard.conf is the wrong name - it's not clear to me if xorg will just load the first one it sees
2022-07-26 00:02:56 +0200 <wusticality1> Oh interesting, this line is in the log: `[ 36.804] (**) Option "AutoRepeat" "264 48"`
2022-07-26 00:03:08 +0200 <wusticality1> strange, i wonder why it's not working, looks like it was loaded
2022-07-26 00:03:22 +0200 <wusticality1> unless there are separate settings for X and the console?
2022-07-26 00:06:15 +0200 <geekosaur> console doesn't use that file, only xorg
2022-07-26 00:06:17 +0200 <wusticality1> or it's somehow being overridden by etc/defaults/keyboard
2022-07-26 00:06:31 +0200 <geekosaur> but /etc/defaults/keyboard is possible
2022-07-26 00:06:35 +0200geekosaurlooks
2022-07-26 00:06:46 +0200 <wusticality1> by console doesn't use that file, are you saying my terminal won't pick up those changes?
2022-07-26 00:07:24 +0200 <geekosaur> the original text console doesn't use it. terminal emulators don't use it directly, it's controlled by the X server not the individual emulator
2022-07-26 00:07:49 +0200 <geekosaur> looks like I odon't have an /etc/defaults/keyboard
2022-07-26 00:09:20 +0200 <geekosaur> on debian at least that file doesn't control autorepeat, just localization
2022-07-26 00:09:55 +0200 <geekosaur> oh whoops, wrong path. I have it and it has what the debian wiki says it should
2022-07-26 00:10:09 +0200 <geekosaur> maybe your OS supports autorepeat in there
2022-07-26 00:15:20 +0200 <wusticality1> i tried editing that file but it doesn't seem to
2022-07-26 00:15:39 +0200geekosaurmakes nopte that vscode's git integration does the wrong thing with nested git repos 😕
2022-07-26 00:17:16 +0200 <wusticality1> crazy how tough it seems to be just to change the default repeat speed :/
2022-07-26 00:18:43 +0200 <wusticality1> apparently https://wiki.debian.org/Keyboard
2022-07-26 00:18:51 +0200 <wusticality1> checked the man pages, nothing about AutoRepeat sadly
2022-07-26 00:19:02 +0200 <wusticality1> not sure what they expect you to do - xset is unreliable
2022-07-26 00:19:05 +0200 <wusticality1> kinda like xmondmap
2022-07-26 00:19:09 +0200 <wusticality1> *xmodmap
2022-07-26 00:20:26 +0200 <geekosaur> if the keyboard setting for xorg didn't work you have worse problems than xset, I think
2022-07-26 00:20:36 +0200 <geekosaur> sadly I have no idea what they might be
2022-07-26 00:22:22 +0200 <wusticality1> xset works if i just type it into my terminal
2022-07-26 00:22:25 +0200 <wusticality1> just isn't working on startup
2022-07-26 00:22:39 +0200 <wusticality1> does 00-keyboard.conf have any specific meaning?
2022-07-26 00:22:56 +0200 <wusticality1> that is to say, is it arbitrary
2022-07-26 00:27:47 +0200 <geekosaur> it's semiarbitrary. an xorg.conf is built by concatenating all the fragments in xorg.conf.d in numeric order
2022-07-26 00:28:40 +0200 <geekosaur> so the number matters but the name part is just documentation as to what the file is intended for
2022-07-26 00:29:05 +0200 <geekosaur> you night look over the other files in there to see if they have input sections of their own
2022-07-26 00:29:32 +0200 <geekosaur> *might
2022-07-26 00:31:35 +0200 <wusticality1> that xorg.conf.d directory is empty for me
2022-07-26 00:33:35 +0200 <geekosaur> mm, these days I'm pretty sure there are defaults used if nnothing is specified, so that may be okay. (well, is okay, otherwise X wouldn't start)
2022-07-26 00:34:52 +0200 <wusticality1> yeah, must be /etc/default/keyboard
2022-07-26 00:35:02 +0200 <wusticality1> i just wish i could put autorepeat into that file
2022-07-26 00:35:06 +0200 <wusticality1> it'd make all of this much simpler
2022-07-26 00:35:15 +0200 <wusticality1> i honestly wonder if the xorg one is being overwritten by that file or something
2022-07-26 00:35:28 +0200 <wusticality1> though you think it'd be just overwriting, not nuking
2022-07-26 00:35:34 +0200 <geekosaur> can't see it since it's not documented as doing anything with autorepeat
2022-07-26 00:41:31 +0200jao(~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Remote host closed the connection)
2022-07-26 00:41:35 +0200 <wusticality1> hmm
2022-07-26 00:41:46 +0200 <wusticality1> i wonder what would happen if i removed /etc/default/keyboard
2022-07-26 00:41:54 +0200 <wusticality1> would hate to totally break my system
2022-07-26 00:49:29 +0200jao(~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net)
2022-07-26 00:51:52 +0200cyr4x3(~cyr4x3@139.47.118.80)
2022-07-26 00:52:23 +0200cyr4x3(~cyr4x3@139.47.118.80) (Client Quit)
2022-07-26 00:55:26 +0200cyr4x3(~cyr4x3@139.47.118.80)
2022-07-26 00:55:36 +0200cyr4x3(~cyr4x3@139.47.118.80) (Client Quit)
2022-07-26 01:08:23 +0200srk-(~sorki@user/srk)
2022-07-26 01:09:14 +0200 <geekosaur> how long do you plan to insist that a file that is documented to have nothing to do with keyboard repeat (man 5 keyboard) is your problem?
2022-07-26 01:10:30 +0200srk(~sorki@user/srk) (Ping timeout: 244 seconds)
2022-07-26 01:11:06 +0200srk-srk
2022-07-26 01:14:46 +0200Hash(~Hash@tunnel686959-pt.tunnel.tserv15.lax1.ipv6.he.net) (Quit: ZNC - https://znc.in)
2022-07-26 01:15:05 +0200Hash(~Hash@tunnel686959-pt.tunnel.tserv15.lax1.ipv6.he.net)
2022-07-26 01:22:16 +0200Hash(~Hash@tunnel686959-pt.tunnel.tserv15.lax1.ipv6.he.net) (Quit: ZNC - https://znc.in)
2022-07-26 01:22:31 +0200Hash(~Hash@tunnel686959-pt.tunnel.tserv15.lax1.ipv6.he.net)
2022-07-26 01:36:11 +0200Hash(~Hash@tunnel686959-pt.tunnel.tserv15.lax1.ipv6.he.net) (Quit: ZNC - https://znc.in)
2022-07-26 01:36:28 +0200Hash(~Hash@tunnel686959-pt.tunnel.tserv15.lax1.ipv6.he.net)
2022-07-26 01:36:44 +0200Hash(~Hash@tunnel686959-pt.tunnel.tserv15.lax1.ipv6.he.net) (Remote host closed the connection)
2022-07-26 01:37:46 +0200Hash(~Hash@tunnel686959-pt.tunnel.tserv15.lax1.ipv6.he.net)
2022-07-26 01:43:49 +0200Hash(~Hash@tunnel686959-pt.tunnel.tserv15.lax1.ipv6.he.net) (Quit: ZNC - https://znc.in)
2022-07-26 01:47:11 +0200mvk(~mvk@2607:fea8:5ce3:8500::909a)
2022-07-26 01:47:44 +0200Hash(~Hash@tunnel686959-pt.tunnel.tserv15.lax1.ipv6.he.net)
2022-07-26 01:52:26 +0200cyr4x3(~cyr4x3@139.47.118.80)
2022-07-26 01:52:27 +0200cyr4x3(~cyr4x3@139.47.118.80) (Client Quit)
2022-07-26 01:59:38 +0200 <wusticality1> touche
2022-07-26 02:00:26 +0200 <wusticality1> I was only speculating because I wasn't sure if maybe the /etc/default/keyboard settings totally wiped the xorg ones (even though those settings have no concept of auto repeat), that's all
2022-07-26 02:00:35 +0200 <wusticality1> Hopefully I can find some other solution eventually
2022-07-26 02:04:10 +0200 <geekosaur> if xorg took the original settings then I can only imagine some program run later is resetting them. on my setup I'd be examining mate settings because there's various mate stuff scattered through the global xinitrc even if you aren't running mate, but that's debian/ubuntu specific
2022-07-26 02:05:27 +0200 <geekosaur> (/etc/X11/Xsession.d on my system)
2022-07-26 02:06:42 +0200 <geekosaur> but you also have to check /etc/X11/xinit/xinitrc, which on debian just runs the Xsession.d stuff
2022-07-26 02:07:22 +0200 <geekosaur> this sadly varies a lot between distributions so you'll have to do your own digging
2022-07-26 02:07:40 +0200 <geekosaur> (there's also an xinputrc but it also doesn't do autorepeat, it's about XIM)
2022-07-26 02:08:52 +0200Hash(~Hash@tunnel686959-pt.tunnel.tserv15.lax1.ipv6.he.net) (Quit: ZNC - https://znc.in)
2022-07-26 02:09:16 +0200Hash(~Hash@tunnel686959-pt.tunnel.tserv15.lax1.ipv6.he.net)
2022-07-26 02:20:51 +0200Hash(~Hash@tunnel686959-pt.tunnel.tserv15.lax1.ipv6.he.net) (Quit: ZNC - https://znc.in)
2022-07-26 02:20:56 +0200 <wusticality1> such is linux eh :)
2022-07-26 02:21:04 +0200 <wusticality1> it's pretty much the last thing I have to fix, that and scroll speed
2022-07-26 02:21:19 +0200Hash(~Hash@tunnel686959-pt.tunnel.tserv15.lax1.ipv6.he.net)
2022-07-26 02:28:51 +0200 <geekosaur> sadly, scroll speed is per application as you were told a few days ago
2022-07-26 02:29:07 +0200 <geekosaur> (pretty sure it is in Wayland, too. there's no central control for it)
2022-07-26 02:31:29 +0200 <wusticality1> oh right (have to go check my comments, haven't looked into it yet)
2022-07-26 02:31:33 +0200 <wusticality1> I wonder how gnome does that
2022-07-26 02:32:33 +0200 <geekosaur> gtk3/gnome apps probably use a common configuration hidden in dconf somewhere. but random other programs (firefox, emacs, etc.) use their own
2022-07-26 02:40:48 +0200 <geekosaur> for emacs there's some elisp configuration setting that defaulted last I checked to scrolling 5 lines per input from the scrollwheel
2022-07-26 02:41:31 +0200 <geekosaur> I wouldn't be surprised if firefox requires editing some javascript somewhere
2022-07-26 02:45:50 +0200Hash(~Hash@tunnel686959-pt.tunnel.tserv15.lax1.ipv6.he.net) (Quit: ZNC - https://znc.in)
2022-07-26 02:58:47 +0200 <geekosaur> sigh. whne I'm the one having weird xmonad issues, there's nobody to ask…
2022-07-26 02:59:56 +0200 <geekosaur> when I mod-q, the focused window gets copied to all workspaces. this is undone when I switch workspaces. the only occurrence of `copyToAll` in my config is https://github.com/geekosaur/xmonad.hs/blob/skkukuk/xmonad.hs#L126-L127
2022-07-26 03:00:23 +0200 <geekosaur> and `manageDebug` shows the focused window doesn't have `_NET_WM_STATE_STICKY`
2022-07-26 03:01:02 +0200 <geekosaur> but that the window has been copied to all workspaces anyway
2022-07-26 03:01:59 +0200 <geekosaur> actually it's undone when I move it back to its original workspace after switching
2022-07-26 03:19:15 +0200jao(~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Ping timeout: 272 seconds)
2022-07-26 03:21:38 +0200jao(~jao@45.134.213.219)
2022-07-26 03:29:05 +0200jao(~jao@45.134.213.219) (Ping timeout: 252 seconds)
2022-07-26 03:30:00 +0200srk-(~sorki@user/srk)
2022-07-26 03:31:38 +0200jao(~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net)
2022-07-26 03:33:11 +0200mvk(~mvk@2607:fea8:5ce3:8500::909a) (Ping timeout: 272 seconds)
2022-07-26 03:33:29 +0200srk(~sorki@user/srk) (Ping timeout: 252 seconds)
2022-07-26 03:33:30 +0200srk-srk
2022-07-26 03:52:52 +0200Hash(~Hash@tunnel686959-pt.tunnel.tserv15.lax1.ipv6.he.net)
2022-07-26 04:05:00 +0200banc(banc@gateway/vpn/airvpn/banc) (Ping timeout: 268 seconds)
2022-07-26 04:22:58 +0200banc(banc@gateway/vpn/airvpn/banc)
2022-07-26 04:31:08 +0200benin0(~benin@183.82.177.99)
2022-07-26 04:49:38 +0200td_(~td@94.134.91.242) (Ping timeout: 272 seconds)
2022-07-26 04:50:56 +0200td_(~td@muedsl-82-207-238-218.citykom.de)
2022-07-26 05:02:57 +0200jao(~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Ping timeout: 252 seconds)
2022-07-26 05:32:03 +0200noex(~null@user/noex) (Ping timeout: 276 seconds)
2022-07-26 05:33:29 +0200noex(~null@user/noex)
2022-07-26 05:55:30 +0200 <wusticality1> geekosaur: wish I could help :/
2022-07-26 06:02:53 +0200wusticality1(~wusticali@c-67-161-204-49.hsd1.co.comcast.net) (Quit: Client closed)
2022-07-26 08:20:06 +0200chomwitt(~chomwitt@2a02:587:dc00:5a00:f84c:3a59:56f4:d458)
2022-07-26 08:23:36 +0200alternateved(~user@staticline-31-183-144-54.toya.net.pl)
2022-07-26 08:54:00 +0200lisq(~quassel@lis.moe) (Remote host closed the connection)
2022-07-26 09:25:13 +0200lisq(~quassel@lis.moe)
2022-07-26 10:47:30 +0200chomwitt(~chomwitt@2a02:587:dc00:5a00:f84c:3a59:56f4:d458) (Ping timeout: 240 seconds)
2022-07-26 11:00:16 +0200liskin[m](~liskinmat@2001:470:69fc:105::768) (Quit: You have been kicked for being idle)
2022-07-26 11:24:32 +0200mc47(~mc47@xmonad/TheMC47)
2022-07-26 11:51:37 +0200vanvik6(~vanvik@46.249.253.75)
2022-07-26 11:53:58 +0200vanvik(~vanvik@78.156.12.223) (Ping timeout: 272 seconds)
2022-07-26 11:53:58 +0200vanvik6vanvik
2022-07-26 12:26:31 +0200chomwitt(~chomwitt@2a02:587:dc00:5a00:9176:a2d9:2beb:ace2)
2022-07-26 13:01:51 +0200gdd1(~gdd@129.199.146.230) (Ping timeout: 276 seconds)
2022-07-26 13:18:55 +0200mc47(~mc47@xmonad/TheMC47) (Remote host closed the connection)
2022-07-26 13:21:47 +0200steve_(~steve@ool-182c2b80.dyn.optonline.net) (Read error: Connection reset by peer)
2022-07-26 13:22:52 +0200steve(~steve@ool-182c2b80.dyn.optonline.net)
2022-07-26 13:33:34 +0200jao(~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net)
2022-07-26 13:44:25 +0200gdd1(~gdd@2001:470:1f13:187:de72:d5cb:b676:c00)
2022-07-26 14:38:59 +0200jao(~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Ping timeout: 252 seconds)
2022-07-26 15:04:58 +0200dschrempf(~dominik@2a01-036d-0118-b0ba-1f3c-586d-f847-518d.pool6.digikabel.hu)
2022-07-26 16:38:57 +0200kfchicken[m](~kfchicken@2001:470:69fc:105::1:86e5)
2022-07-26 16:40:10 +0200jao(~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net)
2022-07-26 17:03:52 +0200dschrempf(~dominik@2a01-036d-0118-b0ba-1f3c-586d-f847-518d.pool6.digikabel.hu) (Quit: WeeChat 3.6)
2022-07-26 18:18:42 +0200alternateved(~user@staticline-31-183-144-54.toya.net.pl) (Remote host closed the connection)
2022-07-26 18:19:04 +0200alternateved(~user@staticline-31-183-144-54.toya.net.pl)
2022-07-26 18:20:10 +0200wusticality1(~wusticali@c-67-161-204-49.hsd1.co.comcast.net)
2022-07-26 18:21:52 +0200wusticality1(~wusticali@c-67-161-204-49.hsd1.co.comcast.net) (Client Quit)
2022-07-26 18:22:15 +0200wusticality1(~wusticali@c-67-161-204-49.hsd1.co.comcast.net)
2022-07-26 18:32:25 +0200dschrempf(~dominik@2a01-036d-0118-b0ba-4c38-2827-7707-d02a.pool6.digikabel.hu)
2022-07-26 18:38:53 +0200alternateved(~user@staticline-31-183-144-54.toya.net.pl) (Remote host closed the connection)
2022-07-26 18:39:06 +0200dschrempf(~dominik@2a01-036d-0118-b0ba-4c38-2827-7707-d02a.pool6.digikabel.hu) (Ping timeout: 264 seconds)
2022-07-26 19:01:40 +0200alternateved(~user@staticline-31-183-144-54.toya.net.pl)
2022-07-26 19:31:49 +0200wusticality1(~wusticali@c-67-161-204-49.hsd1.co.comcast.net) (Quit: Client closed)
2022-07-26 19:54:52 +0200benin0(~benin@183.82.177.99) (Quit: The Lounge - https://thelounge.chat)
2022-07-26 20:01:27 +0200wusticality1(~wusticali@c-67-161-204-49.hsd1.co.comcast.net)
2022-07-26 20:52:06 +0200coco(~coco@212-51-146-199.fiber7.init7.net)
2022-07-26 22:07:26 +0200chomwitt(~chomwitt@2a02:587:dc00:5a00:9176:a2d9:2beb:ace2) (Ping timeout: 244 seconds)
2022-07-26 22:17:31 +0200coco(~coco@212-51-146-199.fiber7.init7.net) (Quit: WeeChat 3.5)
2022-07-26 22:43:06 +0200Jazzah(~jazz@user/jazzah) (Quit: What, wait why?)
2022-07-26 22:45:06 +0200Jazzah(~jazz@irradiated.plutonium.dk)
2022-07-26 22:45:06 +0200Jazzah(~jazz@irradiated.plutonium.dk) (Changing host)
2022-07-26 22:45:06 +0200Jazzah(~jazz@user/jazzah)
2022-07-26 22:58:38 +0200haskl(~haskl@user/haskl) (Remote host closed the connection)
2022-07-26 23:17:09 +0200Jazzah(~jazz@user/jazzah) (Quit: What, wait why?)
2022-07-26 23:18:35 +0200Jazzah(~jazz@irradiated.plutonium.dk)
2022-07-26 23:18:35 +0200Jazzah(~jazz@irradiated.plutonium.dk) (Changing host)
2022-07-26 23:18:35 +0200Jazzah(~jazz@user/jazzah)