2022/12/10

2022-12-10 00:15:57 +0100tremon(~tremon@83-84-18-241.cable.dynamic.v4.ziggo.nl)
2022-12-10 00:19:32 +0100sogens(sogens@gateway/vpn/protonvpn/sogens) (Quit: WeeChat 3.7.1)
2022-12-10 00:21:18 +0100sogens(sogens@gateway/vpn/protonvpn/sogens)
2022-12-10 01:09:52 +0100sogens(sogens@gateway/vpn/protonvpn/sogens) (Ping timeout: 256 seconds)
2022-12-10 01:24:53 +0100sogens(sogens@gateway/vpn/protonvpn/sogens)
2022-12-10 01:31:58 +0100tremon(~tremon@83-84-18-241.cable.dynamic.v4.ziggo.nl) (Quit: getting boxed in)
2022-12-10 01:48:03 +0100sogens(sogens@gateway/vpn/protonvpn/sogens) (Quit: WeeChat 3.7.1)
2022-12-10 04:03:10 +0100banc(banc@gateway/vpn/protonvpn/banc) (Ping timeout: 252 seconds)
2022-12-10 04:21:46 +0100sogens(sogens@gateway/vpn/protonvpn/sogens)
2022-12-10 04:24:11 +0100banc(banc@gateway/vpn/protonvpn/banc)
2022-12-10 04:42:00 +0100td_(~td@83.135.9.40) (Ping timeout: 260 seconds)
2022-12-10 04:43:06 +0100terrorjack(~terrorjac@2a01:4f8:1c1e:509a::1) (Quit: The Lounge - https://thelounge.chat)
2022-12-10 04:43:51 +0100td_(~td@83.135.9.5)
2022-12-10 04:45:44 +0100terrorjack(~terrorjac@2a01:4f8:1c1e:509a::1)
2022-12-10 06:16:18 +0100Viking667(viking@203.184.11.139)
2022-12-10 06:18:58 +0100 <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 06:20:50 +0100 <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 06:20:53 +0100Lears(~Leary]@user/Leary/x-0910699) (Remote host closed the connection)
2022-12-10 06:21:57 +0100 <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 06:22:13 +0100[Leary](~Leary]@user/Leary/x-0910699)
2022-12-10 06:24:37 +0100 <Viking667> xprop run on that window shows that the class name is libreoffice-base: WM_CLASS(STRING) = "libreoffice", "libreoffice-base"
2022-12-10 06:26:14 +0100 <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 07:15:15 +0100lokesh1197(~Thunderbi@14.139.128.52)
2022-12-10 07:15:54 +0100lokesh1198(~Thunderbi@106.206.56.226)
2022-12-10 07:19:54 +0100lokesh1197(~Thunderbi@14.139.128.52) (Ping timeout: 256 seconds)
2022-12-10 07:19:54 +0100lokesh1198lokesh1197
2022-12-10 08:06:29 +0100lokesh1197(~Thunderbi@106.206.56.226) (Quit: lokesh1197)
2022-12-10 08:07:24 +0100lokesh1197(~Thunderbi@14.139.128.52)
2022-12-10 08:40:30 +0100sogens(sogens@gateway/vpn/protonvpn/sogens) (Quit: WeeChat 3.7.1)
2022-12-10 08:40:54 +0100sogens(sogens@gateway/vpn/protonvpn/sogens)
2022-12-10 08:43:28 +0100sogens_(sogens@gateway/vpn/protonvpn/sogens)
2022-12-10 08:45:50 +0100sogens(sogens@gateway/vpn/protonvpn/sogens) (Ping timeout: 260 seconds)
2022-12-10 10:33:47 +0100lokesh1198(~Thunderbi@2401:4900:33bf:d171:fa97:77e7:c179:ed3d)
2022-12-10 10:34:50 +0100lokesh1197(~Thunderbi@14.139.128.52) (Ping timeout: 256 seconds)
2022-12-10 10:34:50 +0100lokesh1198lokesh1197
2022-12-10 10:43:59 +0100werneta(~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (Ping timeout: 264 seconds)
2022-12-10 10:44:14 +0100werneta(~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net)
2022-12-10 11:03:13 +0100lokesh1197(~Thunderbi@2401:4900:33bf:d171:fa97:77e7:c179:ed3d) (Quit: lokesh1197)
2022-12-10 11:08:18 +0100 <Viking667> heh, I get the picture people just lurk here, and hardly ever answer questions.
2022-12-10 11:08:30 +0100lokesh1197(~Thunderbi@14.139.128.52)
2022-12-10 11:15:54 +0100 <_Ity[m]> Nobody else seemed to have read it yet, and I don't know the answer ^^
2022-12-10 11:16:04 +0100 <[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 11:16:30 +0100 <[Leary]> Re `=?`, it does require an exact match, which you seem to have.
2022-12-10 11:16:48 +0100 <[Leary]> The string argument you're giving to `doShift` is very odd, however.
2022-12-10 11:18:21 +0100 <[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 11:25:25 +0100 <[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 12:04:14 +0100 <Viking667> whew. sorry about that.
2022-12-10 12:07:25 +0100lokesh1197(~Thunderbi@14.139.128.52) (Ping timeout: 252 seconds)
2022-12-10 12:07:26 +0100lokesh1198(~Thunderbi@14.139.128.55)
2022-12-10 12:08:22 +0100 <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 12:09:19 +0100lokesh1197(~Thunderbi@14.139.128.54)
2022-12-10 12:12:25 +0100lokesh1198(~Thunderbi@14.139.128.55) (Ping timeout: 268 seconds)
2022-12-10 12:13:16 +0100 <[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 12:16:21 +0100lokesh1197(~Thunderbi@14.139.128.54) (Remote host closed the connection)
2022-12-10 12:20:39 +0100lokesh1197(~Thunderbi@14.139.128.30)
2022-12-10 12:23:40 +0100 <Viking667> Ah, okay. Thank you.
2022-12-10 12:24:16 +0100Viking667disapparates
2022-12-10 12:24:58 +0100Viking667(viking@203.184.11.139) (Quit: AIEEEEEEEEEEEEEEEE.......*BANG*)
2022-12-10 12:25:20 +0100lokesh1197(~Thunderbi@14.139.128.30) (Ping timeout: 256 seconds)
2022-12-10 12:31:32 +0100lokesh1197(~Thunderbi@14.139.128.10)
2022-12-10 12:40:27 +0100lokesh1197(~Thunderbi@14.139.128.10) (Ping timeout: 256 seconds)
2022-12-10 12:41:35 +0100ft(~ft@p508dbd59.dip0.t-ipconnect.de) (Ping timeout: 264 seconds)
2022-12-10 12:43:20 +0100ft(~ft@p4fc2a257.dip0.t-ipconnect.de)
2022-12-10 13:35:53 +0100 <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 13:37:07 +0100 <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 14:27:53 +0100lokesh1197(~Thunderbi@14.139.128.52)
2022-12-10 14:29:28 +0100 <[Leary]> geekosaur: `doShift` does? Not from what I can see.
2022-12-10 14:32:27 +0100lokesh1197(~Thunderbi@14.139.128.52) (Ping timeout: 248 seconds)
2022-12-10 14:44:57 +0100tremon(~tremon@83-84-18-241.cable.dynamic.v4.ziggo.nl)
2022-12-10 14:49:28 +0100 <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 17:26:56 +0100lokesh1197(~Thunderbi@14.139.128.52)
2022-12-10 17:29:32 +0100sadmax(~user@209.205.174.253)
2022-12-10 17:38:57 +0100sadmax(~user@209.205.174.253) (Remote host closed the connection)
2022-12-10 18:26:52 +0100terrorjack(~terrorjac@2a01:4f8:1c1e:509a::1) (Ping timeout: 256 seconds)
2022-12-10 18:42:14 +0100terrorjack(~terrorjac@2a01:4f8:1c1e:509a::1)
2022-12-10 19:03:42 +0100terrorjack(~terrorjac@2a01:4f8:1c1e:509a::1) (Ping timeout: 256 seconds)
2022-12-10 19:06:59 +0100terrorjack(~terrorjac@2a01:4f8:1c1e:509a::1)
2022-12-10 19:16:59 +0100lokesh1197(~Thunderbi@14.139.128.52) (Ping timeout: 264 seconds)
2022-12-10 19:56:32 +0100jao(~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net)
2022-12-10 22:30:01 +0100srk(~sorki@user/srk) (Ping timeout: 252 seconds)
2022-12-10 22:48:47 +0100noex(~null@user/noex) (Quit: :q!)
2022-12-10 22:59:08 +0100srk(~sorki@user/srk)
2022-12-10 23:27:46 +0100sagax(~sagax_nb@user/sagax) (Remote host closed the connection)