2024/02/18

2024-02-18 00:52:32 +0100jeeeun8(~jeeeun@78.40.148.178) (Read error: Connection reset by peer)
2024-02-18 00:53:12 +0100jeeeun8(~jeeeun@78.40.148.178)
2024-02-18 02:07:46 +0100hightower3(~hightower@dh207-81-127.xnet.hr)
2024-02-18 02:10:33 +0100hightower4(~hightower@dh207-115-38.xnet.hr) (Ping timeout: 256 seconds)
2024-02-18 04:25:01 +0100td_(~td@i53870918.versanet.de) (Ping timeout: 264 seconds)
2024-02-18 04:26:29 +0100td_(~td@i53870910.versanet.de)
2024-02-18 09:39:43 +0100Maeda(~Maeda@91-161-10-149.subs.proxad.net) (Quit: leaving)
2024-02-18 09:56:51 +0100hightower4(~hightower@cpe-94-253-190-66.zg.cable.xnet.hr)
2024-02-18 09:59:54 +0100hightower3(~hightower@dh207-81-127.xnet.hr) (Ping timeout: 268 seconds)
2024-02-18 13:01:21 +0100L29Ah(~L29Ah@wikipedia/L29Ah) (Ping timeout: 255 seconds)
2024-02-18 14:27:52 +0100hightower3(~hightower@dh207-112-140.xnet.hr)
2024-02-18 14:30:27 +0100hightower4(~hightower@cpe-94-253-190-66.zg.cable.xnet.hr) (Ping timeout: 255 seconds)
2024-02-18 15:28:47 +0100todi(~todi@pd9571068.dip0.t-ipconnect.de) (Ping timeout: 264 seconds)
2024-02-18 15:29:30 +0100todi(~todi@p4fd1a19e.dip0.t-ipconnect.de)
2024-02-18 15:39:29 +0100todi1(~todi@79.209.162.245)
2024-02-18 15:39:45 +0100todi(~todi@p4fd1a19e.dip0.t-ipconnect.de) (Ping timeout: 255 seconds)
2024-02-18 16:29:15 +0100L29Ah(~L29Ah@wikipedia/L29Ah)
2024-02-18 17:03:12 +0100L29Ah(~L29Ah@wikipedia/L29Ah) ()
2024-02-18 17:03:37 +0100L29Ah(~L29Ah@wikipedia/L29Ah)
2024-02-18 17:12:20 +0100todi1todi
2024-02-18 17:27:20 +0100L29Ah(~L29Ah@wikipedia/L29Ah) ()
2024-02-18 17:27:36 +0100L29Ah(~L29Ah@wikipedia/L29Ah)
2024-02-18 17:50:25 +0100hightower4(~hightower@dh207-83-251.xnet.hr)
2024-02-18 17:52:55 +0100hightower3(~hightower@dh207-112-140.xnet.hr) (Ping timeout: 256 seconds)
2024-02-18 18:36:03 +0100hightower3(~hightower@cpe-94-253-190-46.zg.cable.xnet.hr)
2024-02-18 18:38:25 +0100hightower4(~hightower@dh207-83-251.xnet.hr) (Ping timeout: 255 seconds)
2024-02-18 20:10:01 +0100hightower4(~hightower@dh207-80-72.xnet.hr)
2024-02-18 20:12:37 +0100hightower3(~hightower@cpe-94-253-190-46.zg.cable.xnet.hr) (Ping timeout: 260 seconds)
2024-02-18 20:25:38 +0100tremon(~tremon@83.80.159.219)
2024-02-18 20:48:02 +0100breakpoint(~pupkey@user/pupkey)
2024-02-18 20:52:08 +0100 <breakpoint> @where paste
2024-02-18 20:52:09 +0100 <lambdabot> Help us help you: please paste full code, input and/or output at e.g. https://paste.tomsmeding.com
2024-02-18 20:53:45 +0100 <breakpoint> hi there. i was wondering if someone could help me. i have tried setting up my scratchpads in accordance with the documentation
2024-02-18 20:53:55 +0100 <breakpoint> but for some reason, my scratchpad does not float but stays tiled
2024-02-18 20:54:09 +0100 <breakpoint> my xmonad.hs is as follows; https://paste.tomsmeding.com/jtNrWMuJ
2024-02-18 20:54:39 +0100 <breakpoint> the scratchpad starts on line 28 and the keybind is on line 92
2024-02-18 21:03:26 +0100 <geekosaur> you are missing the manageHook
2024-02-18 21:16:20 +0100 <breakpoint> ah great, that worked. thank you very much
2024-02-18 21:48:54 +0100hightower3(~hightower@dh207-83-234.xnet.hr)
2024-02-18 21:51:29 +0100hightower4(~hightower@dh207-80-72.xnet.hr) (Ping timeout: 256 seconds)
2024-02-18 22:22:11 +0100zawaken(~zawaken@user/zawaken) (Ping timeout: 264 seconds)
2024-02-18 22:32:35 +0100zawaken(~zawaken@user/zawaken)
2024-02-18 22:35:05 +0100zawaken-(~zawaken@user/zawaken)
2024-02-18 22:37:17 +0100zawaken(~zawaken@user/zawaken) (Ping timeout: 260 seconds)
2024-02-18 23:00:58 +0100todi(~todi@79.209.162.245) (Quit: ZNC - https://znc.in)
2024-02-18 23:49:30 +0100wlhn(~wenzel@ip-87-108-38-187.customer.academica.fi)
2024-02-18 23:50:12 +0100 <breakpoint> hi there. if i wanted to add more packages to my stack.yaml, is it just a case of amending the file? as in, would stack know not to reinstall certain packages it detects (assuming i am in the correct directory)?
2024-02-18 23:52:58 +0100 <geekosaur> yes
2024-02-18 23:53:39 +0100 <breakpoint> great, thank you