Logs: liberachat/#xmonad
| 2022-07-10 07:11:24 | × | jason quits (~sogens@211.30.26.217) (Client Quit) |
| 2022-07-10 07:11:55 | → | sogens joins (~sogens@211.30.26.217) |
| 2022-07-10 07:23:05 | × | sagax quits (~sagax_nb@user/sagax) (Remote host closed the connection) |
| 2022-07-10 08:17:40 | → | neoatnebula joins (~neoatnebu@2405:204:54a9:eba6:1421:52f5:b9ff:42ec) |
| 2022-07-10 08:17:58 | × | neoatnebula quits (~neoatnebu@2405:204:54a9:eba6:1421:52f5:b9ff:42ec) (Client Quit) |
| 2022-07-10 08:18:29 | → | neoatnebula joins (~neoatnebu@2405:204:54a9:eba6:1421:52f5:b9ff:42ec) |
| 2022-07-10 08:18:35 | × | neoatnebula quits (~neoatnebu@2405:204:54a9:eba6:1421:52f5:b9ff:42ec) (Client Quit) |
| 2022-07-10 09:05:21 | × | noex_ quits (~null@2600:8804:14e0:104:8804:14e0:104:0) (Remote host closed the connection) |
| 2022-07-10 09:06:40 | → | noex_ joins (~null@2600:8804:14e0:104::1e13) |
| 2022-07-10 09:19:05 | → | steve__ joins (~steve@ool-182c2b80.dyn.optonline.net) |
| 2022-07-10 11:27:23 | → | Jade1 joins (~Jade1@ip-178-201-128-039.um46.pools.vodafone-ip.de) |
| 2022-07-10 11:27:46 | → | alternateved joins (~alternate@217.138.209.69) |
| 2022-07-10 11:34:06 | × | Jade1 quits (~Jade1@ip-178-201-128-039.um46.pools.vodafone-ip.de) (Quit: Client closed) |
| 2022-07-10 11:57:13 | → | Jade1 joins (~Jade1@ip-178-201-128-039.um46.pools.vodafone-ip.de) |
| 2022-07-10 11:57:55 | <Jade1> | How can you integrate xmonad with vim? I use the HLS with CoC but it's telling me all the XMonad modules do not exist (whbich makes sense for it to do that) |
| 2022-07-10 11:58:22 | <Jade1> | How can I make it so it recognises these modules? |
| 2022-07-10 12:14:34 | <geekosaur> | how did you install xmonad? (although HLS should detect stack at least) |
| 2022-07-10 12:15:03 | <Jade1> | Through pacman |
| 2022-07-10 12:16:34 | <geekosaur> | o.O arch may have its problems but that should be dead simple for HLS to spot |
| 2022-07-10 12:17:04 | <geekosaur> | in any case the folks in #haskell-language-server can probably help better than we can |
| 2022-07-10 12:17:05 | <Jade1> | I mean the `xmonad.hs` is decoupled from the main project |
| 2022-07-10 12:17:13 | <Jade1> | so it'd make sense for it to not work |
| 2022-07-10 12:17:15 | <Jade1> | right? |
| 2022-07-10 12:17:39 | <geekosaur> | then it'd not work for any new project that uses some library |
| 2022-07-10 12:18:09 | <geekosaur> | I mean, maybe it needs a dummy cabal file or something, but the xmonad modules are globally installed |
| 2022-07-10 12:18:17 | <Jade1> | hm ok |
| 2022-07-10 12:18:20 | <geekosaur> | so it should have no trouble finding them |
| 2022-07-10 12:18:35 | <Jade1> | But arent dependencies local? |
| 2022-07-10 12:18:55 | <Jade1> | When I install a module it shouldn't automatically be imported to all my projects |
| 2022-07-10 12:18:56 | <Jade1> | right? |
| 2022-07-10 12:19:09 | <Jade1> | > maybe it needs a dummy cabal |
| 2022-07-10 12:19:10 | <Jade1> | How would I do this? |
| 2022-07-10 12:19:22 | <geekosaur> | not imported, but globally installed modules are visible everywhere |
| 2022-07-10 12:19:35 | <geekosaur> | this is part of what went wrong with original cabal |
| 2022-07-10 12:20:09 | <Jade1> | ok |
| 2022-07-10 12:20:16 | <Jade1> | yeah I'm not sure |
| 2022-07-10 12:20:34 | <geekosaur> | https://github.com/geekosaur/xmonad.hs/blob/skkukuk/xmonad-bsa.cabal |
| 2022-07-10 12:21:09 | → | jao joins (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) |
| 2022-07-10 12:21:13 | <geekosaur> | which isn't a dummy since I actually use cabal with a build script, but if you don't use a build script it won';t be doing anything but telling HLS what's going on |
| 2022-07-10 12:23:38 | × | raghavgururajan quits (ea769b8000@user/raghavgururajan) (Remote host closed the connection) |
| 2022-07-10 12:27:30 | <zawaken> | The way I've set up hls, is with a hie.yaml in $XDG_CONFIG_DIRECTORY/xmonad ($HOME/.xmonad/ if installed with pacman I'm pretty sure) with this content: http://ix.io/43Zi |
| 2022-07-10 12:28:04 | <geekosaur> | pacman doesn';t touch hime directories and shouldn't care if you choose to use .config/xmonad instead |
| 2022-07-10 12:28:20 | <geekosaur> | but if you';re already using .xmonad then you can keep using it |
| 2022-07-10 12:28:53 | <zawaken> | Does xmonad also default to XDG_CONFIG_DIR/xmonad now? |
| 2022-07-10 12:29:14 | <zawaken> | if it doesn't find .xmonad/xmonad.hs? that hasn't been my experience at least |
| 2022-07-10 12:29:18 | <geekosaur> | it uses whichever dir has an xmonad.hs in it |
| 2022-07-10 12:33:09 | <zawaken> | hmm, I've tried this before, but it doesn't seem to work (~/.xmonad may have existed still when I tried, but without xmonad.hs), also XDG_CONFIG_DIR should probably be XDG_CONFIG_HOME |
| 2022-07-10 12:33:59 | <geekosaur> | its behavior floated around a bit in various versions, but as of 0.17 it should use whichhever of ~/.config/xmonad or ~/.xmonad has an xmonad.hs in it, or if you have XMONAD_{CONFIG,DATA,CACHE}_DIR envars set (all three required) then you can point it elsewhere |
| 2022-07-10 12:34:43 | <geekosaur> | in any case I think this is an HLS question now and you need to consult with #haskell-language-server |
| 2022-07-10 12:35:25 | <zawaken> | Ah, that's cool, everything that moves from $HOME to $HOME/.config makes me happy |
| 2022-07-10 12:42:43 | × | Jade1 quits (~Jade1@ip-178-201-128-039.um46.pools.vodafone-ip.de) (Quit: Client closed) |
| 2022-07-10 12:44:51 | → | Jade1 joins (~Jade1@ip-178-201-128-039.um46.pools.vodafone-ip.de) |
| 2022-07-10 13:01:19 | <Zedgamer9128[m]> | Can xmonad layout be changed when only one windows is open |
| 2022-07-10 13:01:29 | <Zedgamer9128[m]> | * is open automatically |
| 2022-07-10 13:01:38 | <Zedgamer9128[m]> | * Can xmonad layout be changed when only one window is open automatically |
| 2022-07-10 13:04:32 | <geekosaur> | X.L.IfMax |
| 2022-07-10 13:05:00 | <geekosaur> | but as you noted yesterday it has a bug that will require quite a lot of work to fix properly 😞 |
| 2022-07-10 13:05:44 | <Zedgamer9128[m]> | what bug? |
| 2022-07-10 13:08:30 | <geekosaur> | I think that was you at least. https://github.com/xmonad/xmonad-contrib/issues/75 |
| 2022-07-10 13:09:00 | <geekosaur> | message handling across layout "routing switches" is problematic |
| 2022-07-10 13:10:47 | <geekosaur> | it works for most things, but things like decorations on windows may misfire at times |
| 2022-07-10 13:10:54 | <Zedgamer9128[m]> | is this command right... (full message at https://libera.ems.host/_matrix/media/r0/download/libera.chat/8003e25cdb973622a6cd3453cec92ef16ffddd20) |
| 2022-07-10 13:11:34 | <Zedgamer9128[m]> | i want to have Full layout when only 1 window is open |
| 2022-07-10 13:12:00 | <geekosaur> | looks right to me |
| 2022-07-10 13:12:21 | <geekosaur> | (most layouts do that by default but I haven't played with ThreeCol and friends) |
| 2022-07-10 13:21:07 | × | alternateved quits (~alternate@217.138.209.69) (Remote host closed the connection) |
| 2022-07-10 13:23:41 | → | alternateved joins (~alternate@217.138.209.69) |
| 2022-07-10 13:32:22 | × | alternateved quits (~alternate@217.138.209.69) (Remote host closed the connection) |
| 2022-07-10 13:45:10 | × | Jade1 quits (~Jade1@ip-178-201-128-039.um46.pools.vodafone-ip.de) (Quit: Client closed) |
| 2022-07-10 13:45:32 | × | noex_ quits (~null@2600:8804:14e0:104::1e13) (Ping timeout: 255 seconds) |
| 2022-07-10 13:46:50 | → | Jade1 joins (~Jade1@ip-178-201-128-039.um46.pools.vodafone-ip.de) |
| 2022-07-10 13:47:13 | → | noex_ joins (~null@2600:8804:14e0:104:8804:14e0:104:0) |
| 2022-07-10 13:53:58 | <Jade1> | I now get this error: `[coc.nvim] The "languageserver.haskell" server crashed 4 times in the last 3 minutes. The server will not be restarted.` |
| 2022-07-10 13:54:04 | <Jade1> | I did nothing but reboot |
| 2022-07-10 14:20:55 | × | Natch quits (~natch@c-9e07225c.038-60-73746f7.bbcust.telenor.se) (Remote host closed the connection) |
| 2022-07-10 14:25:32 | × | Jade1 quits (~Jade1@ip-178-201-128-039.um46.pools.vodafone-ip.de) (Quit: Client closed) |
| 2022-07-10 14:48:56 | → | lexixcx joins (~alex@cpc151793-shef17-2-0-cust19.17-1.cable.virginm.net) |
| 2022-07-10 15:03:40 | → | mvk joins (~mvk@2607:fea8:5ce3:8500::909a) |
| 2022-07-10 15:27:10 | × | mvk quits (~mvk@2607:fea8:5ce3:8500::909a) (Ping timeout: 244 seconds) |
| 2022-07-10 15:43:10 | → | Natch joins (~natch@c-9e07225c.038-60-73746f7.bbcust.telenor.se) |
| 2022-07-10 15:58:48 | → | Jade1 joins (~Jade1@ip-178-201-128-039.um46.pools.vodafone-ip.de) |
| 2022-07-10 16:04:55 | × | Jade1 quits (~Jade1@ip-178-201-128-039.um46.pools.vodafone-ip.de) (Quit: Client closed) |
| 2022-07-10 16:23:17 | × | geekosaur quits (~geekosaur@xmonad/geekosaur) (Killed (NickServ (GHOST command used by allbery_b))) |
| 2022-07-10 16:23:17 | → | allbery_b joins (~geekosaur@xmonad/geekosaur) |
| 2022-07-10 16:23:20 | allbery_b | is now known as geekosaur |
| 2022-07-10 16:31:20 | × | lexixcx quits (~alex@cpc151793-shef17-2-0-cust19.17-1.cable.virginm.net) (Remote host closed the connection) |
| 2022-07-10 16:57:38 | × | steve__ quits (~steve@ool-182c2b80.dyn.optonline.net) (Ping timeout: 272 seconds) |
| 2022-07-10 17:01:21 | → | mvk joins (~mvk@2607:fea8:5ce3:8500::909a) |
| 2022-07-10 17:05:05 | → | steve__ joins (~steve@ool-182c2b80.dyn.optonline.net) |
| 2022-07-10 17:45:44 | → | kxdfd joins (~user@206.62.170.243) |
| 2022-07-10 17:48:05 | × | kxdfd quits (~user@206.62.170.243) (Client Quit) |
| 2022-07-10 17:48:36 | → | kxdasd joins (~user@206.62.170.243) |
| 2022-07-10 17:48:45 | <kxdasd> | Hello, I have a problem. I updated xmonad and compiled it again, but when I did, the following error appeared |
| 2022-07-10 17:48:52 | <kxdasd> | https://pastebin.com/aaPhyJVH |
| 2022-07-10 17:50:33 | <geekosaur> | can you show your xmonad.hs? the standard one (insofar as there is a standard one) doesn't define magnify, but that claims one is defined |
| 2022-07-10 17:54:19 | <kxdasd> | https://pastebin.com/DsNSwvP6 |
| 2022-07-10 17:54:38 | <kxdasd> | this is my setup |
| 2022-07-10 17:56:08 | <geekosaur> | okay. ideally you'd either rename magnify or hide the imported one, since you're not using that |
| 2022-07-10 17:57:10 | <geekosaur> | probably the simplest fix is to find the line saying "import XMonad.Layout.Magnifier" and add "hiding (magnify)" to it |
| 2022-07-10 18:18:57 | <kxdasd> | import XMonad.Layout.Magnifier I add at the end hiding(magnify) |
All times are in UTC.