2023-07-16 01:01:05 +0200 | tremon | (~tremon@83.80.159.219) (Quit: getting boxed in) |
2023-07-16 04:07:58 +0200 | td_ | (~td@i5387091F.versanet.de) (Ping timeout: 272 seconds) |
2023-07-16 04:09:05 +0200 | td_ | (~td@i5387091F.versanet.de) |
2023-07-16 04:15:34 +0200 | ft | (~ft@p4fc2a1e5.dip0.t-ipconnect.de) (Ping timeout: 272 seconds) |
2023-07-16 04:16:39 +0200 | ft | (~ft@p4fc2a0ab.dip0.t-ipconnect.de) |
2023-07-16 05:35:28 +0200 | redgloboli | (~redglobol@user/redgloboli) (Ping timeout: 252 seconds) |
2023-07-16 05:36:36 +0200 | redgloboli | (~redglobol@user/redgloboli) |
2023-07-16 07:57:13 +0200 | Retropikzel[m] | (~retropikz@2001:470:69fc:105::14e7) () |
2023-07-16 10:45:19 +0200 | rundown | (~defjam@2a02:c7e:2807:b900:90c2:f728:4677:1e92) |
2023-07-16 10:46:01 +0200 | coldpress_ | (~coldpress@72.136.212.35.bc.googleusercontent.com) |
2023-07-16 10:48:43 +0200 | ft_ | (~ft@p4fc2a0ab.dip0.t-ipconnect.de) |
2023-07-16 10:53:29 +0200 | ft | (~ft@p4fc2a0ab.dip0.t-ipconnect.de) (*.net *.split) |
2023-07-16 10:53:29 +0200 | ectospasm | (~ectospasm@user/ectospasm) (*.net *.split) |
2023-07-16 10:53:29 +0200 | defjam | (~defjam@2a02:c7e:2807:b900:78ed:96ff:963a:af74) (*.net *.split) |
2023-07-16 10:53:30 +0200 | coldpress | (~coldpress@72.136.212.35.bc.googleusercontent.com) (*.net *.split) |
2023-07-16 10:53:30 +0200 | ft_ | ft |
2023-07-16 11:01:28 +0200 | ectospasm | (~ectospasm@user/ectospasm) |
2023-07-16 11:20:24 +0200 | liskin[m] | (~liskinmat@2001:470:69fc:105::768) (Remote host closed the connection) |
2023-07-16 11:20:24 +0200 | unclechu | (~unclechu@2001:470:69fc:105::354) (Remote host closed the connection) |
2023-07-16 14:48:16 +0200 | thyriaen | (~thyriaen@2a01:aea0:dd4:6659:269:41a:675c:ada3) |
2023-07-16 14:48:25 +0200 | <thyriaen> | howdy geekosaur |
2023-07-16 14:48:37 +0200 | <geekosaur> | hello |
2023-07-16 14:48:39 +0200 | <thyriaen> | i am using a scratchpad where i can show and hide a window with a hotkey |
2023-07-16 14:48:43 +0200 | liskin[m] | (~liskinmat@2001:470:69fc:105::768) |
2023-07-16 14:48:53 +0200 | <thyriaen> | as i understand this window gets shifted to a "hidden" workspace NSP |
2023-07-16 14:48:57 +0200 | unclechu | (~unclechu@2001:470:69fc:105::354) |
2023-07-16 14:49:07 +0200 | <geekosaur> | currently, yes |
2023-07-16 14:49:10 +0200 | <thyriaen> | and just moved to the current workspace at any given time which is super great |
2023-07-16 14:49:30 +0200 | <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 14:49:47 +0200 | <thyriaen> | is there some way to make this NSP not expose itself to the panel somehow ? |
2023-07-16 14:49:53 +0200 | hightower2 | (~hightower@85.94.71.188) |
2023-07-16 14:51:48 +0200 | <geekosaur> | https://hackage.haskell.org/package/xmonad-contrib-0.17.1/docs/XMonad-Hooks-StatusBar-PP.html#v:fi… |
2023-07-16 14:52:05 +0200 | <geekosaur> | hm, but that doesn't filter from EWMH |
2023-07-16 14:52:28 +0200 | <geekosaur> | was trying to find that but I'm not sure it's been implemented for the new style yet. liskin? |
2023-07-16 14:52:58 +0200 | <geekosaur> | oh, I missed it |
2023-07-16 14:52:59 +0200 | <geekosaur> | https://hackage.haskell.org/package/xmonad-contrib-0.17.1/docs/XMonad-Hooks-EwmhDesktops.html#g:3 |
2023-07-16 14:55:01 +0200 | <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 14:55:58 +0200 | <thyriaen> | i am not sure if i understand the example |
2023-07-16 14:56:13 +0200 | <thyriaen> | what is [scratchpadWorkspaceTag] ? |
2023-07-16 14:56:45 +0200 | <geekosaur> | scratchpadWorkspaceTag is defined by NamedScratchpads |
2023-07-16 14:57:07 +0200 | <geekosaur> | it just means you don't have to hardcode NSP, in case we change the name for some reason |
2023-07-16 14:57:35 +0200 | <geekosaur> | https://hackage.haskell.org/package/xmonad-contrib-0.17.1/docs/XMonad-Util-NamedScratchpad.html#v:… |
2023-07-16 14:57:50 +0200 | <thyriaen> | my current main is main = xmonad $ ewmh $ docks $ defaults how do i include the addEwmHWorsspaceSort ? |
2023-07-16 14:58:00 +0200 | <geekosaur> | just before ewmh |
2023-07-16 14:58:38 +0200 | <thyriaen> | main = xmonad . addEwmhWorkspaceSort (pure myFilter) . ewmh $ docks $ defaults |
2023-07-16 14:58:40 +0200 | <thyriaen> | ? |
2023-07-16 14:58:50 +0200 | <geekosaur> | yes |
2023-07-16 14:58:58 +0200 | <geekosaur> | although you don't need the final $ |
2023-07-16 14:59:09 +0200 | <geekosaur> | bbiab |
2023-07-16 14:59:11 +0200 | <thyriaen> | which one ? |
2023-07-16 15:00:46 +0200 | <thyriaen> | geekosaur, neat - it works - thanks so much <3 |
2023-07-16 15:02:40 +0200 | <thyriaen> | geekosaur, for some reason i don't understand tint2 doesn't get noticed for avoidstruts |
2023-07-16 15:03:20 +0200 | <thyriaen> | geekosaur, _NET_WM_WINDOW_TYPE(ATOM) = _NET_WM_WINDOW_TYPE_DOCK |
2023-07-16 15:08:40 +0200 | <geekosaur> | what's _NET_WM_STRUT_PARTIAL? |
2023-07-16 15:09:21 +0200 | <thyriaen> | my xprop doesn't show me that attribute |
2023-07-16 15:09:41 +0200 | <geekosaur> | then xmonad has nothing for avoidStruts to operate on |
2023-07-16 15:09:52 +0200 | <geekosaur> | well, it might be _NET_WM_STRUT |
2023-07-16 15:10:09 +0200 | <geekosaur> | but this sounds like tint2 isn't setting any struts |
2023-07-16 15:10:11 +0200 | <thyriaen> | i compared it with polybar and it does show a strut |
2023-07-16 15:12:42 +0200 | <geekosaur> | https://paste.tomsmeding.com/m8APZpiZ is what I get for my lower dock |
2023-07-16 15:12:54 +0200 | <geekosaur> | you need at least one of those |
2023-07-16 15:13:13 +0200 | <thyriaen> | yes polybar has both tint2 doesn't |
2023-07-16 15:19:11 +0200 | <thyriaen> | geekosaur, found a way - was a tint2 settings issue |
2023-07-16 15:20:43 +0200 | <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 15:21:31 +0200 | <jabuxas> | i have just copied over the same .config/xmonad from my main machine, which works |
2023-07-16 15:22:26 +0200 | <geekosaur[c]> | I figured, some docks need to be told to set struts, or only do so if positioned properly |
2023-07-16 15:24:50 +0200 | <geekosaur[c]> | jabuxas: that's a stack issue, try in #haskell or #haskell-stack |
2023-07-16 15:25:11 +0200 | <geekosaur[c]> | I use cabal so I can't help |
2023-07-16 15:25:38 +0200 | <jabuxas> | ok |
2023-07-16 15:25:39 +0200 | <jabuxas> | if i dont manage to find a solution i'll try cabal |
2023-07-16 15:25:43 +0200 | <jabuxas> | ty |
2023-07-16 15:27:10 +0200 | <geekosaur[c]> | But it sounds like the bindist is broken |
2023-07-16 15:42:36 +0200 | thyriaen | (~thyriaen@2a01:aea0:dd4:6659:269:41a:675c:ada3) (Remote host closed the connection) |
2023-07-16 15:49:01 +0200 | <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 16:37:44 +0200 | galactic_starfis | (~galactics@2001:470:69fc:105::1:2985) |
2023-07-16 16:43:11 +0200 | <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 16:43:43 +0200 | <galactic_starfis> | tbh I probably should've contributed this, but I suppose it simply didn't cross my mind |
2023-07-16 16:48:04 +0200 | <geekosaur> | ewmh has generally been redone to include hooks, yes. ask liskin about them |
2023-07-16 16:54:24 +0200 | raghavgururajan | (ea769b8000@user/raghavgururajan) |
2023-07-16 18:23:07 +0200 | liskin[m] | (~liskinmat@2001:470:69fc:105::768) (Remote host closed the connection) |
2023-07-16 18:23:07 +0200 | unclechu | (~unclechu@2001:470:69fc:105::354) (Remote host closed the connection) |
2023-07-16 18:24:57 +0200 | Mion | (~Urist@archlinux/op/MrElendig) (Quit: all hail donk) |
2023-07-16 18:25:58 +0200 | MrElendig | (~Urist@archlinux/op/MrElendig) |
2023-07-16 19:25:02 +0200 | hightower2 | (~hightower@85.94.71.188) (Ping timeout: 272 seconds) |
2023-07-16 19:43:50 +0200 | Natch | (~natch@c-9e07225c.038-60-73746f7.bbcust.telenor.se) (Remote host closed the connection) |
2023-07-16 19:44:28 +0200 | Natch | (~natch@c-9e07225c.038-60-73746f7.bbcust.telenor.se) |
2023-07-16 20:03:13 +0200 | <xmonadtrack> | New branch created: pull/462 (2 commits) https://github.com/xmonad/xmonad/pull/462 |
2023-07-16 20:03:21 +0200 | <xmonadtrack> | New xmonad-contrib branch created: pull/819 (2 commits) https://github.com/xmonad/xmonad-contrib/pull/819 |
2023-07-16 20:03:28 +0200 | liskin[m] | (~liskinmat@2001:470:69fc:105::768) |
2023-07-16 20:03:42 +0200 | unclechu | (~unclechu@2001:470:69fc:105::354) |
2023-07-16 20:07:41 +0200 | hightower2 | (~hightower@141-136-175-55.dsl.iskon.hr) |
2023-07-16 20:18:02 +0200 | derfflinger | (~derffling@user/derfflinger) |
2023-07-16 20:33:06 +0200 | mudri | (uid317655@id-317655.helmsley.irccloud.com) |
2023-07-16 23:22:26 +0200 | ft | (~ft@p4fc2a0ab.dip0.t-ipconnect.de) (Ping timeout: 246 seconds) |
2023-07-16 23:24:15 +0200 | ft | (~ft@p508db47d.dip0.t-ipconnect.de) |
2023-07-16 23:50:27 +0200 | derfflinger | (~derffling@user/derfflinger) (Read error: Connection reset by peer) |