2022/07/26

2022-07-26 00:00:26 +0000 <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 00:00:35 +0000 <wusticality1> Hopefully I can find some other solution eventually
2022-07-26 00:04:10 +0000 <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 00:05:27 +0000 <geekosaur> (/etc/X11/Xsession.d on my system)
2022-07-26 00:06:42 +0000 <geekosaur> but you also have to check /etc/X11/xinit/xinitrc, which on debian just runs the Xsession.d stuff
2022-07-26 00:07:22 +0000 <geekosaur> this sadly varies a lot between distributions so you'll have to do your own digging
2022-07-26 00:07:40 +0000 <geekosaur> (there's also an xinputrc but it also doesn't do autorepeat, it's about XIM)
2022-07-26 00:08:52 +0000Hash(~Hash@tunnel686959-pt.tunnel.tserv15.lax1.ipv6.he.net) (Quit: ZNC - https://znc.in)
2022-07-26 00:09:16 +0000Hash(~Hash@tunnel686959-pt.tunnel.tserv15.lax1.ipv6.he.net)
2022-07-26 00:20:51 +0000Hash(~Hash@tunnel686959-pt.tunnel.tserv15.lax1.ipv6.he.net) (Quit: ZNC - https://znc.in)
2022-07-26 00:20:56 +0000 <wusticality1> such is linux eh :)
2022-07-26 00:21:04 +0000 <wusticality1> it's pretty much the last thing I have to fix, that and scroll speed
2022-07-26 00:21:19 +0000Hash(~Hash@tunnel686959-pt.tunnel.tserv15.lax1.ipv6.he.net)
2022-07-26 00:28:51 +0000 <geekosaur> sadly, scroll speed is per application as you were told a few days ago
2022-07-26 00:29:07 +0000 <geekosaur> (pretty sure it is in Wayland, too. there's no central control for it)
2022-07-26 00:31:29 +0000 <wusticality1> oh right (have to go check my comments, haven't looked into it yet)
2022-07-26 00:31:33 +0000 <wusticality1> I wonder how gnome does that
2022-07-26 00:32:33 +0000 <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 00:40:48 +0000 <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 00:41:31 +0000 <geekosaur> I wouldn't be surprised if firefox requires editing some javascript somewhere
2022-07-26 00:45:50 +0000Hash(~Hash@tunnel686959-pt.tunnel.tserv15.lax1.ipv6.he.net) (Quit: ZNC - https://znc.in)
2022-07-26 00:58:47 +0000 <geekosaur> sigh. whne I'm the one having weird xmonad issues, there's nobody to ask…
2022-07-26 00:59:56 +0000 <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 01:00:23 +0000 <geekosaur> and `manageDebug` shows the focused window doesn't have `_NET_WM_STATE_STICKY`
2022-07-26 01:01:02 +0000 <geekosaur> but that the window has been copied to all workspaces anyway
2022-07-26 01:01:59 +0000 <geekosaur> actually it's undone when I move it back to its original workspace after switching
2022-07-26 01:19:15 +0000jao(~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Ping timeout: 272 seconds)
2022-07-26 01:21:38 +0000jao(~jao@45.134.213.219)
2022-07-26 01:29:05 +0000jao(~jao@45.134.213.219) (Ping timeout: 252 seconds)
2022-07-26 01:30:00 +0000srk-(~sorki@user/srk)
2022-07-26 01:31:38 +0000jao(~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net)
2022-07-26 01:33:11 +0000mvk(~mvk@2607:fea8:5ce3:8500::909a) (Ping timeout: 272 seconds)
2022-07-26 01:33:29 +0000srk(~sorki@user/srk) (Ping timeout: 252 seconds)
2022-07-26 01:33:30 +0000srk-srk
2022-07-26 01:52:52 +0000Hash(~Hash@tunnel686959-pt.tunnel.tserv15.lax1.ipv6.he.net)
2022-07-26 02:05:00 +0000banc(banc@gateway/vpn/airvpn/banc) (Ping timeout: 268 seconds)
2022-07-26 02:22:58 +0000banc(banc@gateway/vpn/airvpn/banc)
2022-07-26 02:31:08 +0000benin0(~benin@183.82.177.99)
2022-07-26 02:49:38 +0000td_(~td@94.134.91.242) (Ping timeout: 272 seconds)
2022-07-26 02:50:56 +0000td_(~td@muedsl-82-207-238-218.citykom.de)
2022-07-26 03:02:57 +0000jao(~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Ping timeout: 252 seconds)
2022-07-26 03:32:03 +0000noex(~null@user/noex) (Ping timeout: 276 seconds)
2022-07-26 03:33:29 +0000noex(~null@user/noex)
2022-07-26 03:55:30 +0000 <wusticality1> geekosaur: wish I could help :/
2022-07-26 04:02:53 +0000wusticality1(~wusticali@c-67-161-204-49.hsd1.co.comcast.net) (Quit: Client closed)
2022-07-26 06:20:06 +0000chomwitt(~chomwitt@2a02:587:dc00:5a00:f84c:3a59:56f4:d458)
2022-07-26 06:23:36 +0000alternateved(~user@staticline-31-183-144-54.toya.net.pl)
2022-07-26 06:54:00 +0000lisq(~quassel@lis.moe) (Remote host closed the connection)
2022-07-26 07:25:13 +0000lisq(~quassel@lis.moe)
2022-07-26 08:47:30 +0000chomwitt(~chomwitt@2a02:587:dc00:5a00:f84c:3a59:56f4:d458) (Ping timeout: 240 seconds)
2022-07-26 09:00:16 +0000liskin[m](~liskinmat@2001:470:69fc:105::768) (Quit: You have been kicked for being idle)
2022-07-26 09:24:32 +0000mc47(~mc47@xmonad/TheMC47)
2022-07-26 09:51:37 +0000vanvik6(~vanvik@46.249.253.75)
2022-07-26 09:53:58 +0000vanvik(~vanvik@78.156.12.223) (Ping timeout: 272 seconds)
2022-07-26 09:53:58 +0000vanvik6vanvik
2022-07-26 10:26:31 +0000chomwitt(~chomwitt@2a02:587:dc00:5a00:9176:a2d9:2beb:ace2)
2022-07-26 11:01:51 +0000gdd1(~gdd@129.199.146.230) (Ping timeout: 276 seconds)
2022-07-26 11:18:55 +0000mc47(~mc47@xmonad/TheMC47) (Remote host closed the connection)
2022-07-26 11:21:47 +0000steve_(~steve@ool-182c2b80.dyn.optonline.net) (Read error: Connection reset by peer)
2022-07-26 11:22:52 +0000steve(~steve@ool-182c2b80.dyn.optonline.net)
2022-07-26 11:33:34 +0000jao(~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net)
2022-07-26 11:44:25 +0000gdd1(~gdd@2001:470:1f13:187:de72:d5cb:b676:c00)
2022-07-26 12:38:59 +0000jao(~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Ping timeout: 252 seconds)
2022-07-26 13:04:58 +0000dschrempf(~dominik@2a01-036d-0118-b0ba-1f3c-586d-f847-518d.pool6.digikabel.hu)
2022-07-26 14:38:57 +0000kfchicken[m](~kfchicken@2001:470:69fc:105::1:86e5)
2022-07-26 14:40:10 +0000jao(~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net)
2022-07-26 15:03:52 +0000dschrempf(~dominik@2a01-036d-0118-b0ba-1f3c-586d-f847-518d.pool6.digikabel.hu) (Quit: WeeChat 3.6)
2022-07-26 16:18:42 +0000alternateved(~user@staticline-31-183-144-54.toya.net.pl) (Remote host closed the connection)
2022-07-26 16:19:04 +0000alternateved(~user@staticline-31-183-144-54.toya.net.pl)
2022-07-26 16:20:10 +0000wusticality1(~wusticali@c-67-161-204-49.hsd1.co.comcast.net)
2022-07-26 16:21:52 +0000wusticality1(~wusticali@c-67-161-204-49.hsd1.co.comcast.net) (Client Quit)
2022-07-26 16:22:15 +0000wusticality1(~wusticali@c-67-161-204-49.hsd1.co.comcast.net)
2022-07-26 16:32:25 +0000dschrempf(~dominik@2a01-036d-0118-b0ba-4c38-2827-7707-d02a.pool6.digikabel.hu)
2022-07-26 16:38:53 +0000alternateved(~user@staticline-31-183-144-54.toya.net.pl) (Remote host closed the connection)
2022-07-26 16:39:06 +0000dschrempf(~dominik@2a01-036d-0118-b0ba-4c38-2827-7707-d02a.pool6.digikabel.hu) (Ping timeout: 264 seconds)
2022-07-26 17:01:40 +0000alternateved(~user@staticline-31-183-144-54.toya.net.pl)
2022-07-26 17:31:49 +0000wusticality1(~wusticali@c-67-161-204-49.hsd1.co.comcast.net) (Quit: Client closed)
2022-07-26 17:54:52 +0000benin0(~benin@183.82.177.99) (Quit: The Lounge - https://thelounge.chat)
2022-07-26 18:01:27 +0000wusticality1(~wusticali@c-67-161-204-49.hsd1.co.comcast.net)
2022-07-26 18:52:06 +0000coco(~coco@212-51-146-199.fiber7.init7.net)
2022-07-26 20:07:26 +0000chomwitt(~chomwitt@2a02:587:dc00:5a00:9176:a2d9:2beb:ace2) (Ping timeout: 244 seconds)
2022-07-26 20:17:31 +0000coco(~coco@212-51-146-199.fiber7.init7.net) (Quit: WeeChat 3.5)
2022-07-26 20:43:06 +0000Jazzah(~jazz@user/jazzah) (Quit: What, wait why?)
2022-07-26 20:45:06 +0000Jazzah(~jazz@irradiated.plutonium.dk)
2022-07-26 20:45:06 +0000Jazzah(~jazz@irradiated.plutonium.dk) (Changing host)
2022-07-26 20:45:06 +0000Jazzah(~jazz@user/jazzah)
2022-07-26 20:58:38 +0000haskl(~haskl@user/haskl) (Remote host closed the connection)
2022-07-26 21:17:09 +0000Jazzah(~jazz@user/jazzah) (Quit: What, wait why?)
2022-07-26 21:18:35 +0000Jazzah(~jazz@irradiated.plutonium.dk)
2022-07-26 21:18:35 +0000Jazzah(~jazz@irradiated.plutonium.dk) (Changing host)
2022-07-26 21:18:35 +0000Jazzah(~jazz@user/jazzah)
2022-07-26 22:21:00 +0000OrdoFlammae(~OrdoFlamm@69.5.218.8)
2022-07-26 22:21:03 +0000OrdoFlammae(~OrdoFlamm@69.5.218.8) (Client Quit)
2022-07-26 22:21:20 +0000OrdoFlammae(~OrdoFlamm@69.5.218.8)
2022-07-26 22:25:34 +0000OrdoFlammae(~OrdoFlamm@69.5.218.8) ()
2022-07-26 22:26:32 +0000rekahsoft(~rekahsoft@bras-base-wdston4533w-grc-02-142-113-160-8.dsl.bell.ca)
2022-07-26 22:27:13 +0000rekahsoft(~rekahsoft@bras-base-wdston4533w-grc-02-142-113-160-8.dsl.bell.ca) (Remote host closed the connection)
2022-07-26 22:27:45 +0000rekahsoft(~rekahsoft@bras-base-wdston4533w-grc-02-142-113-160-8.dsl.bell.ca)
2022-07-26 22:39:58 +0000rekahsoft(~rekahsoft@bras-base-wdston4533w-grc-02-142-113-160-8.dsl.bell.ca) (Remote host closed the connection)
2022-07-26 22:40:30 +0000rekahsoft(~rekahsoft@bras-base-wdston4533w-grc-02-142-113-160-8.dsl.bell.ca)
2022-07-26 23:02:23 +0000rekahsoft(~rekahsoft@bras-base-wdston4533w-grc-02-142-113-160-8.dsl.bell.ca) (Ping timeout: 268 seconds)
2022-07-26 23:32:33 +0000sogens(~sogens@gateway/vpn/pia/sogens) (Quit: WeeChat 3.5)
2022-07-26 23:32:53 +0000sogens(~sogens@gateway/vpn/pia/sogens)