Home liberachat/#xmonad: Logs Calendar

Logs: liberachat/#xmonad

←Prev  Next→
Page 1 .. 559 560 561 562 563 564 565 566 567 568 569 .. 1848
184,793 events total
2022-03-27 07:12:46 smultron parts (~smultron@c-73-239-231-28.hsd1.wa.comcast.net) (Leaving...)
2022-03-27 08:10:22 aliosablack joins (~chomwitt@2a02:587:dc18:da00:e2ec:eb52:4039:9bfe)
2022-03-27 09:00:06 × nihilipster[m] quits (~nihilipst@2001:470:69fc:105::720) (Quit: You have been kicked for being idle)
2022-03-27 09:00:08 × galactic_starfis quits (~galactics@2001:470:69fc:105::1:2985) (Quit: You have been kicked for being idle)
2022-03-27 09:06:02 × noex quits (~null@user/noex) (Remote host closed the connection)
2022-03-27 09:06:31 noex joins (~null@user/noex)
2022-03-27 09:17:18 <pyriphlegeton[m]> Does anybody know of an existing layout taking a function in its type constructor? I'd like to implement something like that but I can't seem to get around the Read constraint for contents of the Layout type.
2022-03-27 09:34:52 <liskin> pyriphlegeton[m]: something like that is done in contrib somewhere, typically by introducing a type class and implementing the function as an instance
2022-03-27 09:35:15 <liskin> It's a hack that works as a workaround for the Read issue
2022-03-27 09:35:32 <liskin> Don't remember where exactly in contrib this is though
2022-03-27 09:38:47 <pyriphlegeton[m]> liskin: Then I'll be digging there, thanks
2022-03-27 09:39:53 <abastro[m]> Does anyone know why wine widget is separate from others?
2022-03-27 09:49:28 Ether[m]1 joins (~etherrorc@2001:470:69fc:105::1:e66e)
2022-03-27 09:51:46 <Ether[m]1> I need to display/echo... (full message at https://libera.ems.host/_matrix/media/r0/download/libera.chat/9427634be464891e139ec84c56fb112541ed8875)
2022-03-27 09:52:06 × redgloboli quits (~redglobol@user/redgloboli) (Ping timeout: 272 seconds)
2022-03-27 09:52:40 redgloboli joins (~redglobol@user/redgloboli)
2022-03-27 09:52:42 <Ether[m]1> I opened an issue in the xmomad github, but then..
2022-03-27 09:52:42 <Ether[m]1> https://github.com/xmonad/xmonad/issues/383
2022-03-27 09:53:36 <Ether[m]1> This is how i was able to display the current layout on the polybar;
2022-03-27 09:53:36 <Ether[m]1> https://github.com/xmonad/xmonad/issues/382
2022-03-27 11:05:39 <Solid> Ether[m]1: something like https://ix.io/3TAC should work
2022-03-27 11:13:09 × benin quits (~benin@183.82.24.110) (Quit: The Lounge - https://thelounge.chat)
2022-03-27 11:35:14 <Ether[m]1> <Solid> "Ether: something like https://ix..." <- Ugh the link is broken for me 😞
2022-03-27 11:36:11 <Solid> probably need to replace that https with an http
2022-03-27 11:36:38 <Ether[m]1> Nope
2022-03-27 11:36:49 <Ether[m]1> Can you upload to github?
2022-03-27 11:36:59 <Ether[m]1> Or just mail it?
2022-03-27 11:37:08 <Ether[m]1> ahanafether@gmail.com
2022-03-27 11:38:10 <Ether[m]1> Nvm
2022-03-27 11:38:23 <Ether[m]1> Solid: Works ! :(
2022-03-27 11:38:33 <Ether[m]1> * Works ! :)
2022-03-27 11:39:17 <Ether[m]1> <Solid> "Ether: something like https://ix..." <- Thats all cool! How do u echo to polybar?
2022-03-27 11:47:38 <Solid> that depends on how you are doing this right now
2022-03-27 11:48:06 <Ether[m]1> Solid: Do what right now?
2022-03-27 11:48:16 <Solid> how you are sending information to polybar right now
2022-03-27 11:48:20 <Ether[m]1> > <@etherror_code_404:matrix.org> This is how i was able to display the current layout on the polybar;
2022-03-27 11:48:20 <Ether[m]1> > https://github.com/xmonad/xmonad/issues/382
2022-03-27 11:48:20 <Ether[m]1> .
2022-03-27 11:48:22 <lambdabot> <hint>:1:1: error: parse error on input ‘<@’
2022-03-27 11:48:22 <lambdabot> error: Variable not in scope: httpserror:
2022-03-27 11:48:22 <lambdabot> • Data constructor not in scope: (://) :: t0 -> (a0 -> c0) -> t
2022-03-27 11:48:22 <lambdabot> • Perhaps you meant variable ‘//’ (imported from Data.Array)error: Varia...
2022-03-27 11:49:53 <Ether[m]1> Solid: https://github.com/xmonad/xmonad/issues/382
2022-03-27 11:50:11 <Solid> you can put them into the do notation like `wins <- numOfWindows`
2022-03-27 11:50:29 <Ether[m]1> ?
2022-03-27 11:50:41 <Ether[m]1> How do i append it in a log file?
2022-03-27 11:50:49 <Solid> then you just need to decide where you want them; e.g. replace `(layout ++ "\n")` with `(layout ++ " " ++ wins ++ "\n")`
2022-03-27 11:51:16 <Ether[m]1> Seems complex, cant i dump a log?
2022-03-27 11:51:23 <Ether[m]1> Just ech the log ?
2022-03-27 11:52:02 <Ether[m]1> Solid: That's not a hook, it won't work. Polbar doesn't read pipes :(
2022-03-27 11:52:17 <Ether[m]1> * Just echo the log ?
2022-03-27 11:52:55 <Solid> what?
2022-03-27 12:08:43 <Ether[m]1> Why do people setwm name to LG3D?
2022-03-27 12:08:49 <Ether[m]1> Any idea?
2022-03-27 12:10:37 <Ether[m]1> https://www.reddit.com/r/xmonad/comments/abvvai/rename_wm/
2022-03-27 12:10:40 <Ether[m]1> Found it*
2022-03-27 12:21:08 <Ether[m]1> Can someone help me remove the dbus module from my configs without it throughing errors; https://github.com/Ahanaf-Ether/xmonad
2022-03-27 12:21:44 <Ether[m]1> s/configs/config/, s/throughing/throwing/
2022-03-27 12:32:16 <geekosaur> short version is: oracle java only understands one tiling window manager: LG3D, which is an example that comes with oracle java
2022-03-27 12:32:27 <geekosaur> with openjdk there's an environment variable you set instead
2022-03-27 12:36:48 × geekosaur quits (~geekosaur@xmonad/geekosaur) (Remote host closed the connection)
2022-03-27 12:38:39 geekosaur joins (~geekosaur@xmonad/geekosaur)
2022-03-27 12:44:52 <Ether[m]1> How do i full screen? And hide my bar with one Fullscreen bind?
2022-03-27 12:56:22 <Solid> perhaps you should rather read the tutorial: https://xmonad.org/TUTORIAL.html
2022-03-27 14:22:56 Ether[m]1 uploaded an image: (29901KiB) < https://libera.ems.host/_matrix/media/r0/download/matrix.org/INewAkffGGZEFbVsaJCnfeHb/20220327_202144_7847260138105340009.jpg >
2022-03-27 14:23:10 <Ether[m]1> Can someone help? Stuck for hours 😭😭
2022-03-27 14:25:49 <geekosaur> if it thinks that's a function application then the real problem is probably before that
2022-03-27 14:28:34 <Ether[m]1> What do i do then?
2022-03-27 14:29:35 <geekosaur> well, you'll have to show us what came before that line. is your github uptodate? (it says updated 2 hours ago)
2022-03-27 14:29:47 <Ether[m]1> Sure
2022-03-27 14:29:49 <Ether[m]1> I will ❤️
2022-03-27 14:29:53 <Ether[m]1> Thnx :)
2022-03-27 14:31:34 × scardinal quits (~supreme@customer-212-237-101-39.ip4.gigabit.dk) (Quit: leaving)
2022-03-27 14:31:34 <geekosaur> also I just made a PR to remove the dbus stuff,if you stillneed
2022-03-27 14:31:38 <Ether[m]1> https://github.com/Ahanaf-Ether/xmonad
2022-03-27 14:31:52 <Ether[m]1> geekosaur: Ohh thnx ☺️☺️
2022-03-27 14:31:57 <geekosaur> (I actually did that a couple hours ago but missed that it was still waiting for confirmation, whoops)
2022-03-27 14:32:47 <geekosaur> ok, looks like you already did that yourself
2022-03-27 14:32:50 <geekosaur> sorry
2022-03-27 14:33:59 <Ether[m]1> geekosaur: What, no! THANKS YOU !!
2022-03-27 14:34:21 <Ether[m]1> If i go back i will use that change 🙂
2022-03-27 14:34:35 <Ether[m]1> But still need to figure my config though*
2022-03-27 14:34:52 <geekosaur> I'm poking at it
2022-03-27 14:35:56 <geekosaur> I'm confused by that error because right after a `=` can never be a function application
2022-03-27 14:36:23 <Ether[m]1> So, what do i do?
2022-03-27 14:39:29 scardinal joins (~supreme@customer-212-237-101-39.ip4.gigabit.dk)
2022-03-27 14:42:02 <abastro[m]> Wow that is quite huge a configuration
2022-03-27 14:42:53 <Ether[m]1> abastro[m]: Ik
2022-03-27 14:43:34 <Ether[m]1> I forked it from distro tube!
2022-03-27 14:43:40 <abastro[m]> Where did you get it? ..oh
2022-03-27 14:44:51 <geekosaur> I'm still looking at it. you have several problems which I'm still sorting through
2022-03-27 14:46:13 <abastro[m]> I thought everyone's config is under 100 lines like mine
2022-03-27 14:49:31 <geekosaur> you haven't seen mine :}
2022-03-27 14:49:45 <Ether[m]1> abastro[m]: If only it was so simple.
2022-03-27 14:49:58 <geekosaur> ok, Ether[m]1 your big problem is you have a couple of mis-indented lines at the end which are confusing the compiler
2022-03-27 14:50:10 <Ether[m]1> Ohhh
2022-03-27 14:50:39 <Ether[m]1> Can you tell me the lines?
2022-03-27 14:51:04 <geekosaur> I'm submitting a PR
2022-03-27 14:51:13 <Ether[m]1> Ok.hs works, but its poorly written code.
2022-03-27 14:51:27 <geekosaur> also you are missing a definition for `launcherString` (used on line 513(

All times are in UTC.