2023/04/23

2023-04-23 00:02:02 +0200ml|(~ml|@user/ml/x-5298235) (Ping timeout: 246 seconds)
2023-04-23 01:29:18 +0200ml|(~ml|@user/ml/x-5298235)
2023-04-23 03:15:45 +0200catman(~catman@user/catman)
2023-04-23 03:17:06 +0200catman(~catman@user/catman) (Remote host closed the connection)
2023-04-23 04:40:41 +0200terrorjack(~terrorjac@2a01:4f8:c17:87f8::) (Quit: The Lounge - https://thelounge.chat)
2023-04-23 04:42:58 +0200terrorjack(~terrorjac@2a01:4f8:c17:87f8::)
2023-04-23 04:50:47 +0200catman(~catman@user/catman)
2023-04-23 05:00:25 +0200td_(~td@i5387093E.versanet.de) (Ping timeout: 240 seconds)
2023-04-23 05:02:32 +0200td_(~td@i5387093F.versanet.de)
2023-04-23 05:02:43 +0200catman(~catman@user/catman) (Ping timeout: 276 seconds)
2023-04-23 06:16:36 +0200catman(~catman@user/catman)
2023-04-23 08:44:57 +0200terrorjack(~terrorjac@2a01:4f8:c17:87f8::) (Quit: The Lounge - https://thelounge.chat)
2023-04-23 08:46:50 +0200stellacy(~stellacy@gateway/tor-sasl/stellacy) (Ping timeout: 255 seconds)
2023-04-23 08:47:16 +0200terrorjack(~terrorjac@2a01:4f8:c17:87f8::)
2023-04-23 08:48:35 +0200terrorjack(~terrorjac@2a01:4f8:c17:87f8::) (Client Quit)
2023-04-23 08:49:14 +0200stellacy(~stellacy@gateway/tor-sasl/stellacy)
2023-04-23 08:54:15 +0200terrorjack(~terrorjac@2a01:4f8:c17:87f8::)
2023-04-23 09:23:18 +0200werneta(~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (Ping timeout: 255 seconds)
2023-04-23 09:24:57 +0200werneta(~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net)
2023-04-23 10:23:05 +0200werneta(~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (Ping timeout: 240 seconds)
2023-04-23 11:00:13 +0200_qw(~eqw@31.134.178.99) (Ping timeout: 276 seconds)
2023-04-23 11:44:52 +0200_qw(~eqw@31.134.178.99)
2023-04-23 12:30:24 +0200acidbong(6e5528b381@198.108.77.94)
2023-04-23 15:38:00 +0200m5zs7k(aquares@web10.mydevil.net) (Ping timeout: 264 seconds)
2023-04-23 15:43:50 +0200m5zs7k(aquares@web10.mydevil.net)
2023-04-23 16:22:20 +0200 <YuuYin[m]> how to switch between float and last-selected non-float window in current workspace, given there is only one float? similar to i3 behavior?
2023-04-23 16:22:35 +0200 <YuuYin[m]> tab switches between all windows
2023-04-23 16:22:48 +0200 <YuuYin[m]> there are many i3 defaults that are def better
2023-04-23 16:23:16 +0200 <ectospasm> Except i3 doesn't have dynamic workspace names.
2023-04-23 16:23:23 +0200 <ectospasm> Or at least didn't last I checked.
2023-04-23 16:23:30 +0200liskin[m](~liskinmat@2001:470:69fc:105::768)
2023-04-23 16:24:14 +0200unclechu(~unclechu@2001:470:69fc:105::354)
2023-04-23 16:35:11 +0200 <[Leary]> YuuYin[m]: Try https://hackage.haskell.org/package/xmonad-contrib-0.17.1/docs/XMonad-Hooks-RefocusLast.html#v:tog…
2023-04-23 16:51:01 +0200catman(~catman@user/catman) (Quit: WeeChat 3.8)
2023-04-23 16:52:27 +0200catman(~catman@user/catman)
2023-04-23 17:35:26 +0200 <YuuYin[m]> [Leary]: maybe i did something wrong as setting `("M-<Tab>", toggleFocus)` isn't working for toggle focus between floating and non-floating windows, although example from sourcegraph.com/search do just that
2023-04-23 17:35:26 +0200 <YuuYin[m]> `
2023-04-23 17:35:26 +0200 <YuuYin[m]> my config https://0x0.st/HKPv.hs
2023-04-23 17:36:10 +0200 <YuuYin[m]> sorry it is that there is some time since i last touched haskell so i forgot much of it
2023-04-23 17:39:22 +0200 <YuuYin[m]> actually it isn't working for any windows at all
2023-04-23 18:00:19 +0200liskin[m](~liskinmat@2001:470:69fc:105::768) (Quit: You have been kicked for being idle)
2023-04-23 18:00:19 +0200unclechu(~unclechu@2001:470:69fc:105::354) (Quit: You have been kicked for being idle)
2023-04-23 18:18:20 +0200werneta(~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net)
2023-04-23 21:03:57 +0200mc47(~mc47@xmonad/TheMC47)
2023-04-23 22:44:10 +0200a6a45081-2b83(~aditya@2600:1700:8fd0:3660::48)
2023-04-23 23:02:51 +0200mc47(~mc47@xmonad/TheMC47) (Remote host closed the connection)
2023-04-23 23:12:20 +0200 <[Leary]> YuuYin[m]: Did you have a look at the Usage section for the module? You need to enable a hook or two for the binding to function.
2023-04-23 23:12:34 +0200liskin[m](~liskinmat@2001:470:69fc:105::768)
2023-04-23 23:12:49 +0200unclechu(~unclechu@2001:470:69fc:105::354)