Home liberachat/#xmonad: Logs Calendar

Logs: liberachat/#xmonad

←Prev  Next→
Page 1 .. 628 629 630 631 632 633 634 635 636 637 638 .. 1850
184,922 events total
2022-04-30 15:42:08 <geekosaur> (no, unless it's very simple I can't just look at code and see if it's correct)
2022-04-30 15:42:38 <Ether17> perlayout keys?
2022-04-30 15:42:48 <Ether17> that conflicts with the border?
2022-04-30 15:42:52 <Ether17> whatt?
2022-04-30 15:44:07 <geekosaur> where did you get that idea?
2022-04-30 15:44:22 <geekosaur> I said you're using xmonad form git but I was set up for xmonad release
2022-04-30 15:44:37 <geekosaur> to test your config in my sandbox I needed to reconfigure the sandbox
2022-04-30 15:44:41 <abastro> xmonad-git?
2022-04-30 15:45:02 <abastro> Oh, downloading xmonad through git
2022-04-30 15:45:50 <Ether17> ohh
2022-04-30 15:46:04 <abastro> Hm xmonad 0.17.1 is not yet released I guess
2022-04-30 15:46:10 <abastro> (On hackage)
2022-04-30 15:46:33 <Solid> it's also not released yet period
2022-04-30 15:47:12 <Ether17> https://github.com/altercation/dotfiles-tilingwm/blob/master/.xmonad/lib/XMonad/Actions/ConditionalKeys.hs
2022-04-30 15:47:21 <Ether17> is this better written?
2022-04-30 15:47:32 <Ether17> compared to PerLayoutKeys?
2022-04-30 15:50:01 <Ether17> Its the same thing, with more functionality
2022-04-30 15:50:09 <Ether17> why not merge this?
2022-04-30 15:50:50 <Solid> probably because no one has ever submitted it as a pr
2022-04-30 15:51:53 <Ether17> should i?
2022-04-30 15:52:09 <Ether17> although the functionality is on PerWorkspace
2022-04-30 15:52:40 <Ether17> it makes more sense to just have it on one module
2022-04-30 15:53:21 <abastro> `Maintainer: ?`
2022-04-30 15:53:29 <Ether17> yeah
2022-04-30 15:53:40 <Ether17> he could identify the author
2022-04-30 15:53:43 <Ether17> its in the comments
2022-04-30 15:55:45 <abastro> Oh
2022-04-30 16:00:06 × JaredMohammed[m] quits (~librejare@2001:470:69fc:105::1:83b7) (Quit: You have been kicked for being idle)
2022-04-30 16:02:17 <geekosaur> sigh. it's complaining that it can't find your colors module. but if I dump the paths it's checking, it claims to be looking in the right place
2022-04-30 16:03:19 × abastro quits (~abab9579@220.75.216.63) (Ping timeout: 240 seconds)
2022-04-30 16:04:17 × dschrempf quits (~dominik@070-207.dynamic.dsl.fonira.net) (Quit: WeeChat 3.4.1)
2022-04-30 16:04:51 <Ether17> https://github.com/xmonad/xmonad-contrib/pull/714
2022-04-30 16:06:09 <Ether17> Someone take a look at this. I put geekosaur 's name as the maintainer. Because he was maintaining the older ones; PerLayoutKeys.hs and PerWorksapcesKeys.hs
2022-04-30 16:06:25 <Ether17> now it just one; CondtionalKeys.hs
2022-04-30 16:07:29 <Ether17>  XMonad.Actions.ConditionalKeys
2022-04-30 16:24:59 <geekosaur> took some hacking around but the config compiles, so it should be good
2022-04-30 16:25:25 <Ether17> cool
2022-04-30 16:26:12 <Ether17> Thanks for your effort geekosaur
2022-04-30 16:26:33 <geekosaur> which doesn't explain why the inactive border color doesn't work for you
2022-04-30 16:26:53 <Ether17> hmm
2022-04-30 16:26:59 <Ether17> does it work for you?
2022-04-30 16:27:16 <geekosaur> (also I still have no idea why ghc couldn't find your Colors module; I dumped its search path and it was clearly there)
2022-04-30 16:27:36 <Ether17> hmm
2022-04-30 16:28:17 <Ether17> i had a directory called lib/Colors
2022-04-30 16:28:29 <Ether17> in which i had the colorscheme
2022-04-30 16:30:42 × Ether17 quits (~Ether17@45.248.151.237) (Quit: Client closed)
2022-04-30 16:31:22 <geekosaur> yes
2022-04-30 16:31:37 <geekosaur> I cloned your repo so I had that module. ghc wasn't finding it for some reason
2022-04-30 16:32:20 <geekosaur> I am indeed seeing black borders, and I'm getting BadValue errors in the log
2022-04-30 16:32:23 xioulious parts (~yourname@193.32.249.137) ()
2022-04-30 16:35:22 Ether17 joins (~Ether17@45.248.151.250)
2022-04-30 16:36:39 <Ether17> also geekosaur; did you make the PerLayoutKeys from altercation/dotfiles?
2022-04-30 16:37:00 <Ether17> if so i actually made a PR adding that. https://github.com/xmonad/xmonad-contrib/pull/714
2022-04-30 16:38:27 <geekosaur> I saw your PR. no, I created it by copying and editing PerWorkspaceKeys, which is why I credited the author of that
2022-04-30 16:38:46 <Ether17> oh
2022-04-30 16:38:48 <geekosaur> (Roman Cheplyka)
2022-04-30 16:38:52 <Ether17> but
2022-04-30 16:38:56 <Ether17> ironiclly
2022-04-30 16:39:01 <Ether17> its the same
2022-04-30 16:39:12 <Ether17> as altercation/dotfiles
2022-04-30 16:39:36 <geekosaur> I probably made it for them and then submitted it upstream
2022-04-30 16:39:55 <Ether17> Although i dont get why you went with such a huge name.
2022-04-30 16:39:58 <geekosaur> I do that fairly often, whip something up in here for someone and then upstream it
2022-04-30 16:40:11 <Ether17> bindByLayout*
2022-04-30 16:40:32 <Ether17> rather than `bind on LB`
2022-04-30 16:41:08 <Ether17> BL*
2022-04-30 16:42:05 <Ether17> not a big deal though.*
2022-04-30 16:42:19 <Ether17> but it gives me ocd in my config
2022-04-30 16:51:25 bsjd joins (~user@2a02:a020:40:96f4:3839:bd2f:d54:286c)
2022-04-30 16:52:18 <geekosaur> if I put that color in my config, it works. no idea why your config is getting BadValue
2022-04-30 16:52:54 <Ether17> do me a favour
2022-04-30 16:52:57 <Ether17> change the color
2022-04-30 16:53:02 <Ether17> see if it changes
2022-04-30 16:53:22 <Ether17> for me the color it renders is; #00000
2022-04-30 16:55:54 <geekosaur> I'm still getting that BadValue error, which is why it's coming up as #000000
2022-04-30 16:56:14 <Ether17> Bad Value?
2022-04-30 16:56:22 <Ether17> what the hell doest that mean
2022-04-30 16:56:24 <Ether17> its hex
2022-04-30 16:56:48 <Ether17> myNormColor :: String
2022-04-30 16:56:52 <Ether17> its defined
2022-04-30 16:56:57 <Ether17> why wouldnt it run
2022-04-30 16:57:44 × bsjd quits (~user@2a02:a020:40:96f4:3839:bd2f:d54:286c) (Remote host closed the connection)
2022-04-30 16:58:06 <geekosaur> that's the question all right
2022-04-30 16:58:22 <geekosaur> there would be a different error if it couldn't convert the string
2022-04-30 16:58:41 <geekosaur> it's the result of conversion that is raising the error, which doesn't make a whole lot of sense
2022-04-30 16:59:18 <Ether17> so this a haskell issue?
2022-04-30 16:59:32 <Ether17> The Glorious Glasgow Haskell Compilation System, version 8.8.4
2022-04-30 16:59:40 <Ether17> what are you using?
2022-04-30 16:59:47 <geekosaur> no, this would be an X11-related issue
2022-04-30 16:59:51 <Ether17> ohh
2022-04-30 17:00:01 <Ether17> any ideas for a qucik fix?
2022-04-30 17:03:14 <geekosaur> no, because I still don't see why it's happening
2022-04-30 17:03:37 <Ether17> hmm
2022-04-30 17:03:49 <Ether17> this occurs no matter the color used?
2022-04-30 17:03:54 <Ether17> for me thats the case
2022-04-30 17:04:07 <Ether17> maybe windowNavigation is causing it?
2022-04-30 17:07:49 <geekosaur> yeh. it's acting like the colormap is full, but with a TrueColor visual I don't think that can happen
2022-04-30 17:09:34 <Ether17> so what exactly do i need to change/fix?
2022-04-30 17:15:04 <geekosaur> what part of what I said makes you think I know the answer to that?
2022-04-30 17:16:06 <Ether17> sorry

All times are in UTC.