2023/08/06

2023-08-06 00:16:06 +0000hightower2(~hightower@213-191-130-186.dsl.iskon.hr) (Read error: Connection reset by peer)
2023-08-06 00:17:34 +0000hightower2(~hightower@43-215.dsl.iskon.hr)
2023-08-06 00:22:29 +0000trixthethird58(~trixtheth@2a01:261:3c1:2400:42dd:a6c4:d11e:ca84) (Quit: Client closed)
2023-08-06 02:36:12 +0000td_(~td@i53870923.versanet.de) (Ping timeout: 260 seconds)
2023-08-06 02:37:49 +0000td_(~td@i5387092A.versanet.de)
2023-08-06 02:44:52 +0000shapr(~user@2600:1700:c640:3100:5b39:72cf:2cf6:4f57) (Remote host closed the connection)
2023-08-06 02:45:06 +0000shapr(~user@2600:1700:c640:3100:c1a9:d78c:4858:73ee)
2023-08-06 03:57:04 +0000shapr(~user@2600:1700:c640:3100:c1a9:d78c:4858:73ee) (Remote host closed the connection)
2023-08-06 03:57:18 +0000shapr(~user@2600:1700:c640:3100:b49b:8203:a696:85b3)
2023-08-06 04:28:25 +0000shapr(~user@2600:1700:c640:3100:b49b:8203:a696:85b3) (Ping timeout: 240 seconds)
2023-08-06 07:36:14 +0000 <xmonadtrack> xmonad-contrib Zawaken {Tony Zorman} * v0.17.1-166-ga0bfa8a4: X.L.Magnifier: Add magnifyxy (8 days ago, 2 files, 53+ 8-) https://github.com/xmonad/xmonad-contrib/commit/a0bfa8a447ae
2023-08-06 07:36:16 +0000 <xmonadtrack> xmonad-contrib Tony Zorman {GitHub} * v0.17.1-167-gbf41a85d: Merge pull request #822 from Zawaken/magnifiercxy (24 seconds ago, 0 files, 0+ 0-) https://github.com/xmonad/xmonad-contrib/commit/bf41a85d9c14
2023-08-06 08:22:10 +0000thyriaen(~thyriaen@2a01:aea0:dd4:6a18:6245:cbff:fe9f:48b1)
2023-08-06 08:34:11 +0000mc47(~mc47@xmonad/TheMC47)
2023-08-06 08:36:42 +0000thyriaen(~thyriaen@2a01:aea0:dd4:6a18:6245:cbff:fe9f:48b1) (Quit: Leaving)
2023-08-06 08:36:56 +0000thyriaen(~thyriaen@2a01:aea0:dd4:6a18:6245:cbff:fe9f:48b1)
2023-08-06 08:41:50 +0000 <thyriaen> Something strange is happened - I don't think I have changed anything in my xmonad config, however i moved from polybar to tint2, which should - in theory - be unrelated. When i previoulsy started a program, let's say my browser -- i do a "doShift" in my xmonad.hs, but now it no longer switches the current workspace to the workspace the window was shifted to
2023-08-06 08:56:46 +0000oo_miguel(~oo_miguel@78-11-179-96.static.ip.netia.com.pl)
2023-08-06 09:00:39 +0000 <thyriaen> i fixed it by restarting xmonad
2023-08-06 09:02:48 +0000oo_miguel(~oo_miguel@78-11-179-96.static.ip.netia.com.pl) (Quit: WeeChat 3.8)
2023-08-06 09:03:42 +0000 <thyriaen> I start a lot of applications with a mod+<letter> hotkey -- and then shifting it to a different workspace in my manage hook -- is it possible to do something like a shift+mod+<letter> to override the managehook this one time and spawn the window directly in my current workspace ?
2023-08-06 10:16:36 +0000 <mc47> I'm not aware of a module that does that, but it's not complicated if you're familiar with xmonad. You can use XMonad.Util.ExtensibleState to have a flag that you set to false with your shift+mod+<letter> keybinding, and you can make your manageHook only shift when the flag is true, and otherwise sets it to true to reset the state
2023-08-06 12:02:26 +0000thyriaen(~thyriaen@2a01:aea0:dd4:6a18:6245:cbff:fe9f:48b1) (Remote host closed the connection)
2023-08-06 12:07:42 +0000oo_miguel(~oo_miguel@78-11-179-96.static.ip.netia.com.pl)
2023-08-06 12:22:29 +0000 <Solid> Alternatively, you could put the shifting into the M-<letter> keys instead of manageHooks; this would have the advantage that *any* other way to start the relevant programs will not shift unexpectedly
2023-08-06 12:41:00 +0000oo_miguel(~oo_miguel@78-11-179-96.static.ip.netia.com.pl) (Quit: WeeChat 3.8)
2023-08-06 13:01:09 +0000shapr(~user@2600:1700:c640:3100:9415:bb5d:ae7f:5570)
2023-08-06 18:21:09 +0000mc47(~mc47@xmonad/TheMC47) (Remote host closed the connection)
2023-08-06 20:25:47 +0000oo_miguel(~oo_miguel@78-11-179-96.static.ip.netia.com.pl)
2023-08-06 20:25:59 +0000oo_miguel(~oo_miguel@78-11-179-96.static.ip.netia.com.pl) (Client Quit)