Logs: freenode/#xmonad
| 2021-03-14 15:55:05 | → | supastupid joins (~user@2601:187:8400:2240:6368:cb3c:984b:b30a) |
| 2021-03-14 15:56:11 | <supastupid> | my xmobar UnsafeStdinReader says Updating... |
| 2021-03-14 15:59:12 | <supastupid> | mc47: https://dpaste.com/8LEL57BSM is my xmonad.hs |
| 2021-03-14 15:59:51 | <supastupid> | https://dpaste.com/HCPLA8SSV |
| 2021-03-14 15:59:51 | <supastupid> | |
| 2021-03-14 15:59:59 | <supastupid> | there's xmobarrc |
| 2021-03-14 16:04:45 | <geekosaur> | you have back your original problem of restarting compton and feh every time a window changes, because you swapped myLogHook and myStartupHook |
| 2021-03-14 16:05:07 | <geekosaur> | (see lines 297 and 307) |
| 2021-03-14 16:08:39 | × | davemq quits (~davemq@99-179-0-50.lightspeed.austtx.sbcglobal.net) (Read error: Connection reset by peer) |
| 2021-03-14 16:09:19 | → | davemq joins (~davemq@99-179-0-50.lightspeed.austtx.sbcglobal.net) |
| 2021-03-14 16:11:45 | <supastupid> | ohok |
| 2021-03-14 16:12:31 | <supastupid> | waot |
| 2021-03-14 16:12:36 | <supastupid> | wait no i don't |
| 2021-03-14 16:12:47 | <supastupid> | wait yes i do |
| 2021-03-14 16:13:15 | <supastupid> | no |
| 2021-03-14 16:13:18 | <supastupid> | it doesn't work |
| 2021-03-14 16:14:09 | <supastupid> | ohhh |
| 2021-03-14 16:14:11 | <geekosaur> | right, that won't fix your problem, it'll prevent a possible future problem though |
| 2021-03-14 16:14:39 | <supastupid> | but how do i fix the actual issue |
| 2021-03-14 16:14:41 | <geekosaur> | sigh, log search function seems not to work or I'fd see what it was last time :/\ |
| 2021-03-14 16:14:46 | <geekosaur> | :/ |
| 2021-03-14 16:16:10 | <supastupid> | i have to go |
| 2021-03-14 16:16:24 | <supastupid> | ill read the chat logs if you find a solution |
| 2021-03-14 16:16:45 | → | fakecrafter joins (~fakecraft@aftr-37-201-168-108.unity-media.net) |
| 2021-03-14 16:21:57 | <mc47> | I mean you previously had a problem with the fn |
| 2021-03-14 16:22:18 | <mc47> | no idea tbh |
| 2021-03-14 16:27:11 | → | ADG1089__ joins (~aditya@106.212.74.137) |
| 2021-03-14 16:27:33 | × | fakecrafter quits (~fakecraft@aftr-37-201-168-108.unity-media.net) (Quit: Lost terminal) |
| 2021-03-14 16:32:26 | → | AlexNevesky joins (~brtt@2600:8804:8689:3f00::b70b) |
| 2021-03-14 16:32:38 | <AlexNevesky> | Morning |
| 2021-03-14 16:33:45 | <Solid> | evening :) |
| 2021-03-14 16:33:52 | <AlexNevesky> | evening Solid |
| 2021-03-14 16:33:55 | <AlexNevesky> | how you doing? |
| 2021-03-14 16:34:47 | <Solid> | ah not too bad, got some quality oolong with me right now |
| 2021-03-14 16:34:56 | <Solid> | how about yourself |
| 2021-03-14 16:35:11 | <AlexNevesky> | trying to figure out why my xmonad keeps spitting out an error |
| 2021-03-14 16:35:27 | <AlexNevesky> | all i did was rewrite my xmonad.hs as a org document to make it easier on me |
| 2021-03-14 16:37:01 | <geekosaur> | @where paste |
| 2021-03-14 16:37:01 | <lambdabot> | Help us help you: please paste full code, input and/or output at e.g. https://paste.tomsmeding.com |
| 2021-03-14 16:37:05 | <Solid> | ^ |
| 2021-03-14 16:39:25 | <AlexNevesky> | https://gitlab.com/brttmsn/dotfiles/-/tree/master/.xmonad -- my gitlab with my xmonad.hs posted as its new org document |
| 2021-03-14 16:40:09 | <AlexNevesky> | the error is coming from myEventHook and myLookHook saying that they are not in scope |
| 2021-03-14 16:40:32 | <Solid> | perhaps it doesn't tangle correctly? |
| 2021-03-14 16:41:00 | <AlexNevesky> | No b/c when i tangled it, emacs didnt spit out any errors |
| 2021-03-14 16:41:19 | <Solid> | indeed, the block doesn't have a `#+begin_src haskell` and only a `#+begin_src` |
| 2021-03-14 16:41:29 | <Solid> | so it probably doesn't tangle as haskell code |
| 2021-03-14 16:41:50 | <Solid> | s/and/but/ |
| 2021-03-14 16:42:02 | <mc47> | you're missing haskell in your being_src |
| 2021-03-14 16:42:17 | <geekosaur> | I don't in fact see either of those fdunctions in there, although the other ones are |
| 2021-03-14 16:42:17 | <AlexNevesky> | omg |
| 2021-03-14 16:42:20 | <AlexNevesky> | thank you |
| 2021-03-14 16:42:20 | <mc47> | it should be #+begin_src haskell not juist #+begin_src |
| 2021-03-14 16:42:57 | <AlexNevesky> | that was it. |
| 2021-03-14 16:43:03 | <AlexNevesky> | thank you guys. |
| 2021-03-14 16:43:47 | <geekosaur> | ah, sorry, missed that |
| 2021-03-14 16:44:45 | <AlexNevesky> | well that was it. guess emacs/xmonad wasnt able to read that section of code |
| 2021-03-14 16:45:49 | <mc47> | emacs *did* read it and ignored it, because it wasn't haskell :) |
| 2021-03-14 16:51:25 | <Solid> | n.b.: you don't need to check these compilation artifacts (.o and .hi files) into git |
| 2021-03-14 16:52:40 | <Liskni_si> | s/don't need/shouldn't/ |
| 2021-03-14 17:01:17 | <Solid> | this xmobar weather information is so funny |
| 2021-03-14 17:01:25 | <Solid> | "showers in the vicinity" |
| 2021-03-14 17:01:30 | <Solid> | made me laugh out loud just now :D |
| 2021-03-14 17:01:47 | <mc47> | lol |
| 2021-03-14 17:19:59 | <AlexNevesky> | Btw, i just wanna thank you all for all ur help when i have questions. I know my questions are sometimes stupid and probably pretty basic but u guys still help anyway |
| 2021-03-14 17:23:08 | <Solid> | No stupid questions :) |
| 2021-03-14 17:42:25 | × | ADG1089__ quits (~aditya@106.212.74.137) (Quit: Konversation terminated!) |
| 2021-03-14 18:01:31 | → | growpotkin joins (~growpotki@130-45-30-154.dyn.grandenetworks.net) |
| 2021-03-14 18:01:57 | × | idhugo quits (~idhugo@87-49-147-45-mobile.dk.customer.tdc.net) (Ping timeout: 246 seconds) |
| 2021-03-14 18:30:46 | → | idhugo joins (~idhugo@87-49-147-45-mobile.dk.customer.tdc.net) |
| 2021-03-14 18:32:45 | × | idhugo quits (~idhugo@87-49-147-45-mobile.dk.customer.tdc.net) (Remote host closed the connection) |
| 2021-03-14 18:33:03 | → | idhugo joins (~idhugo@87-49-147-45-mobile.dk.customer.tdc.net) |
| 2021-03-14 18:38:39 | × | idhugo quits (~idhugo@87-49-147-45-mobile.dk.customer.tdc.net) (Remote host closed the connection) |
| 2021-03-14 18:39:16 | → | idhugo joins (~idhugo@87-49-147-45-mobile.dk.customer.tdc.net) |
| 2021-03-14 18:44:53 | × | idhugo quits (~idhugo@87-49-147-45-mobile.dk.customer.tdc.net) (Ping timeout: 260 seconds) |
| 2021-03-14 18:46:15 | → | idhugo joins (~idhugo@87-49-147-45-mobile.dk.customer.tdc.net) |
| 2021-03-14 18:47:42 | <supastupid> | geekosaur: i'm back |
| 2021-03-14 18:51:30 | × | idhugo quits (~idhugo@87-49-147-45-mobile.dk.customer.tdc.net) (Remote host closed the connection) |
| 2021-03-14 18:52:07 | → | idhugo joins (~idhugo@87-49-147-45-mobile.dk.customer.tdc.net) |
| 2021-03-14 18:58:45 | × | idhugo quits (~idhugo@87-49-147-45-mobile.dk.customer.tdc.net) (Ping timeout: 264 seconds) |
| 2021-03-14 18:59:45 | × | supastupid quits (~user@2601:187:8400:2240:6368:cb3c:984b:b30a) (Remote host closed the connection) |
| 2021-03-14 19:00:07 | × | notis quits (~notis@185.51.134.229) (Ping timeout: 256 seconds) |
| 2021-03-14 19:27:21 | × | amiri quits (~amiri@cpe-76-91-154-9.socal.res.rr.com) (Remote host closed the connection) |
| 2021-03-14 19:29:27 | → | amiri joins (~amiri@cpe-76-91-154-9.socal.res.rr.com) |
| 2021-03-14 19:58:41 | → | ADG1089__ joins (~aditya@106.212.74.137) |
| 2021-03-14 20:16:28 | × | geekosaur quits (ae68c070@cpe-174-104-192-112.neo.res.rr.com) (Quit: Connection closed) |
| 2021-03-14 20:19:01 | → | geekosaur joins (ae68c070@cpe-174-104-192-112.neo.res.rr.com) |
| 2021-03-14 20:20:26 | × | ADG1089__ quits (~aditya@106.212.74.137) (Remote host closed the connection) |
| 2021-03-14 20:20:51 | × | geekosaur quits (ae68c070@cpe-174-104-192-112.neo.res.rr.com) (Client Quit) |
| 2021-03-14 20:31:21 | × | AlexNevesky quits (~brtt@2600:8804:8689:3f00::b70b) (Quit: WeeChat 3.1) |
| 2021-03-14 20:58:14 | → | notis joins (~notis@185.51.134.230) |
| 2021-03-14 21:00:52 | × | ajc quits (~ajc@69.231.232.79) (Quit: Leaving) |
| 2021-03-14 21:03:34 | × | growpotkin quits (~growpotki@130-45-30-154.dyn.grandenetworks.net) (Quit: ZNC 1.8.2 - https://znc.in) |
| 2021-03-14 21:55:34 | → | growpotkin joins (~growpotki@130-45-30-154.dyn.grandenetworks.net) |
| 2021-03-14 21:59:57 | × | qbit2821 quits (~qbit2821@94-255-133-216.cust.bredband2.com) (Ping timeout: 246 seconds) |
| 2021-03-14 22:26:22 | × | growpotkin quits (~growpotki@130-45-30-154.dyn.grandenetworks.net) (Quit: ZNC 1.8.2 - https://znc.in) |
| 2021-03-14 22:32:40 | × | xaltsc quits (~xaltsc@unaffiliated/xaltsc) (Ping timeout: 256 seconds) |
| 2021-03-14 22:34:21 | → | xaltsc joins (~xaltsc@unaffiliated/xaltsc) |
| 2021-03-14 22:41:42 | × | mc47 quits (~yecinem@89.246.239.190) (Quit: Leaving) |
| 2021-03-14 23:06:49 | × | seschwar quits (~seschwar@unaffiliated/seschwar) (Quit: :wq) |
| 2021-03-14 23:07:44 | × | xaltsc quits (~xaltsc@unaffiliated/xaltsc) (Quit: WeeChat 3.0.1) |
All times are in UTC.