Home freenode/#xmonad: Logs Calendar

Logs: freenode/#xmonad

←Prev  Next→
Page 1 .. 129 130 131 132 133 134 135 136 137 138 139 .. 397
39,606 events total
2021-01-27 21:54:39 × typetetris quits (sid275937@gateway/web/irccloud.com/x-efnufbuhmucnyyrl) (Ping timeout: 264 seconds)
2021-01-27 21:54:39 typetetris_ is now known as typetetris
2021-01-27 21:55:14 × Chobbes quits (~Chobbes@pool-98-115-239-235.phlapa.fios.verizon.net) (Ping timeout: 260 seconds)
2021-01-27 21:57:12 Chobbes joins (~Chobbes@pool-98-115-239-235.phlapa.fios.verizon.net)
2021-01-27 22:00:09 × ChubaDuba quits (~ChubaDuba@176.212.36.79) (Quit: WeeChat 1.6)
2021-01-27 22:00:30 × geekosaur quits (82650c7c@130.101.12.124) (Quit: Connection closed)
2021-01-27 22:11:50 toniz4 joins (~toniz4@unaffiliated/toniz4)
2021-01-27 22:26:15 × cfricke quits (~cfricke@unaffiliated/cfricke) (Ping timeout: 272 seconds)
2021-01-27 22:53:24 × seschwar quits (~seschwar@unaffiliated/seschwar) (Quit: :wq)
2021-01-27 22:57:29 DrEuclidean joins (~kurtlmani@2601:401:c400:bcbe:6cbc:bfa9:59ac:7edb)
2021-01-27 22:57:36 <DrEuclidean> anyone here
2021-01-27 22:58:02 <Liskni_si> lots
2021-01-27 22:58:10 <DrEuclidean> awesome
2021-01-27 22:58:27 <DrEuclidean> i'm having trouble with it
2021-01-27 22:58:35 <DrEuclidean> I'm running FreeBSD
2021-01-27 22:58:49 <DrEuclidean> ghc --make .xmonad works
2021-01-27 22:59:08 <DrEuclidean> its chown-ed to my user
2021-01-27 22:59:15 <DrEuclidean> and it recompiled
2021-01-27 22:59:21 <DrEuclidean> yet it does not read the config
2021-01-27 22:59:52 <DrEuclidean> i meant ghc --make .xmonad.hs works
2021-01-27 23:00:02 <DrEuclidean> sry no leading dot there
2021-01-27 23:03:21 × drl quits (~l@2600:1700:8360:3870:89c0:4bb5:2c99:7cc4) (Remote host closed the connection)
2021-01-27 23:04:01 <Liskni_si> I don't think you're supposed to recompile it like that
2021-01-27 23:04:44 <Liskni_si> it should recompile the config itself, and when it does that, the output file has platform and arch in its name
2021-01-27 23:05:14 <DrEuclidean> i read the `hc --make xmonad.hs' is merely to catch errors
2021-01-27 23:05:26 <Liskni_si> there's also xmonad --recompile, which I never tried, but I'd guess if you run that, you might get an idea what's wrong with the automatic recompile
2021-01-27 23:06:39 <Liskni_si> and then there's also been some bugs in the code that looks for xmonad.hs, as it could either go in ~/.xmonad or ~/.config/xmonad and something was wrong with that, perhaps you're hitting this issue
2021-01-27 23:08:22 <DrEuclidean> hmm, so I should move it to one of these rather than `~/.xmonad/' ?
2021-01-27 23:08:41 <DrEuclidean> recompiling the way you said exits successfully, but says: xmonad-x86_64-freebsd: executeFile: does not exist
2021-01-27 23:09:12 <DrEuclidean> xmonad opens, but does not make the boarder 3 pixels, etc.
2021-01-27 23:10:29 <Liskni_si> well I'm not saying you should move it
2021-01-27 23:10:50 <Liskni_si> just... that it might be related, and that you might check if you perhaps have both of them as that might cause problems
2021-01-27 23:13:58 <DrEuclidean> i entered `ln -s ~/.xmonad ~/.config/xmonad' and it didn't fix it
2021-01-27 23:16:04 <DrEuclidean> no I didn't have both prior
2021-01-27 23:18:30 <Liskni_si> then that likely isn't that bug
2021-01-27 23:18:47 <Liskni_si> maybe look whether you have .local/share/xmonad or something
2021-01-27 23:18:58 <Liskni_si> but if you don't, then this isn't it, you can remove the symlink, and look elsewhere
2021-01-27 23:19:22 <DrEuclidean> what directory is `.local/share/xmonad' in?
2021-01-27 23:19:28 <Liskni_si> ~/.local/…
2021-01-27 23:19:51 <Liskni_si> I don't even know if that kind of thing is used in freebsd at all, actually
2021-01-27 23:20:18 drl joins (~l@2600:1700:8360:3870:a9c9:c13e:5a72:1ff1)
2021-01-27 23:20:22 <DrEuclidean> I don't have it in home
2021-01-27 23:21:24 <Liskni_si> then forget I ever said anything about it.
2021-01-27 23:21:28 <DrEuclidean> i don't even have a ~/.local
2021-01-27 23:24:36 <DrEuclidean> i ran `ghc -v --make .xmonad.hs' and it has the line:
2021-01-27 23:25:19 <DrEuclidean> Loading package environment from /home/ldve/.ghc/x86_64-freebsd-8.10.2/environments/default
2021-01-27 23:25:54 <DrEuclidean> this exists
2021-01-27 23:27:40 <DrEuclidean> it also says `Skipping Main ( /home/ldve/.xmonad/xmonad.hs
2021-01-27 23:28:04 <DrEuclidean> it says that a bunch of times next to each other
2021-01-27 23:30:37 × p71 quits (~chatzilla@097-083-185-160.res.spectrum.com) (Remote host closed the connection)
2021-01-27 23:33:09 <Liskni_si> I have to admit I got completely lost
2021-01-27 23:33:58 <DrEuclidean> don't worry abt it I don't think it's the issue
2021-01-27 23:34:08 <Liskni_si> if you could put together a coherent description of what you're exactly doing, what the exact outputs are, some "ps axf" or something that shows which exact xmonad binary is being run, etc. and put that to some pastebin or something, that might be best
2021-01-27 23:34:26 By_JumperX4[m] joins (byjumperx4@gateway/shell/matrix.org/x-aclsnuozaejvjjjr)
2021-01-27 23:34:45 <DrEuclidean> kk
2021-01-27 23:44:05 <DrEuclidean> https://www.mediafire.com/file/40xrps57cz9lmuz/xmonad_recompile/file
2021-01-27 23:44:56 <DrEuclidean> https://www.mediafire.com/file/er7386hr87r0nwx/ghc_make_xmonad/file
2021-01-27 23:49:52 Half-Shot joins (half-shoth@gateway/shell/matrix.org/x-uglvrctlkzvizygp)
2021-01-27 23:49:52 chimay[m] joins (chimaymatr@gateway/shell/matrix.org/x-nofpfouoeqrivxww)
2021-01-27 23:49:52 noIOBeforeBedtim joins (dissatisfi@gateway/shell/matrix.org/x-aflsdwvkhswyfvar)
2021-01-27 23:49:52 psamim joins (samimpmatr@gateway/shell/matrix.org/x-vrlllbkofvjqfuka)
2021-01-27 23:49:52 rednaZ[m] joins (r3dnazmatr@gateway/shell/matrix.org/x-ghhjluyupjkyznpd)
2021-01-27 23:49:52 PotatoHatsue joins (berbermanp@gateway/shell/matrix.org/x-mcodguudawytcenr)
2021-01-27 23:49:58 moyamo[m] joins (moyamomatr@gateway/shell/matrix.org/x-yrrbyeuglbbtnysz)
2021-01-27 23:49:58 psibi[m] joins (psibimatri@gateway/shell/matrix.org/x-qavjrnsmpaodxgyn)
2021-01-27 23:51:12 × mc47 quits (~yecinem@89.246.239.190) (Remote host closed the connection)
2021-01-27 23:56:51 <DrEuclidean> okay I got it--I renamed ~/.xmonad/xmonad -> ~/.xmonad/xmonad-x86_64-freebsd
2021-01-27 23:57:44 <DrEuclidean> even being passed --recompile it works and doens't even recreate the xmonad executable, just keeps it with the new name
2021-01-27 23:57:46 <DrEuclidean> weird shit
2021-01-27 23:58:05 <DrEuclidean> should I like submit this to the devs?
2021-01-27 23:58:08 <Liskni_si> it seems you have ~/.xmonad/build
2021-01-27 23:58:24 <Liskni_si> which is supposed to compile it into ~/.xmonad/xmonad-x86_64-freebsd, but apparently it does not
2021-01-27 23:59:46 <DrEuclidean> build seems only to create the xmonad-config
2021-01-27 23:59:56 <DrEuclidean> this si the value of EXE_NAME
2021-01-28 00:10:13 <DrEuclidean> if you don't mind my asking, xmobar is there, but covered by the window
2021-01-28 00:10:36 <DrEuclidean> can you point me towards a place where I can find documentation for all the xmonad configuration options
2021-01-28 00:12:47 <DrEuclidean> shit--META-Q is not updating xmonad after changes in xmonad.hs
2021-01-28 00:22:07 <Liskni_si> for xmobar being covered you're looking for https://hackage.haskell.org/package/xmonad-contrib-0.16/docs/XMonad-Hooks-ManageDocks.html
2021-01-28 00:22:28 <Liskni_si> documentation for configuration options would be somewhere around there as well
2021-01-28 00:22:37 × sagax quits (~sagax_nb@213.138.71.146) (Ping timeout: 256 seconds)
2021-01-28 00:22:42 <Liskni_si> and then also https://wiki.haskell.org/Xmonad/Frequently_asked_questions and related pages
2021-01-28 00:22:57 <Liskni_si> and there's also https://wiki.archlinux.org/index.php/xmonad
2021-01-28 00:23:05 <Liskni_si> and I'm sure gentoo wiki will have a page about that as well
2021-01-28 00:23:12 <Liskni_si> and a million other places all over the internet
2021-01-28 00:24:01 <Liskni_si> (yeah I know it would be nice to have a single official documentation that's nice and clear and stuff, but someone would have to work on that, and there's a shortage of such someones)
2021-01-28 00:26:35 <DrEuclidean> thank you very much
2021-01-28 00:26:47 <DrEuclidean> is there some equivalent for man pages for haskel?
2021-01-28 00:26:51 <DrEuclidean> or is that their wiki
2021-01-28 00:27:20 × xaltsc quits (~xaltsc@unaffiliated/xaltsc) (Ping timeout: 244 seconds)
2021-01-28 00:27:49 <Liskni_si> those docs on hackage is as close to manpages for haskell as you can get
2021-01-28 00:27:57 <Liskni_si> there's a search engine called hoogle as well
2021-01-28 00:30:22 × thc202 quits (~thc202@unaffiliated/thc202) (Ping timeout: 260 seconds)
2021-01-28 00:33:07 <DrEuclidean> what's the difference with having a main that uses do ..., and one that looks like main = xmonad =<< xmobar def { ... }
2021-01-28 00:40:45 × notis quits (~notis@185.51.134.230) (Ping timeout: 246 seconds)
2021-01-28 00:55:47 <fizzie> Nothing, really. You can translate between do notation and the >> / >>= operators. And =<< is just a flipped >>=. Whichever you find more readable.
2021-01-28 00:56:37 <fizzie> `main = xmonad =<< xmobar def { ... }` should be the same as `main = do { cfg <- xmobar def { ... }; xmonad cfg }` for example.
2021-01-28 01:11:08 × ntm quits (~ntm@2600:1700:5526:4080::42) (Ping timeout: 260 seconds)
2021-01-28 01:12:03 ntm joins (~ntm@2600:1700:5526:4080::42)
2021-01-28 01:16:02 × evanjs quits (~evanjs@075-129-098-007.res.spectrum.com) (Quit: ZNC 1.8.2 - https://znc.in)
2021-01-28 01:16:30 evanjs joins (~evanjs@075-129-098-007.res.spectrum.com)
←Prev  Next→
Page 1 .. 129 130 131 132 133 134 135 136 137 138 139 .. 397

All times are in UTC.