2023/05/17

2023-05-17 01:24:23 +0200mncheck(~mncheck@193.224.205.254) (Ping timeout: 240 seconds)
2023-05-17 01:34:35 +0200MrElendig(~Urist@archlinux/op/MrElendig) (Quit: loading up the rods of god)
2023-05-17 01:35:44 +0200MrElendig(~Urist@archlinux/op/MrElendig)
2023-05-17 02:56:46 +0200terrorjack(~terrorjac@2a01:4f8:c17:87f8::) (Quit: The Lounge - https://thelounge.chat)
2023-05-17 02:59:48 +0200terrorjack(~terrorjac@2a01:4f8:c17:87f8::)
2023-05-17 03:01:37 +0200terrorjack(~terrorjac@2a01:4f8:c17:87f8::) (Client Quit)
2023-05-17 03:04:47 +0200terrorjack(~terrorjac@2a01:4f8:c17:87f8::)
2023-05-17 04:13:25 +0200td_(~td@i5387090E.versanet.de) (Ping timeout: 240 seconds)
2023-05-17 04:15:36 +0200td_(~td@83.135.9.0)
2023-05-17 07:23:44 +0200mncheck(~mncheck@193.224.205.254)
2023-05-17 07:48:52 +0200chomwitt(~chomwitt@2a02:587:7a0a:e700:1ac0:4dff:fedb:a3f1)
2023-05-17 07:54:31 +0200 <HB|ANetworkECESI> Even though Xmonad is WM I use, it feels like I don't even use Xmonad. Is that strange?
2023-05-17 07:54:58 +0200 <HB|ANetworkECESI> * that strange? I mean I use it, daily, it's always there, but I don't even use it, even though I use it, every day...
2023-05-17 07:56:23 +0200 <HB|ANetworkECESI> I think it only feels like Xmonad when you have to go into the code to configure things. Otherwise it's not even Xmonad. I think. I dunno. I have strange thoughts. I guess.
2023-05-17 07:57:28 +0200 <HB|ANetworkECESI> * I guess. I haven't looked at my Xmonad config in months...
2023-05-17 08:03:28 +0200 <geekosaur> that's kinda how it works
2023-05-17 08:03:30 +0200liskin[m](~liskinmat@2001:470:69fc:105::768)
2023-05-17 08:03:31 +0200unclechu(~unclechu@2001:470:69fc:105::354)
2023-05-17 08:04:03 +0200 <geekosaur> in some ways it's good; you only notice it when it breaks 🙂
2023-05-17 08:05:48 +0200chomwitt(~chomwitt@2a02:587:7a0a:e700:1ac0:4dff:fedb:a3f1) (Remote host closed the connection)
2023-05-17 08:14:58 +0200werneta(~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net)
2023-05-17 08:33:23 +0200Solid_Solid
2023-05-17 09:16:26 +0200mc47(~mc47@xmonad/TheMC47)
2023-05-17 09:29:38 +0200chomwitt(~chomwitt@2a02:587:7a0a:e700:1ac0:4dff:fedb:a3f1)
2023-05-17 10:03:50 +0200ft(~ft@p4fc2a88b.dip0.t-ipconnect.de) (Quit: leaving)
2023-05-17 10:38:23 +0200werneta(~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (Ping timeout: 240 seconds)
2023-05-17 10:40:34 +0200werneta(~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net)
2023-05-17 11:00:31 +0200mon_aaraj(~montchncs@2001:470:69fc:105::8e6b) (Remote host closed the connection)
2023-05-17 11:47:26 +0200cfricke(~cfricke@user/cfricke)
2023-05-17 11:47:52 +0200liskin[m](~liskinmat@2001:470:69fc:105::768) (Remote host closed the connection)
2023-05-17 11:47:52 +0200unclechu(~unclechu@2001:470:69fc:105::354) (Remote host closed the connection)
2023-05-17 12:31:59 +0200mc47(~mc47@xmonad/TheMC47) (Ping timeout: 240 seconds)
2023-05-17 13:53:04 +0200cfricke(~cfricke@user/cfricke) (Quit: WeeChat 3.8)
2023-05-17 14:12:20 +0200cfricke(~cfricke@user/cfricke)
2023-05-17 14:13:29 +0200mc47(~mc47@xmonad/TheMC47)
2023-05-17 15:06:28 +0200yaslam(~user@user/yaslam)
2023-05-17 15:07:16 +0200 <yaslam> hi everyone, how do i force a window to not ever get focused even when i put my mouse on top of it, i have xeyes and xclock set as floating windows and i dont want them to ever get focused, thanks
2023-05-17 15:08:20 +0200 <yaslam> i tried doIgnore but i cannot control where the window will go with that
2023-05-17 15:17:25 +0200 <[Leary]> yaslam: I guess you can write something like `mapAt :: Rectangle -> ManageHook; mapAt r = ask >>= \w -> liftX (tileWindow w r $> mempty)`, then use `mapAt (Rectangle x y w h) <> doIgnore`.
2023-05-17 15:23:20 +0200 <yaslam> [Leary]: i am getting "Variable not in scope: ($>)"
2023-05-17 15:24:08 +0200 <[Leary]> @hoogle $>
2023-05-17 15:24:08 +0200 <lambdabot> Data.Functor ($>) :: Functor f => f a -> b -> f b
2023-05-17 15:24:09 +0200 <lambdabot> Data.Functor.Compat ($>) :: Functor f => f a -> b -> f b
2023-05-17 15:24:09 +0200 <lambdabot> Data.Functor.Apply ($>) :: Functor f => f a -> b -> f b
2023-05-17 15:24:57 +0200 <yaslam> oh i gotta import it, thks
2023-05-17 15:26:18 +0200 <yaslam> [Leary]: it works! thanks
2023-05-17 15:27:44 +0200 <[Leary]> np
2023-05-17 15:32:41 +0200yaslam(~user@user/yaslam) (ERC 5.4 (IRC client for GNU Emacs 28.2))
2023-05-17 15:44:19 +0200cfricke(~cfricke@user/cfricke) (Quit: WeeChat 3.8)
2023-05-17 15:46:39 +0200chomwitt(~chomwitt@2a02:587:7a0a:e700:1ac0:4dff:fedb:a3f1) (Ping timeout: 256 seconds)
2023-05-17 15:55:47 +0200stellacy(~stellacy@gateway/tor-sasl/stellacy)
2023-05-17 16:35:57 +0200hightower2(~hightower@85.94.71.188)
2023-05-17 17:35:37 +0200werneta(~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (Ping timeout: 268 seconds)
2023-05-17 17:36:01 +0200werneta(~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net)
2023-05-17 17:50:05 +0200thunderrd(~thunderrd@183.182.115.197)
2023-05-17 17:52:43 +0200Forkk(~forkk@li926-228.members.linode.com) (Quit: http://quassel-irc.org - Chat comfortably. Anywhere.)
2023-05-17 17:53:10 +0200Forkk(~forkk@li926-228.members.linode.com)
2023-05-17 18:23:07 +0200chomwitt(~chomwitt@ppp-94-67-217-123.home.otenet.gr)
2023-05-17 18:47:14 +0200ft(~ft@p4fc2a88b.dip0.t-ipconnect.de)
2023-05-17 19:02:33 +0200jeeeun(~jeeeun@78.40.148.178) (Quit: The Lounge - https://thelounge.chat)
2023-05-17 19:04:50 +0200jeeeun(~jeeeun@78.40.148.178)
2023-05-17 19:24:44 +0200mc47(~mc47@xmonad/TheMC47) (Remote host closed the connection)
2023-05-17 19:41:10 +0200jeeeun(~jeeeun@78.40.148.178) (Quit: The Lounge - https://thelounge.chat)
2023-05-17 19:45:15 +0200jeeeun(~jeeeun@78.40.148.178)
2023-05-17 20:52:40 +0200_jak(~jak@cpe-67-244-101-214.nyc.res.rr.com)
2023-05-17 21:13:36 +0200noex(~null@user/noex) (Ping timeout: 248 seconds)
2023-05-17 21:16:30 +0200noex(~null@user/noex)
2023-05-17 21:33:35 +0200mncheck(~mncheck@193.224.205.254) (Ping timeout: 240 seconds)
2023-05-17 21:43:43 +0200chomwitt(~chomwitt@ppp-94-67-217-123.home.otenet.gr) (Remote host closed the connection)
2023-05-17 22:45:09 +0200sqrehmm(uid531949@id-531949.ilkley.irccloud.com)
2023-05-17 22:52:35 +0200thunderrd(~thunderrd@183.182.115.197) (Remote host closed the connection)
2023-05-17 23:32:34 +0200gauge(~gauge@user/gauge) (Read error: Connection reset by peer)
2023-05-17 23:33:22 +0200gauge(~gauge@user/gauge)
2023-05-17 23:46:22 +0200gauge(~gauge@user/gauge) (Read error: Connection reset by peer)
2023-05-17 23:48:43 +0200gauge(~gauge@user/gauge)