Home liberachat/#xmonad: Logs Calendar

Logs: liberachat/#xmonad

←Prev  Next→
Page 1 .. 130 131 132 133 134 135 136 137 138 139 140 .. 1843
184,235 events total
2021-07-15 16:41:39 <monowock> and by my whole startup hook, i mean it seems to execute some of it and then not the rest
2021-07-15 16:42:08 <liskin> monowock: doesn't ring any bells, please do upload/paste your xmonad.hs somewhere
2021-07-15 16:44:06 <fizzie> k1R4: With the disclaimer that it may not be all that helpful and it's definitely not exemplary code, but anyway, it's mostly at https://github.com/fis/dot-xmonad/blob/master/zem/src/Zem/Config.hs
2021-07-15 16:48:46 <monowock> i have 2 sh scripts in my startup hook. one of them is spawnOnce, the other one just sets background at this point, so i won't post it.
2021-07-15 16:48:56 <monowock> xmonad.hs: https://justpaste.it/9ejvg
2021-07-15 16:49:29 <monowock> startup-once.sh: https://justpaste.it/72rfi
2021-07-15 16:58:38 × k1R4 quits (~k1R4@171.61.252.42) (Quit: Client closed)
2021-07-15 17:06:49 seschwar joins (~seschwar@user/seschwar)
2021-07-15 17:10:58 <liskin> monowock: and what part isn't being executed?
2021-07-15 17:19:30 <monowock> the last two lines of startup-once.hs
2021-07-15 17:29:55 × mc47 quits (~mc47@xmonad/TheMC47) (Remote host closed the connection)
2021-07-15 17:30:45 mc47 joins (~mc47@xmonad/TheMC47)
2021-07-15 17:32:25 <mc47> monowock, it probably has nothing to do with xmonad. The batnotif-on command seems to be blocking
2021-07-15 17:33:02 <monowock> okay, i will see if removing it helps. thank you.
2021-07-15 17:34:53 × monowock quits (~monowock@24.49.195.53) (Quit: Client closed)
2021-07-15 17:39:20 monowock joins (~monowock@24.49.195.53)
2021-07-15 17:40:08 <monowock> so moving the batnotif command to the end seemed to have fixed it. thank you so much!
2021-07-15 17:47:30 <mc47> you're welcome! The "&" at the end of the other commands makes them "run in the background" - if you don't add it, the command will "block" (meaning that the script would wait for it to terminate before moving on)
2021-07-15 17:47:53 × monowock quits (~monowock@24.49.195.53) (Quit: Client closed)
2021-07-15 17:54:46 monowock joins (~monowock@24.49.195.53)
2021-07-15 18:04:39 × monowock quits (~monowock@24.49.195.53) (Quit: Client closed)
2021-07-15 18:05:08 cfricke joins (~cfricke@user/cfricke)
2021-07-15 18:14:36 × mc47 quits (~mc47@xmonad/TheMC47) (Remote host closed the connection)
2021-07-15 18:14:58 mc47 joins (~mc47@xmonad/TheMC47)
2021-07-15 18:20:57 themc47 joins (~mc47@xmonad/TheMC47)
2021-07-15 18:23:39 × mc47 quits (~mc47@xmonad/TheMC47) (Ping timeout: 258 seconds)
2021-07-15 18:55:00 × themc47 quits (~mc47@xmonad/TheMC47) (Ping timeout: 252 seconds)
2021-07-15 19:24:00 × Nosrep quits (~archbox@user/nosrep) (Quit: WeeChat 3.2)
2021-07-15 19:37:01 <Solid> liskin: all my mails are addressed to Platon Pronko <platon7pronko@gmail.com>, Xmonad Mailing List <xmonad@haskell.org>
2021-07-15 19:37:15 <Solid> I'm very confused as to why they're not showing up in the archives Oo
2021-07-15 19:38:31 <liskin> Solid: that is weird indeed
2021-07-15 19:38:54 <liskin> I'm assuming you're a member of the list, so you shouldn't be going to the moderation queue
2021-07-15 19:39:09 <liskin> unless you're sending from a different sender address, that is
2021-07-15 19:39:19 <Solid> mh let me see
2021-07-15 19:39:36 <liskin> so that's one possibility, and the other one is that your mails are being dropped by some antispam or blacklist or something
2021-07-15 19:45:12 <Solid> ah indeed! I'm subscribed with a different email address
2021-07-15 19:45:51 <Solid> thank you notmuch for making the distinction between emails so blurry :>
2021-07-15 20:27:06 × cfricke quits (~cfricke@user/cfricke) (Quit: WeeChat 3.2)
2021-07-15 20:41:47 ElPresidente joins (~ElPreside@2600:1700:3d10:4870:19bc:45bb:c530:25ad)
2021-07-15 21:02:52 × ectospasm quits (~ectospasm@user/ectospasm) (Quit: WeeChat 3.2)
2021-07-15 21:08:22 × benin0369 quits (~benin@183.82.177.180) (Remote host closed the connection)
2021-07-15 22:16:43 × seschwar quits (~seschwar@user/seschwar) (Quit: :wq)
2021-07-15 23:32:00 crzjp joins (~user@177.128.197.157)
2021-07-15 23:36:26 <crzjp> Help, I'm starting on xmonad and edited this config https://paste.rs/vOn but when trying to recompile I get this error https://paste.rs/Dpq , I have no ideia how to fix this
2021-07-15 23:36:46 <crzjp> I'm very noob on haskell, sorry
2021-07-15 23:48:25 <fizzie> You probably didn't mean `tile` there in your myLayout.
2021-07-15 23:49:04 <fizzie> In the context, that's a function (XMonad.Layout.tile), not a layout.
2021-07-15 23:49:26 <fizzie> If you meant the default XMonad tiling layout, that's called `Tall` instead of `tile`.
2021-07-15 23:53:58 <crzjp> fizzie: I get same or similar error https://paste.rs/3jt
2021-07-15 23:59:11 <fizzie> Oh, right, I forgot about the Tall constructor also taking some parameters. (Been a while since I've used it.)
2021-07-16 00:00:30 <fizzie> The default would actually be something like `Tall 1 (1/2) (3/100)`.
2021-07-16 00:02:25 <fizzie> The parameters being the initial number of master windows, the fraction of the screen used for the master pane, and the fraction of screen to use when resizing. From here, which also shows a way to use variables for those: https://hackage.haskell.org/package/xmonad-0.15/docs/src/XMonad.Config.html#layout
2021-07-16 00:03:56 <crzjp> fizzie: in these form for example? myLayout = smartBorders (Full ||| Tall 1 (1/2) (3/100)
2021-07-16 00:11:34 <fizzie> Well, one more ) in there, but sounds plausible.
2021-07-16 00:13:09 × crzjp quits (~user@177.128.197.157) (Remote host closed the connection)
2021-07-16 00:16:05 crzjp joins (~user@177.128.197.157)
2021-07-16 00:16:35 <crzjp> fizzie: It worked, thank you so much
2021-07-16 00:40:00 <geekosaur> I think they got `tile` from an example which defined it in a where clause in terms of Tall
2021-07-16 00:44:18 <crzjp> geekosaur: this, tho I forgot where I got
2021-07-16 00:58:36 crzjp parts (~user@177.128.197.157) (ERC (IRC client for Emacs 27.2))
2021-07-16 02:02:53 × banc quits (banc@gateway/vpn/airvpn/banc) (Ping timeout: 258 seconds)
2021-07-16 02:16:28 × td_ quits (~td@94.134.91.92) (Ping timeout: 252 seconds)
2021-07-16 02:18:13 td_ joins (~td@94.134.91.148)
2021-07-16 02:23:09 tpefreedom joins (~tsomers@98-125-194-4.dyn.centurytel.net)
2021-07-16 02:23:13 banc joins (banc@gateway/vpn/airvpn/banc)
2021-07-16 03:17:42 × geekosaur quits (~geekosaur@xmonad/geekosaur) (Ping timeout: 265 seconds)
2021-07-16 03:18:23 geekosaur joins (~geekosaur@xmonad/geekosaur)
2021-07-16 03:50:42 × geekosaur quits (~geekosaur@xmonad/geekosaur) (Ping timeout: 252 seconds)
2021-07-16 03:51:54 geekosaur joins (~geekosaur@xmonad/geekosaur)
2021-07-16 03:54:04 × geekosaur quits (~geekosaur@xmonad/geekosaur) (Killed (NickServ (GHOST command used by allbery_b)))
2021-07-16 03:54:06 allbery_b joins (~geekosaur@xmonad/geekosaur)
2021-07-16 04:00:25 × tpefreedom quits (~tsomers@98-125-194-4.dyn.centurytel.net) (Quit: Leaving)
2021-07-16 06:20:05 qbt joins (~edun@user/edun)
2021-07-16 06:26:12 kr1x joins (~kriket@170.249.0.122)
2021-07-16 06:30:30 × kr1x quits (~kriket@170.249.0.122) (Client Quit)
2021-07-16 06:30:46 kr1x joins (~kriket@170.249.0.122)
2021-07-16 07:53:26 ElKowar54 joins (~ElKowar@srv-fin.xware-gmbh.de)
2021-07-16 07:53:26 × deepy quits (deepy@user/deepy) (Read error: Connection reset by peer)
2021-07-16 07:54:24 deepy joins (deepy@user/deepy)
2021-07-16 07:54:32 × ElKowar5 quits (~ElKowar@srv-fin.xware-gmbh.de) (Read error: Connection reset by peer)
2021-07-16 08:18:36 geekosaur joins (~geekosaur@xmonad/geekosaur)
2021-07-16 08:20:06 × allbery_b quits (~geekosaur@xmonad/geekosaur) (Ping timeout: 255 seconds)
2021-07-16 08:25:44 × geekosaur quits (~geekosaur@xmonad/geekosaur) (Remote host closed the connection)
2021-07-16 08:29:07 geekosaur joins (~geekosaur@xmonad/geekosaur)
2021-07-16 10:12:24 <qbt> hi i was considering contributing to xmonad-contrib issue #160 about layout docs, and i guess i will have a couple of questions as i work on it
2021-07-16 10:12:41 <qbt> i actually use the Accordion layout combined with Tall in a layout group, which i find to be a very effective combination
2021-07-16 10:13:13 <qbt> would this be an ok screenshot to add to represent Accordion.hs though? since it features other layouts as well.
2021-07-16 11:40:13 <Solid> qbt: as long as it features the accordion layout I don't think that would be a problem
2021-07-16 11:40:26 <Solid> indeed, I think "more involved" screenshots can sometimes show features much better
2021-07-16 11:40:48 <Solid> you should probably just link to everything that is being showcased
2021-07-16 12:11:41 <qbt> Solid: yeah I agree! esp layouts like accordion I find quite difficult to use on its own
2021-07-16 13:13:35 Nahra` joins (~user@static.161.95.99.88.clients.your-server.de)
2021-07-16 13:13:37 SpiderPi1 joins (~matt@047-132-233-190.res.spectrum.com)
2021-07-16 13:13:50 electr0n_ joins (~electr0n@hunt.revrse.sh)
2021-07-16 13:15:05 piele_ joins (~piele@tbonesteak.creativeserver.net)
2021-07-16 13:15:17 terrorjack2 joins (~terrorjac@ec2-54-95-39-30.ap-northeast-1.compute.amazonaws.com)
2021-07-16 13:15:51 edun joins (~edun@user/edun)
2021-07-16 13:18:49 × qbt quits (~edun@user/edun) (*.net *.split)
2021-07-16 13:18:50 × SpiderPig quits (~matt@047-132-233-190.res.spectrum.com) (*.net *.split)
2021-07-16 13:18:50 × piele quits (~piele@tbonesteak.creativeserver.net) (*.net *.split)

All times are in UTC.