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