2023/04/28

2023-04-28 02:55:08 +0000td_(~td@i53870923.versanet.de) (Ping timeout: 251 seconds)
2023-04-28 02:56:05 +0000td_(~td@i5387093d.versanet.de)
2023-04-28 03:08:03 +0000werneta(~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net)
2023-04-28 03:42:02 +0000lain1001(~lain@2601:582:c000:79c0:92e8:68ff:fe83:1b3f) (Ping timeout: 265 seconds)
2023-04-28 04:15:54 +0000lain1001(~lain@2601:582:c000:79c0:92e8:68ff:fe83:1b3f)
2023-04-28 04:59:20 +0000Goku_Black(~Goku_Blac@103.136.95.134)
2023-04-28 05:13:53 +0000lain1001(~lain@2601:582:c000:79c0:92e8:68ff:fe83:1b3f) (Quit: WeeChat 3.8)
2023-04-28 05:32:52 +0000Goku_Black(~Goku_Blac@103.136.95.134) (Quit: Client closed)
2023-04-28 05:51:18 +0000Goku_Black(~Goku_Blac@103.136.95.134)
2023-04-28 05:51:27 +0000 <Goku_Black> hi
2023-04-28 05:52:26 +0000 <Goku_Black> I am having an issue with my xmonad that when I use my keybinding to exit it wont exit so i changed the key to something else and it was working
2023-04-28 05:52:40 +0000 <Goku_Black> anyone has any idea why?
2023-04-28 05:52:56 +0000 <Goku_Black> i checked there are no similar keybindings
2023-04-28 05:53:02 +0000 <Goku_Black> in the config
2023-04-28 05:54:17 +0000lain1001(~lain@2601:582:c000:79c0:92e8:68ff:fe83:1b3f)
2023-04-28 06:04:10 +0000lain1001(~lain@2601:582:c000:79c0:92e8:68ff:fe83:1b3f) (Ping timeout: 265 seconds)
2023-04-28 06:08:14 +0000Goku_Black(~Goku_Blac@103.136.95.134) (Quit: Ping timeout (120 seconds))
2023-04-28 06:17:25 +0000werneta(~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (Ping timeout: 240 seconds)
2023-04-28 06:19:23 +0000werneta(~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net)
2023-04-28 06:29:44 +0000mncheckm(~mncheck@193.224.205.254)
2023-04-28 06:48:33 +0000ft(~ft@p4fc2a88b.dip0.t-ipconnect.de) (Quit: leaving)
2023-04-28 07:03:06 +0000 <geekosaur> @tell Goku_Black can you show us your config?
2023-04-28 07:03:06 +0000 <lambdabot> Consider it noted.
2023-04-28 07:26:17 +0000cfricke(~cfricke@user/cfricke)
2023-04-28 07:26:41 +0000 <dminuoso> Gosh. Im trying to use `xdotool type "$(xclip -o)"`, but it writes / as &
2023-04-28 07:26:44 +0000 <dminuoso> What's going on here
2023-04-28 07:35:19 +0000 <Solid> lol
2023-04-28 07:41:05 +0000 <geekosaur> worked here, but I used a literal string
2023-04-28 07:41:52 +0000 <geekosaur> wokay, and with xclip just worked too
2023-04-28 07:43:00 +0000 <geekosaur> I suppose someday I need to do that pasteSelection rewrite
2023-04-28 07:46:31 +0000 <geekosaur> then again I use pretty much bog standard en_US layout. god help you if you use something like neo; the xdotool docs suggest to me it only knows about xmodmap, not Xkb
2023-04-28 07:48:57 +0000 <dminuoso> Ohh.
2023-04-28 07:49:00 +0000 <dminuoso> Layouts, okay.
2023-04-28 07:49:21 +0000 <dminuoso> That subshell, who knows how that even interacts with layouts.
2023-04-28 07:49:23 +0000 <geekosaur> right, it needs to convert characters to key events and it needs to query the layout to do that
2023-04-28 07:50:08 +0000 <geekosaur> like "รง" needs to become ccedilla keysym
2023-04-28 07:50:11 +0000 <dminuoso> Layout-style mojibake. :-)
2023-04-28 07:55:38 +0000kalj(~kalj@h-158-174-207-174.NA.cust.bahnhof.se)
2023-04-28 07:57:51 +0000kalj(~kalj@h-158-174-207-174.NA.cust.bahnhof.se) (Client Quit)
2023-04-28 08:01:00 +0000 <geekosaur> and I don't even know what ot does if it runs out of keycodes via xmodmap (a key event needs both a keycode and a keysym)
2023-04-28 08:01:32 +0000 <geekosaur> this is part of why I never got around to pasteSelection, the other part being that I think we need xcb to get at the individual selection events involved
2023-04-28 08:02:35 +0000 <geekosaur> (or do it the way you're doing it but that requires forking a subprocess that has to stick around until the "pasted" selection is consumed; see the xclip manpage)
2023-04-28 08:03:05 +0000 <geekosaur> this stuff is actually downright hard to do right
2023-04-28 08:16:22 +0000 <dminuoso> Yeah its fine, I just need it mostly right! :P
2023-04-28 08:16:54 +0000 <dminuoso> vSphere exposes these terminals to connect to a VMs console ports, but doesnt have any paste support.
2023-04-28 08:17:12 +0000 <dminuoso> Which is sort of annoying when you want to shove say an SSH key over that
2023-04-28 08:47:15 +0000c0c0(~coco@212-51-146-137.fiber7.init7.net)
2023-04-28 09:00:14 +0000unclechu(~unclechu@2001:470:69fc:105::354) (Quit: You have been kicked for being idle)
2023-04-28 09:00:14 +0000liskin[m](~liskinmat@2001:470:69fc:105::768) (Quit: You have been kicked for being idle)
2023-04-28 10:03:07 +0000hightower3(~hightower@cm-2042.cable.globalnet.hr)
2023-04-28 10:05:55 +0000hightower2(~hightower@cm-2158.cable.globalnet.hr) (Ping timeout: 276 seconds)
2023-04-28 10:39:45 +0000mc47(~mc47@xmonad/TheMC47)
2023-04-28 12:56:18 +0000kalj(~kalj@h-158-174-207-174.NA.cust.bahnhof.se)
2023-04-28 13:00:07 +0000werneta(~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (Ping timeout: 276 seconds)
2023-04-28 13:26:42 +0000ft(~ft@p4fc2a88b.dip0.t-ipconnect.de)
2023-04-28 13:54:14 +0000nasrudin_[m](~nasrudinm@2001:470:69fc:105::2:f299) (Ping timeout: 246 seconds)
2023-04-28 13:54:14 +0000mazte[m](~sujammama@2001:470:69fc:105::2:ea4c) (Ping timeout: 246 seconds)
2023-04-28 14:07:45 +0000mazte[m](~sujammama@2001:470:69fc:105::2:ea4c)
2023-04-28 14:09:33 +0000nasrudin_[m](~nasrudinm@2001:470:69fc:105::2:f299)
2023-04-28 14:15:38 +0000kalj(~kalj@h-158-174-207-174.NA.cust.bahnhof.se) (Ping timeout: 245 seconds)
2023-04-28 14:51:18 +0000cfricke(~cfricke@user/cfricke) (Quit: WeeChat 3.8)
2023-04-28 15:01:44 +0000thunderrd(~thunderrd@183.182.110.113)
2023-04-28 16:00:06 +0000real-fht[m](~real-fhtm@2001:470:69fc:105::2:d597) (Quit: You have been kicked for being idle)
2023-04-28 16:25:09 +0000werneta(~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net)
2023-04-28 18:22:32 +0000jludwig(~justin@li657-110.members.linode.com) (Quit: ZNC - https://znc.in)
2023-04-28 19:07:21 +0000tremon(~tremon@83.80.159.219)
2023-04-28 19:34:42 +0000lain1001(~lain@2601:582:c000:79c0:92e8:68ff:fe83:1b3f)
2023-04-28 19:57:32 +0000meck[m](~meckmeckd@2001:470:69fc:105::3a51)
2023-04-28 20:50:35 +0000rekahsoft(~rekahsoft@bras-base-orllon1122w-grc-04-174-88-193-177.dsl.bell.ca)
2023-04-28 20:50:58 +0000jludwig(~justin@li657-110.members.linode.com)
2023-04-28 21:04:09 +0000jludwig(~justin@li657-110.members.linode.com) (Quit: ZNC - https://znc.in)
2023-04-28 21:30:40 +0000mncheckm(~mncheck@193.224.205.254) (Ping timeout: 248 seconds)
2023-04-28 22:19:38 +0000rekahsoft(~rekahsoft@bras-base-orllon1122w-grc-04-174-88-193-177.dsl.bell.ca) (Ping timeout: 246 seconds)
2023-04-28 22:26:33 +0000mc47(~mc47@xmonad/TheMC47) (Remote host closed the connection)