Home liberachat/#xmonad: Logs Calendar

Logs: liberachat/#xmonad

←Prev  Next→ 184,942 events total
2023-05-16 23:24:23 × mncheck quits (~mncheck@193.224.205.254) (Ping timeout: 240 seconds)
2023-05-16 23:34:35 × MrElendig quits (~Urist@archlinux/op/MrElendig) (Quit: loading up the rods of god)
2023-05-16 23:35:44 MrElendig joins (~Urist@archlinux/op/MrElendig)
2023-05-17 00:56:46 × terrorjack quits (~terrorjac@2a01:4f8:c17:87f8::) (Quit: The Lounge - https://thelounge.chat)
2023-05-17 00:59:48 terrorjack joins (~terrorjac@2a01:4f8:c17:87f8::)
2023-05-17 01:01:37 × terrorjack quits (~terrorjac@2a01:4f8:c17:87f8::) (Client Quit)
2023-05-17 01:04:47 terrorjack joins (~terrorjac@2a01:4f8:c17:87f8::)
2023-05-17 02:13:25 × td_ quits (~td@i5387090E.versanet.de) (Ping timeout: 240 seconds)
2023-05-17 02:15:36 td_ joins (~td@83.135.9.0)
2023-05-17 05:23:44 mncheck joins (~mncheck@193.224.205.254)
2023-05-17 05:48:52 chomwitt joins (~chomwitt@2a02:587:7a0a:e700:1ac0:4dff:fedb:a3f1)
2023-05-17 05:54:31 <HB|ANetworkECESI> Even though Xmonad is WM I use, it feels like I don't even use Xmonad. Is that strange?
2023-05-17 05:54:58 <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 05:56:23 <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 05:57:28 <HB|ANetworkECESI> * I guess. I haven't looked at my Xmonad config in months...
2023-05-17 06:03:28 <geekosaur> that's kinda how it works
2023-05-17 06:03:30 liskin[m] joins (~liskinmat@2001:470:69fc:105::768)
2023-05-17 06:03:31 unclechu joins (~unclechu@2001:470:69fc:105::354)
2023-05-17 06:04:03 <geekosaur> in some ways it's good; you only notice it when it breaks 🙂
2023-05-17 06:05:48 × chomwitt quits (~chomwitt@2a02:587:7a0a:e700:1ac0:4dff:fedb:a3f1) (Remote host closed the connection)
2023-05-17 06:14:58 werneta joins (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net)
2023-05-17 06:33:23 Solid_ is now known as Solid
2023-05-17 07:16:26 mc47 joins (~mc47@xmonad/TheMC47)
2023-05-17 07:29:38 chomwitt joins (~chomwitt@2a02:587:7a0a:e700:1ac0:4dff:fedb:a3f1)
2023-05-17 08:03:50 × ft quits (~ft@p4fc2a88b.dip0.t-ipconnect.de) (Quit: leaving)
2023-05-17 08:38:23 × werneta quits (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (Ping timeout: 240 seconds)
2023-05-17 08:40:34 werneta joins (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net)
2023-05-17 09:00:31 × mon_aaraj quits (~montchncs@2001:470:69fc:105::8e6b) (Remote host closed the connection)
2023-05-17 09:47:26 cfricke joins (~cfricke@user/cfricke)
2023-05-17 09:47:52 × liskin[m] quits (~liskinmat@2001:470:69fc:105::768) (Remote host closed the connection)
2023-05-17 09:47:52 × unclechu quits (~unclechu@2001:470:69fc:105::354) (Remote host closed the connection)
2023-05-17 10:31:59 × mc47 quits (~mc47@xmonad/TheMC47) (Ping timeout: 240 seconds)
2023-05-17 11:53:04 × cfricke quits (~cfricke@user/cfricke) (Quit: WeeChat 3.8)
2023-05-17 12:12:20 cfricke joins (~cfricke@user/cfricke)
2023-05-17 12:13:29 mc47 joins (~mc47@xmonad/TheMC47)
2023-05-17 13:06:28 yaslam joins (~user@user/yaslam)
2023-05-17 13:07:16 <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 13:08:20 <yaslam> i tried doIgnore but i cannot control where the window will go with that
2023-05-17 13:17:25 <[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 13:23:20 <yaslam> [Leary]: i am getting "Variable not in scope: ($>)"
2023-05-17 13:24:08 <[Leary]> @hoogle $>
2023-05-17 13:24:08 <lambdabot> Data.Functor ($>) :: Functor f => f a -> b -> f b
2023-05-17 13:24:09 <lambdabot> Data.Functor.Compat ($>) :: Functor f => f a -> b -> f b
2023-05-17 13:24:09 <lambdabot> Data.Functor.Apply ($>) :: Functor f => f a -> b -> f b
2023-05-17 13:24:57 <yaslam> oh i gotta import it, thks
2023-05-17 13:26:18 <yaslam> [Leary]: it works! thanks
2023-05-17 13:27:44 <[Leary]> np
2023-05-17 13:32:41 yaslam parts (~user@user/yaslam) (ERC 5.4 (IRC client for GNU Emacs 28.2))
2023-05-17 13:44:19 × cfricke quits (~cfricke@user/cfricke) (Quit: WeeChat 3.8)
2023-05-17 13:46:39 × chomwitt quits (~chomwitt@2a02:587:7a0a:e700:1ac0:4dff:fedb:a3f1) (Ping timeout: 256 seconds)
2023-05-17 13:55:47 stellacy joins (~stellacy@gateway/tor-sasl/stellacy)
2023-05-17 14:35:57 hightower2 joins (~hightower@85.94.71.188)
2023-05-17 15:35:37 × werneta quits (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (Ping timeout: 268 seconds)
2023-05-17 15:36:01 werneta joins (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net)
2023-05-17 15:50:05 thunderrd joins (~thunderrd@183.182.115.197)
2023-05-17 15:52:43 × Forkk quits (~forkk@li926-228.members.linode.com) (Quit: http://quassel-irc.org - Chat comfortably. Anywhere.)
2023-05-17 15:53:10 Forkk joins (~forkk@li926-228.members.linode.com)
2023-05-17 16:23:07 chomwitt joins (~chomwitt@ppp-94-67-217-123.home.otenet.gr)
2023-05-17 16:47:14 ft joins (~ft@p4fc2a88b.dip0.t-ipconnect.de)
2023-05-17 17:02:33 × jeeeun quits (~jeeeun@78.40.148.178) (Quit: The Lounge - https://thelounge.chat)
2023-05-17 17:04:50 jeeeun joins (~jeeeun@78.40.148.178)
2023-05-17 17:24:44 × mc47 quits (~mc47@xmonad/TheMC47) (Remote host closed the connection)
2023-05-17 17:41:10 × jeeeun quits (~jeeeun@78.40.148.178) (Quit: The Lounge - https://thelounge.chat)
2023-05-17 17:45:15 jeeeun joins (~jeeeun@78.40.148.178)
2023-05-17 18:52:40 _jak joins (~jak@cpe-67-244-101-214.nyc.res.rr.com)
2023-05-17 19:13:36 × noex quits (~null@user/noex) (Ping timeout: 248 seconds)
2023-05-17 19:16:30 noex joins (~null@user/noex)
2023-05-17 19:33:35 × mncheck quits (~mncheck@193.224.205.254) (Ping timeout: 240 seconds)
2023-05-17 19:43:43 × chomwitt quits (~chomwitt@ppp-94-67-217-123.home.otenet.gr) (Remote host closed the connection)
2023-05-17 20:45:09 sqrehmm joins (uid531949@id-531949.ilkley.irccloud.com)
2023-05-17 20:52:35 × thunderrd quits (~thunderrd@183.182.115.197) (Remote host closed the connection)
2023-05-17 21:32:34 × gauge quits (~gauge@user/gauge) (Read error: Connection reset by peer)
2023-05-17 21:33:22 gauge joins (~gauge@user/gauge)
2023-05-17 21:46:22 × gauge quits (~gauge@user/gauge) (Read error: Connection reset by peer)
2023-05-17 21:48:43 gauge joins (~gauge@user/gauge)
2023-05-17 22:54:37 × sqrehmm quits (uid531949@id-531949.ilkley.irccloud.com) (Quit: Connection closed for inactivity)
2023-05-18 02:12:23 × td_ quits (~td@83.135.9.0) (Ping timeout: 240 seconds)
2023-05-18 02:14:20 td_ joins (~td@i5387093A.versanet.de)
2023-05-18 04:27:20 × stellacy quits (~stellacy@gateway/tor-sasl/stellacy) (Ping timeout: 240 seconds)
2023-05-18 04:30:29 stellacy joins (~stellacy@gateway/tor-sasl/stellacy)
2023-05-18 06:28:35 chomwitt joins (~chomwitt@2a02:587:7a0a:e700:1ac0:4dff:fedb:a3f1)
2023-05-18 06:42:04 mncheck joins (~mncheck@193.224.205.254)
2023-05-18 07:20:47 × werneta quits (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (Ping timeout: 240 seconds)
2023-05-18 07:22:46 werneta joins (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net)
2023-05-18 09:03:10 × JonathanWatson[m quits (~jjwmatrix@2001:470:69fc:105::2:a544) (Remote host closed the connection)
2023-05-18 11:04:35 × chomwitt quits (~chomwitt@2a02:587:7a0a:e700:1ac0:4dff:fedb:a3f1) (Ping timeout: 246 seconds)
2023-05-18 11:20:01 chomwitt joins (~chomwitt@ppp-94-68-188-225.home.otenet.gr)
2023-05-18 13:14:50 alternateved joins (~user@77-253-195-69.adsl.inetia.pl)
2023-05-18 13:30:04 × YuuYin[m] quits (~yuuyin@2001:470:69fc:105::8a6) (Remote host closed the connection)
2023-05-18 13:31:36 YuuYin[m] joins (~yuuyin@2001:470:69fc:105::8a6)
2023-05-18 15:13:47 × xmonadtrack quits (~xmonadtra@xmonad/geekosaur) (Remote host closed the connection)
2023-05-18 15:13:58 geekosaur is now known as xmonadtrack
2023-05-18 15:15:43 xmonadtrack is now known as geekosaur
2023-05-18 15:16:19 xmonadtrack joins (~xmonadtra@069-135-003-034.biz.spectrum.com)
2023-05-18 15:17:04 × xmonadtrack quits (~xmonadtra@069-135-003-034.biz.spectrum.com) (Remote host closed the connection)
2023-05-18 15:17:15 geekosaur is now known as xmonadtrack
2023-05-18 15:17:26 xmonadtrack is now known as geekosaur
2023-05-18 15:17:45 xmonadtrack joins (~xmonadtra@069-135-003-034.biz.spectrum.com)
2023-05-18 15:17:45 × xmonadtrack quits (~xmonadtra@069-135-003-034.biz.spectrum.com) (Changing host)
2023-05-18 15:17:45 xmonadtrack joins (~xmonadtra@xmonad/geekosaur)

All times are in UTC.