2022/12/10

2022-12-10 00:09:52 +0000sogens(sogens@gateway/vpn/protonvpn/sogens) (Ping timeout: 256 seconds)
2022-12-10 00:24:53 +0000sogens(sogens@gateway/vpn/protonvpn/sogens)
2022-12-10 00:31:58 +0000tremon(~tremon@83-84-18-241.cable.dynamic.v4.ziggo.nl) (Quit: getting boxed in)
2022-12-10 00:48:03 +0000sogens(sogens@gateway/vpn/protonvpn/sogens) (Quit: WeeChat 3.7.1)
2022-12-10 03:03:10 +0000banc(banc@gateway/vpn/protonvpn/banc) (Ping timeout: 252 seconds)
2022-12-10 03:21:46 +0000sogens(sogens@gateway/vpn/protonvpn/sogens)
2022-12-10 03:24:11 +0000banc(banc@gateway/vpn/protonvpn/banc)
2022-12-10 03:42:00 +0000td_(~td@83.135.9.40) (Ping timeout: 260 seconds)
2022-12-10 03:43:06 +0000terrorjack(~terrorjac@2a01:4f8:1c1e:509a::1) (Quit: The Lounge - https://thelounge.chat)
2022-12-10 03:43:51 +0000td_(~td@83.135.9.5)
2022-12-10 03:45:44 +0000terrorjack(~terrorjac@2a01:4f8:1c1e:509a::1)
2022-12-10 05:16:18 +0000Viking667(viking@203.184.11.139)
2022-12-10 05:18:58 +0000 <Viking667> Really quick noob question about ManageHook. className =? "some_string" --> do_stuff(), does "some_string" do a subset of className, or the exact string?
2022-12-10 05:20:50 +0000 <Viking667> Because I'm trying to match on this expression, and I don't seem to get it working: className =? "libreoffice-base" --> doShift "<action=xdotool key super+5>doc</action>"
2022-12-10 05:20:53 +0000Lears(~Leary]@user/Leary/x-0910699) (Remote host closed the connection)
2022-12-10 05:21:57 +0000 <Viking667> That's meant to match on any libreoffice-base window and to send it off to the 5th desktop, but when I open a database with libreoffice, it opens on the same desktop as I'm on, not on the desktop I want it to open on.
2022-12-10 05:22:13 +0000[Leary](~Leary]@user/Leary/x-0910699)
2022-12-10 05:24:37 +0000 <Viking667> xprop run on that window shows that the class name is libreoffice-base: WM_CLASS(STRING) = "libreoffice", "libreoffice-base"
2022-12-10 05:26:14 +0000 <Viking667> Ah yes. Further information, though it's around in 0.17 too, but I'm on 0.13 from an old Fedora install.
2022-12-10 06:15:15 +0000lokesh1197(~Thunderbi@14.139.128.52)
2022-12-10 06:15:54 +0000lokesh1198(~Thunderbi@106.206.56.226)
2022-12-10 06:19:54 +0000lokesh1197(~Thunderbi@14.139.128.52) (Ping timeout: 256 seconds)
2022-12-10 06:19:54 +0000lokesh1198lokesh1197
2022-12-10 07:06:29 +0000lokesh1197(~Thunderbi@106.206.56.226) (Quit: lokesh1197)
2022-12-10 07:07:24 +0000lokesh1197(~Thunderbi@14.139.128.52)
2022-12-10 07:40:30 +0000sogens(sogens@gateway/vpn/protonvpn/sogens) (Quit: WeeChat 3.7.1)
2022-12-10 07:40:54 +0000sogens(sogens@gateway/vpn/protonvpn/sogens)
2022-12-10 07:43:28 +0000sogens_(sogens@gateway/vpn/protonvpn/sogens)
2022-12-10 07:45:50 +0000sogens(sogens@gateway/vpn/protonvpn/sogens) (Ping timeout: 260 seconds)
2022-12-10 09:33:47 +0000lokesh1198(~Thunderbi@2401:4900:33bf:d171:fa97:77e7:c179:ed3d)
2022-12-10 09:34:50 +0000lokesh1197(~Thunderbi@14.139.128.52) (Ping timeout: 256 seconds)
2022-12-10 09:34:50 +0000lokesh1198lokesh1197
2022-12-10 09:43:59 +0000werneta(~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (Ping timeout: 264 seconds)
2022-12-10 09:44:14 +0000werneta(~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net)
2022-12-10 10:03:13 +0000lokesh1197(~Thunderbi@2401:4900:33bf:d171:fa97:77e7:c179:ed3d) (Quit: lokesh1197)
2022-12-10 10:08:18 +0000 <Viking667> heh, I get the picture people just lurk here, and hardly ever answer questions.
2022-12-10 10:08:30 +0000lokesh1197(~Thunderbi@14.139.128.52)
2022-12-10 10:15:54 +0000 <_Ity[m]> Nobody else seemed to have read it yet, and I don't know the answer ^^
2022-12-10 10:16:04 +0000 <[Leary]> Viking667: If you look over the channel logs, you'll see that isn't the case---you just have to be patient.
2022-12-10 10:16:30 +0000 <[Leary]> Re `=?`, it does require an exact match, which you seem to have.
2022-12-10 10:16:48 +0000 <[Leary]> The string argument you're giving to `doShift` is very odd, however.
2022-12-10 10:18:21 +0000 <[Leary]> It's probably trying to shift the window to a non-existent workspace, which I'll venture is a no-op.
2022-12-10 10:25:25 +0000 <[Leary]> Well, to say it a bit more directly, I have no idea where you got "<action=...>doc</action>", or why you expect that to work. You probably just want `doShift "5"` there, or whatever your fifth workspace is called.
2022-12-10 11:04:14 +0000 <Viking667> whew. sorry about that.
2022-12-10 11:07:25 +0000lokesh1197(~Thunderbi@14.139.128.52) (Ping timeout: 252 seconds)
2022-12-10 11:07:26 +0000lokesh1198(~Thunderbi@14.139.128.55)
2022-12-10 11:08:22 +0000 <Viking667> Okay, what do I use if I want to match a string that's inside what I am looking at, for example? i.e. "Some Fancy Website - Google Chrome" and I want to fire the doSomething when I match the "Google Chrome" part of that?
2022-12-10 11:09:19 +0000lokesh1197(~Thunderbi@14.139.128.54)
2022-12-10 11:12:25 +0000lokesh1198(~Thunderbi@14.139.128.55) (Ping timeout: 268 seconds)
2022-12-10 11:13:16 +0000 <[Leary]> Viking667: There are various helpers in the X.H.ManageHelpers module; it looks like the operator for infix matches is `~?`. A disclaimer: ManageHooks on browsers generally won't work how you want them to, since their properties tend to be set dynamically after window creation. You may need X.H.DynamicProperty.
2022-12-10 11:16:21 +0000lokesh1197(~Thunderbi@14.139.128.54) (Remote host closed the connection)
2022-12-10 11:20:39 +0000lokesh1197(~Thunderbi@14.139.128.30)
2022-12-10 11:23:40 +0000 <Viking667> Ah, okay. Thank you.
2022-12-10 11:24:16 +0000Viking667disapparates
2022-12-10 11:24:58 +0000Viking667(viking@203.184.11.139) (Quit: AIEEEEEEEEEEEEEEEE.......*BANG*)
2022-12-10 11:25:20 +0000lokesh1197(~Thunderbi@14.139.128.30) (Ping timeout: 256 seconds)
2022-12-10 11:31:32 +0000lokesh1197(~Thunderbi@14.139.128.10)
2022-12-10 11:40:27 +0000lokesh1197(~Thunderbi@14.139.128.10) (Ping timeout: 256 seconds)
2022-12-10 11:41:35 +0000ft(~ft@p508dbd59.dip0.t-ipconnect.de) (Ping timeout: 264 seconds)
2022-12-10 11:43:20 +0000ft(~ft@p4fc2a257.dip0.t-ipconnect.de)
2022-12-10 12:35:53 +0000 <geekosaur> actually it creates the workspace but you have noo keybind for it so need XMonad.Prompt.Workspace or similar to get to it
2022-12-10 12:37:07 +0000 <geekosaur> although that also looks like an old version of the active workspaces hack for xmobar so it might work as intended
2022-12-10 13:27:53 +0000lokesh1197(~Thunderbi@14.139.128.52)
2022-12-10 13:29:28 +0000 <[Leary]> geekosaur: `doShift` does? Not from what I can see.
2022-12-10 13:32:27 +0000lokesh1197(~Thunderbi@14.139.128.52) (Ping timeout: 248 seconds)
2022-12-10 13:44:57 +0000tremon(~tremon@83-84-18-241.cable.dynamic.v4.ziggo.nl)
2022-12-10 13:49:28 +0000 <geekosaur> hm, surprise to me, but I see line 581 just returns the original StackSet instead of going through the path that creates a new ws
2022-12-10 16:26:56 +0000lokesh1197(~Thunderbi@14.139.128.52)
2022-12-10 16:29:32 +0000sadmax(~user@209.205.174.253)
2022-12-10 16:38:57 +0000sadmax(~user@209.205.174.253) (Remote host closed the connection)
2022-12-10 17:26:52 +0000terrorjack(~terrorjac@2a01:4f8:1c1e:509a::1) (Ping timeout: 256 seconds)
2022-12-10 17:42:14 +0000terrorjack(~terrorjac@2a01:4f8:1c1e:509a::1)
2022-12-10 18:03:42 +0000terrorjack(~terrorjac@2a01:4f8:1c1e:509a::1) (Ping timeout: 256 seconds)
2022-12-10 18:06:59 +0000terrorjack(~terrorjac@2a01:4f8:1c1e:509a::1)
2022-12-10 18:16:59 +0000lokesh1197(~Thunderbi@14.139.128.52) (Ping timeout: 264 seconds)
2022-12-10 18:56:32 +0000jao(~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net)
2022-12-10 21:30:01 +0000srk(~sorki@user/srk) (Ping timeout: 252 seconds)
2022-12-10 21:48:47 +0000noex(~null@user/noex) (Quit: :q!)
2022-12-10 21:59:08 +0000srk(~sorki@user/srk)
2022-12-10 22:27:46 +0000sagax(~sagax_nb@user/sagax) (Remote host closed the connection)