2023/07/16

2023-07-16 02:07:58 +0000td_(~td@i5387091F.versanet.de) (Ping timeout: 272 seconds)
2023-07-16 02:09:05 +0000td_(~td@i5387091F.versanet.de)
2023-07-16 02:15:34 +0000ft(~ft@p4fc2a1e5.dip0.t-ipconnect.de) (Ping timeout: 272 seconds)
2023-07-16 02:16:39 +0000ft(~ft@p4fc2a0ab.dip0.t-ipconnect.de)
2023-07-16 03:35:28 +0000redgloboli(~redglobol@user/redgloboli) (Ping timeout: 252 seconds)
2023-07-16 03:36:36 +0000redgloboli(~redglobol@user/redgloboli)
2023-07-16 05:57:13 +0000Retropikzel[m](~retropikz@2001:470:69fc:105::14e7) ()
2023-07-16 08:45:19 +0000rundown(~defjam@2a02:c7e:2807:b900:90c2:f728:4677:1e92)
2023-07-16 08:46:01 +0000coldpress_(~coldpress@72.136.212.35.bc.googleusercontent.com)
2023-07-16 08:48:43 +0000ft_(~ft@p4fc2a0ab.dip0.t-ipconnect.de)
2023-07-16 08:53:29 +0000ft(~ft@p4fc2a0ab.dip0.t-ipconnect.de) (*.net *.split)
2023-07-16 08:53:29 +0000ectospasm(~ectospasm@user/ectospasm) (*.net *.split)
2023-07-16 08:53:29 +0000defjam(~defjam@2a02:c7e:2807:b900:78ed:96ff:963a:af74) (*.net *.split)
2023-07-16 08:53:30 +0000coldpress(~coldpress@72.136.212.35.bc.googleusercontent.com) (*.net *.split)
2023-07-16 08:53:30 +0000ft_ft
2023-07-16 09:01:28 +0000ectospasm(~ectospasm@user/ectospasm)
2023-07-16 09:20:24 +0000liskin[m](~liskinmat@2001:470:69fc:105::768) (Remote host closed the connection)
2023-07-16 09:20:24 +0000unclechu(~unclechu@2001:470:69fc:105::354) (Remote host closed the connection)
2023-07-16 12:48:16 +0000thyriaen(~thyriaen@2a01:aea0:dd4:6659:269:41a:675c:ada3)
2023-07-16 12:48:25 +0000 <thyriaen> howdy geekosaur
2023-07-16 12:48:37 +0000 <geekosaur> hello
2023-07-16 12:48:39 +0000 <thyriaen> i am using a scratchpad where i can show and hide a window with a hotkey
2023-07-16 12:48:43 +0000liskin[m](~liskinmat@2001:470:69fc:105::768)
2023-07-16 12:48:53 +0000 <thyriaen> as i understand this window gets shifted to a "hidden" workspace NSP
2023-07-16 12:48:57 +0000unclechu(~unclechu@2001:470:69fc:105::354)
2023-07-16 12:49:07 +0000 <geekosaur> currently, yes
2023-07-16 12:49:10 +0000 <thyriaen> and just moved to the current workspace at any given time which is super great
2023-07-16 12:49:30 +0000 <thyriaen> now the thing is i am trying to use tint2 as my panel and i don't want NSP to be shown as a workspace
2023-07-16 12:49:47 +0000 <thyriaen> is there some way to make this NSP not expose itself to the panel somehow ?
2023-07-16 12:49:53 +0000hightower2(~hightower@85.94.71.188)
2023-07-16 12:51:48 +0000 <geekosaur> https://hackage.haskell.org/package/xmonad-contrib-0.17.1/docs/XMonad-Hooks-StatusBar-PP.html#v:fi…
2023-07-16 12:52:05 +0000 <geekosaur> hm, but that doesn't filter from EWMH
2023-07-16 12:52:28 +0000 <geekosaur> was trying to find that but I'm not sure it's been implemented for the new style yet. liskin?
2023-07-16 12:52:58 +0000 <geekosaur> oh, I missed it
2023-07-16 12:52:59 +0000 <geekosaur> https://hackage.haskell.org/package/xmonad-contrib-0.17.1/docs/XMonad-Hooks-EwmhDesktops.html#g:3
2023-07-16 12:55:01 +0000 <geekosaur> also there's a WIP to have scratchpads actually hide instead of being moved to NSP; I don't know its current status though
2023-07-16 12:55:58 +0000 <thyriaen> i am not sure if i understand the example
2023-07-16 12:56:13 +0000 <thyriaen> what is [scratchpadWorkspaceTag] ?
2023-07-16 12:56:45 +0000 <geekosaur> scratchpadWorkspaceTag is defined by NamedScratchpads
2023-07-16 12:57:07 +0000 <geekosaur> it just means you don't have to hardcode NSP, in case we change the name for some reason
2023-07-16 12:57:35 +0000 <geekosaur> https://hackage.haskell.org/package/xmonad-contrib-0.17.1/docs/XMonad-Util-NamedScratchpad.html#v:…
2023-07-16 12:57:50 +0000 <thyriaen> my current main is main = xmonad $ ewmh $ docks $ defaults how do i include the addEwmHWorsspaceSort ?
2023-07-16 12:58:00 +0000 <geekosaur> just before ewmh
2023-07-16 12:58:38 +0000 <thyriaen> main = xmonad . addEwmhWorkspaceSort (pure myFilter) . ewmh $ docks $ defaults
2023-07-16 12:58:40 +0000 <thyriaen> ?
2023-07-16 12:58:50 +0000 <geekosaur> yes
2023-07-16 12:58:58 +0000 <geekosaur> although you don't need the final $
2023-07-16 12:59:09 +0000 <geekosaur> bbiab
2023-07-16 12:59:11 +0000 <thyriaen> which one ?
2023-07-16 13:00:46 +0000 <thyriaen> geekosaur, neat - it works - thanks so much <3
2023-07-16 13:02:40 +0000 <thyriaen> geekosaur, for some reason i don't understand tint2 doesn't get noticed for avoidstruts
2023-07-16 13:03:20 +0000 <thyriaen> geekosaur, _NET_WM_WINDOW_TYPE(ATOM) = _NET_WM_WINDOW_TYPE_DOCK
2023-07-16 13:08:40 +0000 <geekosaur> what's _NET_WM_STRUT_PARTIAL?
2023-07-16 13:09:21 +0000 <thyriaen> my xprop doesn't show me that attribute
2023-07-16 13:09:41 +0000 <geekosaur> then xmonad has nothing for avoidStruts to operate on
2023-07-16 13:09:52 +0000 <geekosaur> well, it might be _NET_WM_STRUT
2023-07-16 13:10:09 +0000 <geekosaur> but this sounds like tint2 isn't setting any struts
2023-07-16 13:10:11 +0000 <thyriaen> i compared it with polybar and it does show a strut
2023-07-16 13:12:42 +0000 <geekosaur> https://paste.tomsmeding.com/m8APZpiZ is what I get for my lower dock
2023-07-16 13:12:54 +0000 <geekosaur> you need at least one of those
2023-07-16 13:13:13 +0000 <thyriaen> yes polybar has both tint2 doesn't
2023-07-16 13:19:11 +0000 <thyriaen> geekosaur, found a way - was a tint2 settings issue
2023-07-16 13:20:43 +0000 <jabuxas> i'm trying to install xmonad in a void musl vm and i'm receiving this error when running stack build in my project: https://bpa.st/4M7A
2023-07-16 13:21:31 +0000 <jabuxas> i have just copied over the same .config/xmonad from my main machine, which works
2023-07-16 13:22:26 +0000 <geekosaur[c]> I figured, some docks need to be told to set struts, or only do so if positioned properly
2023-07-16 13:24:50 +0000 <geekosaur[c]> jabuxas: that's a stack issue, try in #haskell or #haskell-stack
2023-07-16 13:25:11 +0000 <geekosaur[c]> I use cabal so I can't help
2023-07-16 13:25:38 +0000 <jabuxas> ok
2023-07-16 13:25:39 +0000 <jabuxas> if i dont manage to find a solution i'll try cabal
2023-07-16 13:25:43 +0000 <jabuxas> ty
2023-07-16 13:27:10 +0000 <geekosaur[c]> But it sounds like the bindist is broken
2023-07-16 13:42:36 +0000thyriaen(~thyriaen@2a01:aea0:dd4:6659:269:41a:675c:ada3) (Remote host closed the connection)
2023-07-16 13:49:01 +0000 <xmonadtrack> xmonad Tomas Janousek * v0.17.2-72-ga24e9b4: ci: Use better github-actions user name/email (59 seconds ago, 1 file, 2+ 2-) https://github.com/xmonad/xmonad/commit/a24e9b4c7f7a
2023-07-16 14:37:44 +0000galactic_starfis(~galactics@2001:470:69fc:105::1:2985)
2023-07-16 14:43:11 +0000 <galactic_starfis> A while ago I setup a custom fullscreen event here: https://gitlab.com/mikenrafter/config/-/blob/master/.xmonad/lib/Modules/Fullscreen.hs and https://gitlab.com/mikenrafter/config/-/blob/master/.xmonad/lib/Tweaks/EwmhDesktops.hs , after running a `diff` upon the new `EwmhDesktops.hs` --> it seems like custom FS hooks were added as a feature?
2023-07-16 14:43:43 +0000 <galactic_starfis> tbh I probably should've contributed this, but I suppose it simply didn't cross my mind
2023-07-16 14:48:04 +0000 <geekosaur> ewmh has generally been redone to include hooks, yes. ask liskin about them
2023-07-16 14:54:24 +0000raghavgururajan(ea769b8000@user/raghavgururajan)
2023-07-16 16:23:07 +0000liskin[m](~liskinmat@2001:470:69fc:105::768) (Remote host closed the connection)
2023-07-16 16:23:07 +0000unclechu(~unclechu@2001:470:69fc:105::354) (Remote host closed the connection)
2023-07-16 16:24:57 +0000Mion(~Urist@archlinux/op/MrElendig) (Quit: all hail donk)
2023-07-16 16:25:58 +0000MrElendig(~Urist@archlinux/op/MrElendig)
2023-07-16 17:25:02 +0000hightower2(~hightower@85.94.71.188) (Ping timeout: 272 seconds)
2023-07-16 17:43:50 +0000Natch(~natch@c-9e07225c.038-60-73746f7.bbcust.telenor.se) (Remote host closed the connection)
2023-07-16 17:44:28 +0000Natch(~natch@c-9e07225c.038-60-73746f7.bbcust.telenor.se)
2023-07-16 18:03:13 +0000 <xmonadtrack> New branch created: pull/462 (2 commits) https://github.com/xmonad/xmonad/pull/462
2023-07-16 18:03:21 +0000 <xmonadtrack> New xmonad-contrib branch created: pull/819 (2 commits) https://github.com/xmonad/xmonad-contrib/pull/819
2023-07-16 18:03:28 +0000liskin[m](~liskinmat@2001:470:69fc:105::768)
2023-07-16 18:03:42 +0000unclechu(~unclechu@2001:470:69fc:105::354)
2023-07-16 18:07:41 +0000hightower2(~hightower@141-136-175-55.dsl.iskon.hr)
2023-07-16 18:18:02 +0000derfflinger(~derffling@user/derfflinger)
2023-07-16 18:33:06 +0000mudri(uid317655@id-317655.helmsley.irccloud.com)
2023-07-16 21:22:26 +0000ft(~ft@p4fc2a0ab.dip0.t-ipconnect.de) (Ping timeout: 246 seconds)
2023-07-16 21:24:15 +0000ft(~ft@p508db47d.dip0.t-ipconnect.de)
2023-07-16 21:50:27 +0000derfflinger(~derffling@user/derfflinger) (Read error: Connection reset by peer)
2023-07-16 23:05:01 +0000td_(~td@i5387091F.versanet.de) (Ping timeout: 245 seconds)
2023-07-16 23:06:50 +0000td_(~td@i53870936.versanet.de)
2023-07-16 23:16:03 +0000thyriaen(~thyriaen@2a01:aea0:dd4:6659:269:41a:675c:ada3)
2023-07-16 23:16:30 +0000 <thyriaen> are you around geekosaur ?
2023-07-16 23:16:57 +0000 <geekosaur[c]> Yes
2023-07-16 23:17:14 +0000 <thyriaen> my tint2 panel is set to "draw on bottom layer"
2023-07-16 23:17:26 +0000 <thyriaen> however when i switch a window to fullscreen in xmonad
2023-07-16 23:17:30 +0000 <thyriaen> it goes underneath
2023-07-16 23:17:42 +0000 <thyriaen> can i configure my fullscreen layout to always draw over everything ?
2023-07-16 23:18:20 +0000 <thyriaen> my layout i am talking about is simply
2023-07-16 23:18:21 +0000 <thyriaen> noBorders Simplest
2023-07-16 23:19:19 +0000 <geekosaur[c]> Hm. Solid , any ideas?
2023-07-16 23:20:09 +0000 <geekosaur[c]> I think you broke some expectations by using a layout
2023-07-16 23:20:41 +0000 <thyriaen> i am confused, how so ?
2023-07-16 23:24:07 +0000 <geekosaur[c]> Normal fullscreen is a floating window
2023-07-16 23:25:13 +0000 <geekosaur[c]> You might be able to use avoidStrutsOn [] (noBorders Simplest)
2023-07-16 23:26:34 +0000 <geekosaur[c]> It might also require something I'll have to look up once I'm back inside
2023-07-16 23:34:12 +0000 <geekosaur> okay, so the problem with how you configured tint2 is that it's trying to use EWMH layers, but we don't (and currently can't) support them
2023-07-16 23:34:35 +0000 <geekosaur> you will have to lower the window inside of xmonad if there's no way to make it use XLowerWindow() directly
2023-07-16 23:37:26 +0000 <geekosaur> appName =? "tint2" --> ask >>= \w -> liftX (withDisplay $ \d -> io (lowerWindow d w)) >> idHook
2023-07-16 23:37:45 +0000 <geekosaur> (in your manageHook)
2023-07-16 23:39:09 +0000u8353v[m](~u8353vmat@2001:470:69fc:105::3:45df)
2023-07-16 23:39:36 +0000 <u8353v[m]> Are X11 questions welcome here?
2023-07-16 23:39:55 +0000 <geekosaur> yes
2023-07-16 23:40:55 +0000 <geekosaur> well, some of them. if it involves a gc then you may not get much help here 🙂