Home liberachat/#xmonad: Logs Calendar

Logs: liberachat/#xmonad

←Prev  Next→
Page 1 .. 627 628 629 630 631 632 633 634 635 636 637 .. 1850
184,922 events total
2022-04-30 13:21:59 <Ether17> also traverse_ SendMessageWithNoRefresh doesnt work.
2022-04-30 13:22:11 × Ether17 quits (~Ether17@45.248.151.237) (Quit: Client closed)
2022-04-30 13:28:27 × Guest3568 quits (~ma@92-109-38-18.cable.dynamic.v4.ziggo.nl) (Quit: Client closed)
2022-04-30 13:28:51 Ether17 joins (~Ether17@45.248.151.237)
2022-04-30 13:30:15 <Ether17> geekosaur "is there some reason you can't simply use `windows W.swapMaster`?" Yes because it doesnt recognize windows anymore.
2022-04-30 13:37:20 × Ether17 quits (~Ether17@45.248.151.237) (Quit: Client closed)
2022-04-30 13:37:32 Ether17 joins (~Ether17@45.248.151.250)
2022-04-30 13:41:09 × Ether17 quits (~Ether17@45.248.151.250) (Client Quit)
2022-04-30 13:41:42 Ether17 joins (~Ether17@45.248.151.237)
2022-04-30 13:42:52 <abastro> Hm how do I properly center treeview I wonder
2022-04-30 13:43:11 <abastro> Treeselect*
2022-04-30 13:49:21 <Ether17> whaats that?
2022-04-30 13:49:39 <Ether17> tree view in xmonad?
2022-04-30 13:49:49 <Ether17> using haskell?
2022-04-30 13:50:49 <abastro> Well its default look is a bit meh, but it exists
2022-04-30 13:50:56 <abastro> https://hackage.haskell.org/package/xmonad-contrib-0.17.0/docs/XMonad-Actions-TreeSelect.html#t:TSConfig
2022-04-30 13:51:08 <abastro> I meant to send https://wiki.haskell.org/wikiupload/thumb/0/0b/Treeselect-Workspace.png/800px-Treeselect-Workspace.png
2022-04-30 13:51:35 <Ether17> ohh
2022-04-30 13:51:44 <Ether17> its like grid select?
2022-04-30 13:52:04 <Ether17> just for workspaces
2022-04-30 13:52:08 <Ether17> and not applications
2022-04-30 13:53:04 <abastro> Can be made to work for applications too
2022-04-30 13:53:33 <abastro> `treeselectAction` could work
2022-04-30 14:00:18 × Ether17 quits (~Ether17@45.248.151.237) (Quit: Client closed)
2022-04-30 14:00:36 Ether17 joins (~Ether17@45.248.151.237)
2022-04-30 14:07:41 <geekosaur> I don't see a `myNormBorderColor`, instead there's a hardwired one in the config record
2022-04-30 14:07:45 × abastro quits (~abab9579@220.75.216.63) (Remote host closed the connection)
2022-04-30 14:08:14 <geekosaur> #1d2021 which is going to be very dark gray
2022-04-30 14:08:30 abastro joins (~abab9579@220.75.216.63)
2022-04-30 14:15:54 <abastro> Wish treeview was a bit better-looking
2022-04-30 14:19:05 xioulious joins (~yourname@193.32.249.137)
2022-04-30 14:31:01 <Ether17> geekosaur i had removed it
2022-04-30 14:31:05 <Ether17> and it sttill doesnt work
2022-04-30 14:31:23 <Ether17> 1d2021 is supposed to belnd in with gtk theme
2022-04-30 14:37:06 <liskin> have you guys seen the new haskell-language-server installation procedure? it's as if someone sat down and said "you know what, haskell tooling has always horrible and slow and confusing and took a lot of disk space, but advances in processors and solid state drives alleviated some of that, so let's try and make it worse again by today's standards!"
2022-04-30 14:38:21 <liskin> so now to install HLS you have to download a huge tar.xz, extract 2 gigs of shit out of it, and then run a Makefile that tries to put stuff into /usr/local because who cares
2022-04-30 14:38:30 <liskin> fuck this shit I'm done with Haskell.
2022-04-30 14:39:02 <abastro> Do you mean vscode ghcup setup?
2022-04-30 14:39:07 <abastro> Oh wait, no reason you would use vscode
2022-04-30 14:39:22 <Solid> huh? the installation instructions still mention that `stack install` works
2022-04-30 14:40:18 <liskin> not entirely sure that building the whole thing locally is going to be much better
2022-04-30 14:40:28 <liskin> but there's a possibility it will now
2022-04-30 14:40:40 <liskin> before you just downloaded 2 binaries from github and everything worked
2022-04-30 14:40:57 <geekosaur> I think most people will continue to use ghcup
2022-04-30 14:41:55 <Solid> oh they've defaulted to linking it dynamically now
2022-04-30 14:42:09 <abastro> Did HLS change their build process?
2022-04-30 14:42:09 <Solid> that does indeed sound like a pain compared to just downloaded prebuild binaries
2022-04-30 14:42:48 <abastro> Strange, I thought HLS prebuilt binaries could be downloaded
2022-04-30 14:43:47 <abastro> Doesn't ghcup work by simply downloading binaries
2022-04-30 14:48:56 <Solid> I suppose now it goes through what liskin described
2022-04-30 14:49:30 <abastro> Wait what?
2022-04-30 14:49:49 <abastro> Does dynamic linking require that
2022-04-30 14:49:56 <abastro> Huh wait, it would indeed
2022-04-30 14:50:00 <Solid> https://github.com/haskell/haskell-language-server/releases/tag/1.7.0.0
2022-04-30 14:50:00 <abastro> MEH
2022-04-30 14:50:37 <liskin> I wonder how ghcup actually does it because I don't see the make invocation in the source
2022-04-30 14:50:45 <liskin> I'll try in docker
2022-04-30 14:50:57 <abastro> Yea unlikely to use `make` themselves
2022-04-30 14:51:12 <Solid> I guess stack would now work with `stack install --stack-yaml=<stack.yaml> --flag=haskell-language-server:-dynamic`
2022-04-30 14:51:44 <abastro> Ew
2022-04-30 14:51:46 <abastro> Ewwwww
2022-04-30 14:53:35 <abastro> Actually HLS only dynamically links GHC, right?
2022-04-30 14:53:45 <abastro> That and some system libs
2022-04-30 14:54:25 <Solid> it doesn't dynamically link its Haskell dependencies I think, if that's what you're asking
2022-04-30 14:55:23 <abastro> Hm, still dynamically linking GHC would be pain
2022-04-30 14:57:43 <liskin> Hm, it does run the Makefile apparently
2022-04-30 14:57:54 × abastro quits (~abab9579@220.75.216.63) (Remote host closed the connection)
2022-04-30 14:58:38 <xioulious> is there a good working alternative to xmobar that properly works with the xmonad independent screen workspaces? (tried polybar, but its horrible to set up and didnt get it to play nice)
2022-04-30 14:59:15 abastro joins (~abab9579@220.75.216.63)
2022-04-30 14:59:17 <Solid> liskin: this perhaps https://gitlab.haskell.org/haskell/ghcup-hs/-/blob/master/lib/GHCup.hs#L640
2022-04-30 14:59:33 <liskin> Solid: yeah, also just found it
2022-04-30 15:00:39 <abastro> Eww so it does `make`
2022-04-30 15:00:41 <abastro> .......
2022-04-30 15:01:32 <Solid> if it's better than whatever they're fixing I guess that's fine :)
2022-04-30 15:02:01 <Solid> (though, running musl and not glibc, I could never use those prebuild binaries anyways)
2022-04-30 15:04:53 <Ether17> does anyone else have the border issue?
2022-04-30 15:05:58 <Solid> Ether17: which border issue?
2022-04-30 15:05:59 <geekosaur> border works fine here https://github.com/geekosaur/xmonad.hs/blob/skkukuk/xmonad.hs#L89
2022-04-30 15:06:37 <geekosaur> 1d2021 is nearly black (and looks it, here; my border actually looks light gray against it)
2022-04-30 15:08:31 <geekosaur> [30 10:24:47] <Ether17> Another issue; i decided to use Borders again. for some reason No matter i change myNormBorderColor to it is always this black color.
2022-04-30 15:12:14 abastro[m] uploaded an image: (889KiB) < https://libera.ems.host/_matrix/media/r0/download/matrix.org/BVILMtkaMHIwOyuQbkmnVNSk/best-i-can.png >
2022-04-30 15:13:31 <abastro> `X.A.TreeSelect` is a bit lame
2022-04-30 15:13:54 <liskin> oh yeah, and of course the GHC ABI doesn't match, so I can't use the bindist either
2022-04-30 15:14:22 <liskin> seriously fuck this Haskell stuff.
2022-04-30 15:16:04 <abastro> Ugh wh
2022-04-30 15:19:26 × abastro quits (~abab9579@220.75.216.63) (Remote host closed the connection)
2022-04-30 15:20:36 abastro joins (~abab9579@220.75.216.63)
2022-04-30 15:32:15 <Ether17> geekosaur i cant change the color
2022-04-30 15:32:18 <Ether17> no matter what i use
2022-04-30 15:32:28 <Ether17> i think it a compile issue?
2022-04-30 15:32:51 <geekosaur> do you have xmessage installed? it should pop up with any compile errors
2022-04-30 15:33:39 <Ether17> yeah
2022-04-30 15:34:03 <Ether17> my color doesnt change no matter what
2022-04-30 15:34:05 <Ether17> so..
2022-04-30 15:34:21 <Ether17> even after reboot
2022-04-30 15:34:31 × Ether17 quits (~Ether17@45.248.151.237) (Quit: Client closed)
2022-04-30 15:35:44 Ether17 joins (~Ether17@45.248.151.237)
2022-04-30 15:36:04 <Ether17> any ideas?
2022-04-30 15:36:18 <Ether17> something wrong with my code?
2022-04-30 15:41:52 <geekosaur> have to remake my sandbox with xmonad-git instead of 0.17.0 because you're using PerLayoutKeys

All times are in UTC.