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