Home liberachat/#xmonad: Logs Calendar

Logs: liberachat/#xmonad

←Prev  Next→
Page 1 .. 730 731 732 733 734 735 736 737 738 739 740 .. 1850
184,943 events total
2022-07-13 09:36:32 mc47 joins (~mc47@xmonad/TheMC47)
2022-07-13 10:33:42 cfricke joins (~cfricke@user/cfricke)
2022-07-13 12:31:34 dschrempf joins (~dominik@mobiledyn-62-240-134-33.mrsn.at)
2022-07-13 13:03:20 mvk joins (~mvk@2607:fea8:5ce3:8500::909a)
2022-07-13 13:19:18 chomwitt joins (~chomwitt@2a02:587:dc0d:4a00:2f00:f9a4:8560:d503)
2022-07-13 13:50:45 × cfricke quits (~cfricke@user/cfricke) (Quit: WeeChat 3.5)
2022-07-13 14:45:30 × mvk quits (~mvk@2607:fea8:5ce3:8500::909a) (Ping timeout: 240 seconds)
2022-07-13 14:56:21 × chomwitt quits (~chomwitt@2a02:587:dc0d:4a00:2f00:f9a4:8560:d503) (Remote host closed the connection)
2022-07-13 14:56:42 chomwitt joins (~chomwitt@2a02:587:dc0d:4a00:deae:e1cf:72:7368)
2022-07-13 15:11:27 jao joins (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net)
2022-07-13 15:40:30 stoned is now known as Hash
2022-07-13 15:56:07 × dschrempf quits (~dominik@mobiledyn-62-240-134-33.mrsn.at) (Quit: WeeChat 3.5)
2022-07-13 15:57:36 × geekosaur quits (~geekosaur@xmonad/geekosaur) (Ping timeout: 276 seconds)
2022-07-13 15:59:43 geekosaur joins (~geekosaur@xmonad/geekosaur)
2022-07-13 16:24:15 × chomwitt quits (~chomwitt@2a02:587:dc0d:4a00:deae:e1cf:72:7368) (Ping timeout: 276 seconds)
2022-07-13 16:27:10 × geekosaur quits (~geekosaur@xmonad/geekosaur) (Ping timeout: 240 seconds)
2022-07-13 16:32:36 geekosaur joins (~geekosaur@xmonad/geekosaur)
2022-07-13 16:54:50 chomwitt joins (~chomwitt@2a02:587:dc0d:4a00:dd89:2ce:aa76:b885)
2022-07-13 17:01:38 allbery_b joins (~geekosaur@xmonad/geekosaur)
2022-07-13 17:01:38 × geekosaur quits (~geekosaur@xmonad/geekosaur) (Killed (NickServ (GHOST command used by allbery_b)))
2022-07-13 17:01:41 allbery_b is now known as geekosaur
2022-07-13 17:17:09 × jeeeun quits (~jeeeun@78.40.148.178) (Quit: The Lounge - https://thelounge.chat)
2022-07-13 17:19:05 jeeeun joins (~jeeeun@78.40.148.178)
2022-07-13 17:49:00 × jeeeun quits (~jeeeun@78.40.148.178) (Quit: The Lounge - https://thelounge.chat)
2022-07-13 17:53:30 jeeeun joins (~jeeeun@78.40.148.178)
2022-07-13 17:54:05 <cidra[m]> Hey guys can you see xmonad docs via lsp? It seems that i can't
2022-07-13 17:54:40 wusticality joins (~wusticali@c-67-161-204-49.hsd1.co.comcast.net)
2022-07-13 17:55:03 <cidra[m]> If i do stack haddock --open xmonad i can see the docs, but on vscode i see no docs through autocompletion
2022-07-13 17:55:05 <geekosaur> I have heard this before but I don't use lsp so don't have any personal experience
2022-07-13 18:06:05 gormulent joins (~gormulent@c-67-161-204-49.hsd1.co.comcast.net)
2022-07-13 18:09:10 × gormulent quits (~gormulent@c-67-161-204-49.hsd1.co.comcast.net) (Client Quit)
2022-07-13 18:13:05 <zawaken> lsp with hls in neovim works for haskell, but not for xmonad specific haskell in my experience
2022-07-13 18:14:48 wusticality1 joins (~user@c-67-161-204-49.hsd1.co.comcast.net)
2022-07-13 18:15:26 <cidra[m]> :( that sucks
2022-07-13 18:16:48 <wusticality> in general, lsp-mode is pretty awesome
2022-07-13 18:16:52 <wusticality> I use it for rust / golang
2022-07-13 18:20:15 <zawaken> seems I might have set up my hie.yaml file wrong, but I am not sure about that at all.
2022-07-13 18:23:40 <zawaken> setting my hie.yaml up with the second one here, seems to make it come up with lsp entries for xmonad.
2022-07-13 18:23:45 <zawaken> http://ix.io/44hc
2022-07-13 18:27:56 <liskin> there's no way to write a hie.yaml that would work with ~/.xmonad/xmonad.hs without also having a something.cabal and possibly also cabal.project/stack.yaml somewhere
2022-07-13 18:28:24 <liskin> (well maybe there is but it involves some very advanced ghc/envvar hackery that nobody ever really bothered to figure out)
2022-07-13 18:28:33 <liskin> this is unfortunately a limitation of hls/hie
2022-07-13 18:30:04 <zawaken> yeah I have a stack.yaml in the same directory as well (.config/xmonad)
2022-07-13 18:31:46 <liskin> good, you're like 40% there 👍 :-)
2022-07-13 18:31:50 <liskin> maybe 30.
2022-07-13 18:32:48 <liskin> oh actually with that hie.yaml it might just do something…
2022-07-13 18:33:20 <liskin> it's not entirely kosher, but… :-)
2022-07-13 18:34:05 <zawaken> Yeah it seems to output something, tested with clickJustFocuses, and it showed up as "clickJustFocuses [LSP]" in cmp-nvim-lsp
2022-07-13 18:34:26 <zawaken> What would be the kosher way of setting up that hie.yaml?
2022-07-13 18:40:14 <wusticality> anyone know if there's a cooler way to show an overlay for things like the current time, etc. - maybe via a scratchpad?
2022-07-13 18:40:17 <wusticality> I saw tty-time
2022-07-13 18:40:24 <wusticality> I find xmobar uses too much space
2022-07-13 18:40:38 <wusticality> kinda like a way to do widgets that you can show / hide in the center of the screen
2022-07-13 18:41:14 <zawaken> eww might be something worth looking at https://github.com/elkowar/eww
2022-07-13 18:41:26 <geekosaur> https://github.com/geekosaur/xmonad.hs/blob/pyanfar/xmonad.hs#L107-L110
2022-07-13 18:41:58 <geekosaur> although I needed to define a custom app-defaults file to set the colors correctly iirc; would need to dig that out of a backup
2022-07-13 18:42:00 <wusticality> fascinating, I'll take a look
2022-07-13 18:43:06 <zawaken> I think geekosaur's implementation in a scratchpad might be better than eww though
2022-07-13 18:43:14 <geekosaur> stuck a digital clock at the top right of my monitor, which put it in a place that was usually empty
2022-07-13 18:49:40 <geekosaur> hm, nope, looks like I just used the usual dclock app-defaults
2022-07-13 18:51:20 <geekosaur> eww certainly looks fancier (and more mac-like)
2022-07-13 18:53:07 <zawaken> there are many great examples of its capabilities on r/unixporn
2022-07-13 18:54:07 <zawaken> I currently use eww as my bar instead of polybar/xmobar
2022-07-13 18:56:00 <geekosaur> dear vs code, whatever in the world made you conclude I'm on arm64?
2022-07-13 18:56:41 <geekosaur> flip side I guess I'm protected against at least some exploits 😈
2022-07-13 19:24:15 <geekosaur> so it took a ridiculous amount of time for vs code to process my xmonad.hs, but it seems to be working without an hie.yaml. then again, I have a full cabal setup
2022-07-13 19:24:45 <geekosaur> (https://github.com/geekosaur/xmonad.hs/blob/skkukuk)
2022-07-13 19:25:51 <zawaken> that link seems to be broken.
2022-07-13 19:26:13 <geekosaur> hm, I chopped that off a working link, but probably github doesn't work that way
2022-07-13 19:26:24 <geekosaur> https://github.com/geekosaur/xmonad.hs/tree/skkukuk
2022-07-13 19:26:27 <zawaken> yea tree instead of blob
2022-07-13 19:28:08 <zawaken> https://github.com/Zawaken/dotfiles/tree/master/.config/xmonad here's my xmonad directory. the "install_xmonad_with_stack.sh" is redundant there though
2022-07-13 19:30:18 <zawaken> xmonad.hs isn't very pretty though
2022-07-13 19:33:34 <zawaken> do you use any vscode plugins to get linting/lsp then or does it just work without the hie.yaml?
2022-07-13 19:34:15 <geekosaur> I installed the recommended Haskell plugin
2022-07-13 19:34:47 <zawaken> Ah
2022-07-13 19:34:56 <geekosaur> I presume that since I have a full cabal setup the default cradle works fine
2022-07-13 19:37:08 <geekosaur> not getting hinting I think, but I didn't install hlint
2022-07-13 19:37:25 <zawaken> that makes sense, I just have a very barebones stack setup in mine, used to compile xmonad with
2022-07-13 19:39:12 <zawaken> I am VERY new to haskell, though I've used xmonad for a year or so, only now starting to try learning haskell
2022-07-13 20:01:20 <wusticality> here's a question - what's the best way to increase keypress repeat speed when using xmonad? also, is there some way to start xmonad with the numlock on? I always have to turn it on manually which is a bit frustrating
2022-07-13 20:03:55 <geekosaur> xset r rate … (see the xset manpage)
2022-07-13 20:04:02 <zawaken> seems like the numlock part is earily done with numlockx
2022-07-13 20:04:21 <geekosaur> numlock on/off is that, or configurable in xorg.conf
2022-07-13 20:04:41 <zawaken> just install numlockx and chuck "numlockx &" in startx
2022-07-13 20:04:49 <zawaken> xinitrc**
2022-07-13 20:05:03 <geekosaur> they're using a different setup
2022-07-13 20:05:36 <geekosaur> ~/.xmonad/xmonad-session-rc
2022-07-13 20:05:47 <geekosaur> make sure you have it backgrounded
2022-07-13 20:06:04 <zawaken> Could probably add it as a spawnOnce in xmonad as well
2022-07-13 20:07:39 <zawaken> yeah I just assume everyone who uses window managers use xorg-xinit to start x, sorry about that
2022-07-13 20:08:18 <zawaken> assumption based on how I do it.
2022-07-13 20:15:15 × wusticality quits (~wusticali@c-67-161-204-49.hsd1.co.comcast.net) (Quit: Client closed)
2022-07-13 20:43:49 × noex_ quits (~null@2600:8804:14e0:104:8804:14e0:104:0) (Quit: :q!)
2022-07-13 21:00:13 × mc47 quits (~mc47@xmonad/TheMC47) (Remote host closed the connection)
2022-07-13 21:06:26 noex joins (~null@user/noex)
2022-07-13 21:11:44 quarkQuark[m] joins (~quarkquar@2001:470:69fc:105::2:46e2)
2022-07-13 21:18:43 × [Leary] quits (~Leary]@122-58-224-198-vdsl.sparkbb.co.nz) (Ping timeout: 272 seconds)
2022-07-13 21:37:29 mvk joins (~mvk@2607:fea8:5ce3:8500::909a)
2022-07-13 22:02:02 × alternateved quits (~alternate@5.253.206.53) (Remote host closed the connection)

All times are in UTC.