Logs: liberachat/#xmonad
| 2022-08-29 14:57:56 | → | Guest88 joins (~Guest88@ip-178-201-128-039.um46.pools.vodafone-ip.de) |
| 2022-08-29 14:58:37 | <Guest88> | Is there a way to "tag" a window in order to grab some state from another program? Specifically I want `picom` to not round the corners of my window when I full-screen-layout it |
| 2022-08-29 14:59:02 | <geekosaur> | you would configure that in picom, not xmonad |
| 2022-08-29 14:59:09 | <Guest88> | How so? |
| 2022-08-29 14:59:53 | <geekosaur> | https://github.com/geekosaur/xmonad.hs/blob/skkukuk/compton.conf#L12-L23 |
| 2022-08-29 15:00:21 | <Guest88> | cool thanks |
| 2022-08-29 15:01:52 | × | Guest88 quits (~Guest88@ip-178-201-128-039.um46.pools.vodafone-ip.de) (Client Quit) |
| 2022-08-29 15:02:23 | → | Guest88 joins (~Guest88@ip-178-201-128-039.um46.pools.vodafone-ip.de) |
| 2022-08-29 15:03:14 | × | Guest88 quits (~Guest88@ip-178-201-128-039.um46.pools.vodafone-ip.de) (Client Quit) |
| 2022-08-29 15:03:35 | <geekosaur> | there might be some other option needed if it's actually rounding window corners; check the picom manpage |
| 2022-08-29 15:03:44 | → | Guest88 joins (~Guest88@ip-178-201-128-039.um46.pools.vodafone-ip.de) |
| 2022-08-29 15:03:45 | <Guest88> | That didn't work |
| 2022-08-29 15:03:52 | <Guest88> | The corners are still rounded |
| 2022-08-29 15:04:20 | <geekosaur> | I don't have a recent enough picom for corner rounding |
| 2022-08-29 15:05:06 | <Guest88> | ok |
| 2022-08-29 15:05:26 | <Guest88> | I added the rule you showed above to my `rounded-corners-exclude` |
| 2022-08-29 15:06:12 | <Guest88> | `"_NET_WM_STATE@:a *= '_NET_WM_STATE_FULLSCREEN'"` |
| 2022-08-29 15:06:18 | <Guest88> | that should be right, no? |
| 2022-08-29 15:10:42 | <geekosaur> | if the program obeys EWMH, yes |
| 2022-08-29 15:11:13 | <geekosaur> | sometimes you have to xprop a program's window and exclude it directly, like the second line |
| 2022-08-29 15:14:15 | × | alternateved quits (~user@staticline-31-183-146-203.toya.net.pl) (Remote host closed the connection) |
| 2022-08-29 15:20:49 | × | Guest88 quits (~Guest88@ip-178-201-128-039.um46.pools.vodafone-ip.de) (Quit: Client closed) |
| 2022-08-29 15:24:21 | × | joshproehl_ quits (~quassel@user/joshproehl) (Quit: Disappearing act!) |
| 2022-08-29 15:24:35 | → | joshproehl joins (~quassel@user/joshproehl) |
| 2022-08-29 15:26:02 | × | joshproehl quits (~quassel@user/joshproehl) (Client Quit) |
| 2022-08-29 15:26:16 | → | joshproehl joins (~quassel@user/joshproehl) |
| 2022-08-29 15:29:19 | × | joshproehl quits (~quassel@user/joshproehl) (Client Quit) |
| 2022-08-29 15:29:34 | → | joshproehl joins (~quassel@user/joshproehl) |
| 2022-08-29 15:32:48 | <geekosaur> | if all else fails I think there is a way to tag windows that's externally visible, but I'd have to look up how to make picom obey the tag |
| 2022-08-29 15:33:20 | → | sagax joins (~sagax_nb@user/sagax) |
| 2022-08-29 15:34:17 | <geekosaur> | XMonad.Actions.Tags uses the _XMONAD_TAGS property, picom can work with that. but I still have to look up how |
| 2022-08-29 15:38:17 | <geekosaur> | _XMONAD_TAGS@:s *= "square" |
| 2022-08-29 15:38:27 | <geekosaur> | then add the tag "square" to the window |
| 2022-08-29 15:42:01 | → | thunderrd joins (~thunderrd@183.182.115.199) |
| 2022-08-29 15:42:46 | <geekosaur> | sorry that's XMonad.Actions.TagWindows |
| 2022-08-29 16:00:51 | × | scardinal quits (~supreme@customer-212-237-101-39.ip4.gigabit.dk) (Ping timeout: 260 seconds) |
| 2022-08-29 16:12:11 | × | mvk quits (~mvk@2607:fea8:5ce3:8500::a1ec) (Ping timeout: 244 seconds) |
| 2022-08-29 17:41:10 | → | mc47 joins (~mc47@xmonad/TheMC47) |
| 2022-08-29 17:52:16 | → | wonko_ joins (~wjc@2a0e:1c80:2::130) |
| 2022-08-29 17:55:18 | × | benin0 quits (~benin@183.82.205.66) (Quit: The Lounge - https://thelounge.chat) |
| 2022-08-29 18:33:57 | <nurfz[m]> | Hi all, I'm so sorry, I didn't check back for answers on my question about sending ToggleGap to invisible workspaces! And now, I cannot scroll back far enough in this chat. Does someone remember or can repost the answer? I think it was last Friday or Thursday. |
| 2022-08-29 18:36:35 | <geekosaur> | https://paste.tomsmeding.com/3ubbCtat |
| 2022-08-29 18:40:58 | <geekosaur> | not a whole lot; it's not really a valid use case, things that want to run the layout need the layout to be active |
| 2022-08-29 18:41:36 | → | mvk joins (~mvk@2607:fea8:5ce3:8500::a1ec) |
| 2022-08-29 18:49:27 | <nurfz[m]> | Thanks a lot, geekosaur! Looks like I missed gaps'; it looks promising. Yeah, 0.12 is old – but in Raspian stretch's repos, it's still the current version ^^ and it works for us. |
| 2022-08-29 19:00:31 | × | wonko_ quits (~wjc@2a0e:1c80:2::130) (Ping timeout: 260 seconds) |
| 2022-08-29 20:11:25 | → | wonko_ joins (~wjc@2a0e:1c80:2::130) |
| 2022-08-29 20:42:38 | × | wonko_ quits (~wjc@2a0e:1c80:2::130) (Ping timeout: 255 seconds) |
| 2022-08-29 20:53:42 | × | mc47 quits (~mc47@xmonad/TheMC47) (Remote host closed the connection) |
| 2022-08-29 21:00:57 | → | a6a45081-2b83 joins (~aditya@pal-210-106-57.itap.purdue.edu) |
| 2022-08-29 21:18:40 | × | a6a45081-2b83 quits (~aditya@pal-210-106-57.itap.purdue.edu) (Remote host closed the connection) |
| 2022-08-29 21:34:43 | × | jao quits (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Remote host closed the connection) |
| 2022-08-29 21:40:12 | → | jao joins (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) |
| 2022-08-29 22:01:18 | → | wonko_ joins (~wjc@2a0e:1c80:2::130) |
| 2022-08-29 22:20:42 | × | td_ quits (~td@94.134.91.130) (Ping timeout: 268 seconds) |
| 2022-08-29 22:22:06 | → | td_ joins (~td@94.134.91.224) |
| 2022-08-29 22:26:39 | × | td_ quits (~td@94.134.91.224) (Ping timeout: 252 seconds) |
| 2022-08-29 22:41:05 | × | wonko_ quits (~wjc@2a0e:1c80:2::130) (Ping timeout: 268 seconds) |
| 2022-08-29 22:48:47 | → | thyriaen joins (~thyriaen@2a02:8109:8340:686c:f4bb:adc9:da23:30c9) |
| 2022-08-29 22:56:46 | × | vanvik quits (~vanvik@46.249.253.75) (Ping timeout: 260 seconds) |
| 2022-08-29 23:16:42 | × | sagax quits (~sagax_nb@user/sagax) (Quit: Konversation terminated!) |
| 2022-08-30 00:13:59 | × | jsoo quits (~znc@irc.refl.club) (Quit: ZNC 1.8.2 - https://znc.in) |
| 2022-08-30 00:15:49 | → | jsoo joins (~znc@irc.refl.club) |
| 2022-08-30 00:44:31 | → | catman joins (~catman@user/catman) |
| 2022-08-30 00:48:18 | → | td_ joins (~td@94.134.91.100) |
| 2022-08-30 01:24:27 | × | thyriaen quits (~thyriaen@2a02:8109:8340:686c:f4bb:adc9:da23:30c9) (Remote host closed the connection) |
| 2022-08-30 01:48:52 | → | twiclo1 joins (~twiclo@mail.twil.cx) |
| 2022-08-30 02:04:35 | × | banc quits (banc@gateway/vpn/airvpn/banc) (Ping timeout: 268 seconds) |
| 2022-08-30 02:33:57 | → | banc joins (banc@gateway/vpn/airvpn/banc) |
| 2022-08-30 02:41:46 | × | catman quits (~catman@user/catman) (Remote host closed the connection) |
| 2022-08-30 02:47:43 | × | td_ quits (~td@94.134.91.100) (Ping timeout: 252 seconds) |
| 2022-08-30 02:49:25 | → | td_ joins (~td@94.134.91.35) |
| 2022-08-30 02:52:19 | × | defjam quits (~eb0t@33bed8fc.skybroadband.com) (Ping timeout: 248 seconds) |
| 2022-08-30 02:54:29 | → | defjam joins (~eb0t@33ba5927.skybroadband.com) |
| 2022-08-30 03:22:38 | × | twiclo1 quits (~twiclo@mail.twil.cx) (Quit: WeeChat 3.5) |
| 2022-08-30 04:53:48 | → | vanvik joins (~vanvik@188.113.111.129) |
| 2022-08-30 05:00:27 | × | vanvik quits (~vanvik@188.113.111.129) (Ping timeout: 252 seconds) |
| 2022-08-30 05:02:06 | → | vanvik joins (~vanvik@188.113.111.129) |
| 2022-08-30 05:02:39 | × | xmonadtrack quits (~xmonadtra@xmonad/geekosaur) (Ping timeout: 252 seconds) |
| 2022-08-30 05:03:52 | → | xmonadtrack joins (~xmonadtra@069-135-003-034.biz.spectrum.com) |
| 2022-08-30 05:03:52 | × | xmonadtrack quits (~xmonadtra@069-135-003-034.biz.spectrum.com) (Changing host) |
| 2022-08-30 05:03:52 | → | xmonadtrack joins (~xmonadtra@xmonad/geekosaur) |
| 2022-08-30 05:10:19 | × | jao quits (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Remote host closed the connection) |
| 2022-08-30 06:12:44 | → | lush[m] joins (~derivedlu@2001:470:69fc:105::1:184d) |
| 2022-08-30 06:16:47 | <lush[m]> | Hi all!... (full message at https://libera.ems.host/_matrix/media/r0/download/libera.chat/e2a7a82b2de4607b0a90046afb43dff621f7ddc6) |
| 2022-08-30 06:16:48 | <lush[m]> | * Hi all!... (full message at https://libera.ems.host/_matrix/media/r0/download/libera.chat/7d9b8399c5885bd1e49af51f1ea3b8209d054cae) |
| 2022-08-30 06:17:09 | <lush[m]> | * Hi all!... (full message at https://libera.ems.host/_matrix/media/r0/download/libera.chat/3224feefa2f95ab529e272ed9b0175c53e9bb1f3) |
| 2022-08-30 06:17:35 | <lush[m]> | * Hi all!... (full message at https://libera.ems.host/_matrix/media/r0/download/libera.chat/f249214b9252ef2865729215cabd665bdcc0267a) |
| 2022-08-30 06:18:38 | <Solid> | Seems like xmonad can't find any ghc in $PATH |
| 2022-08-30 06:19:42 | <Solid> | I've never used the flake myself (still building from stack because it's much easier to test local changes that way); maybe [Leary] can help |
| 2022-08-30 06:20:28 | <[Leary]> | Oh. It should be due to $NIX_GHC --> $XMONAD_GHC being in xmonad git but not your nixpkgs. I have a thing for this but there are way too many xmonad PRs mixed up on my computer... lemme have a look. |
| 2022-08-30 06:22:58 | <lush[m]> | thanks! |
| 2022-08-30 06:26:33 | <[Leary]> | lush[m]: Try this: https://gist.github.com/LSLeary/ca77558eb9d11a83ced418fe41356e3a |
| 2022-08-30 06:33:45 | <lush[m]> | I get the same error [Leary] |
| 2022-08-30 06:35:19 | → | alternateved joins (~user@staticline-31-183-146-203.toya.net.pl) |
| 2022-08-30 06:36:39 | <lush[m]> | I first tested building xmonad with the flake a couple days ago (on 22.05) and everything went well on first try |
| 2022-08-30 06:36:46 | <lush[m]> | which seems odd |
| 2022-08-30 06:37:38 | <[Leary]> | Are you doing a rebuild switch? I would try an rebuild boot; the env var likely isn't updated. |
| 2022-08-30 06:39:40 | <lush[m]> | [Leary]: ```... (full message at https://libera.ems.host/_matrix/media/r0/download/libera.chat/a7289c7e18e8045027612281fdcfbd26706fe002) |
| 2022-08-30 06:41:12 | <lush[m]> | This is the relevant part of my flake now:... (full message at https://libera.ems.host/_matrix/media/r0/download/libera.chat/86fb31a5dc05a67ee201ea4795072e9896ecd7c5) |
All times are in UTC.