Logs on 2022-08-29 (liberachat/#xmonad)
| 00:01:00 | → | geekosaur joins (~geekosaur@xmonad/geekosaur) |
| 00:02:43 | → | xmonadtrack joins (~xmonadtra@069-135-003-034.biz.spectrum.com) |
| 00:02:43 | × | xmonadtrack quits (~xmonadtra@069-135-003-034.biz.spectrum.com) (Changing host) |
| 00:02:43 | → | xmonadtrack joins (~xmonadtra@xmonad/geekosaur) |
| 00:44:28 | → | mvk joins (~mvk@2607:fea8:5ce3:8500::a1ec) |
| 02:03:26 | × | banc quits (banc@gateway/vpn/airvpn/banc) (Ping timeout: 268 seconds) |
| 02:11:21 | × | td_ quits (~td@94.134.91.78) (Ping timeout: 260 seconds) |
| 02:11:54 | → | catman joins (~catman@user/catman) |
| 02:13:08 | → | td_ joins (~td@94.134.91.130) |
| 02:23:25 | → | banc joins (banc@gateway/vpn/airvpn/banc) |
| 02:28:57 | × | catman quits (~catman@user/catman) (Quit: WeeChat 3.6) |
| 02:43:12 | × | terrorjack quits (~terrorjac@2a01:4f8:1c1e:509a::1) (Quit: The Lounge - https://thelounge.chat) |
| 02:45:24 | → | terrorjack joins (~terrorjac@2a01:4f8:1c1e:509a::1) |
| 04:54:15 | × | jao quits (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Ping timeout: 268 seconds) |
| 04:55:33 | → | codehia joins (~codehia@103.24.85.233) |
| 05:31:24 | × | codehia quits (~codehia@103.24.85.233) (Ping timeout: 252 seconds) |
| 06:39:38 | → | alternateved joins (~user@staticline-31-183-146-203.toya.net.pl) |
| 08:30:53 | → | benin0 joins (~benin@183.82.205.66) |
| 08:55:10 | → | wonko joins (~wjc@2a0e:1c80:2::130) |
| 12:48:59 | → | jao joins (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) |
| 13:15:13 | × | jao quits (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Remote host closed the connection) |
| 13:19:47 | → | jao joins (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) |
| 13:19:53 | × | twiclo1 quits (~twiclo@mail.twil.cx) (Ping timeout: 268 seconds) |
| 14:20:58 | × | wonko quits (~wjc@2a0e:1c80:2::130) (Ping timeout: 268 seconds) |
| 14:57:56 | → | Guest88 joins (~Guest88@ip-178-201-128-039.um46.pools.vodafone-ip.de) |
| 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 |
| 14:59:02 | <geekosaur> | you would configure that in picom, not xmonad |
| 14:59:09 | <Guest88> | How so? |
| 14:59:53 | <geekosaur> | https://github.com/geekosaur/xmonad.hs/blob/skkukuk/compton.conf#L12-L23 |
| 15:00:21 | <Guest88> | cool thanks |
| 15:01:52 | × | Guest88 quits (~Guest88@ip-178-201-128-039.um46.pools.vodafone-ip.de) (Client Quit) |
| 15:02:23 | → | Guest88 joins (~Guest88@ip-178-201-128-039.um46.pools.vodafone-ip.de) |
| 15:03:14 | × | Guest88 quits (~Guest88@ip-178-201-128-039.um46.pools.vodafone-ip.de) (Client Quit) |
| 15:03:35 | <geekosaur> | there might be some other option needed if it's actually rounding window corners; check the picom manpage |
| 15:03:44 | → | Guest88 joins (~Guest88@ip-178-201-128-039.um46.pools.vodafone-ip.de) |
| 15:03:45 | <Guest88> | That didn't work |
| 15:03:52 | <Guest88> | The corners are still rounded |
| 15:04:20 | <geekosaur> | I don't have a recent enough picom for corner rounding |
| 15:05:06 | <Guest88> | ok |
| 15:05:26 | <Guest88> | I added the rule you showed above to my `rounded-corners-exclude` |
| 15:06:12 | <Guest88> | `"_NET_WM_STATE@:a *= '_NET_WM_STATE_FULLSCREEN'"` |
| 15:06:18 | <Guest88> | that should be right, no? |
| 15:10:42 | <geekosaur> | if the program obeys EWMH, yes |
| 15:11:13 | <geekosaur> | sometimes you have to xprop a program's window and exclude it directly, like the second line |
| 15:14:15 | × | alternateved quits (~user@staticline-31-183-146-203.toya.net.pl) (Remote host closed the connection) |
| 15:20:49 | × | Guest88 quits (~Guest88@ip-178-201-128-039.um46.pools.vodafone-ip.de) (Quit: Client closed) |
| 15:24:21 | × | joshproehl_ quits (~quassel@user/joshproehl) (Quit: Disappearing act!) |
| 15:24:35 | → | joshproehl joins (~quassel@user/joshproehl) |
| 15:26:02 | × | joshproehl quits (~quassel@user/joshproehl) (Client Quit) |
| 15:26:16 | → | joshproehl joins (~quassel@user/joshproehl) |
| 15:29:19 | × | joshproehl quits (~quassel@user/joshproehl) (Client Quit) |
| 15:29:34 | → | joshproehl joins (~quassel@user/joshproehl) |
| 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 |
| 15:33:20 | → | sagax joins (~sagax_nb@user/sagax) |
| 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 |
| 15:38:17 | <geekosaur> | _XMONAD_TAGS@:s *= "square" |
| 15:38:27 | <geekosaur> | then add the tag "square" to the window |
| 15:42:01 | → | thunderrd joins (~thunderrd@183.182.115.199) |
| 15:42:46 | <geekosaur> | sorry that's XMonad.Actions.TagWindows |
| 16:00:51 | × | scardinal quits (~supreme@customer-212-237-101-39.ip4.gigabit.dk) (Ping timeout: 260 seconds) |
| 16:12:11 | × | mvk quits (~mvk@2607:fea8:5ce3:8500::a1ec) (Ping timeout: 244 seconds) |
| 17:41:10 | → | mc47 joins (~mc47@xmonad/TheMC47) |
| 17:52:16 | → | wonko_ joins (~wjc@2a0e:1c80:2::130) |
| 17:55:18 | × | benin0 quits (~benin@183.82.205.66) (Quit: The Lounge - https://thelounge.chat) |
| 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. |
| 18:36:35 | <geekosaur> | https://paste.tomsmeding.com/3ubbCtat |
| 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 |
| 18:41:36 | → | mvk joins (~mvk@2607:fea8:5ce3:8500::a1ec) |
| 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. |
| 19:00:31 | × | wonko_ quits (~wjc@2a0e:1c80:2::130) (Ping timeout: 260 seconds) |
| 20:11:25 | → | wonko_ joins (~wjc@2a0e:1c80:2::130) |
| 20:42:38 | × | wonko_ quits (~wjc@2a0e:1c80:2::130) (Ping timeout: 255 seconds) |
| 20:53:42 | × | mc47 quits (~mc47@xmonad/TheMC47) (Remote host closed the connection) |
| 21:00:57 | → | a6a45081-2b83 joins (~aditya@pal-210-106-57.itap.purdue.edu) |
| 21:18:40 | × | a6a45081-2b83 quits (~aditya@pal-210-106-57.itap.purdue.edu) (Remote host closed the connection) |
| 21:34:43 | × | jao quits (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Remote host closed the connection) |
| 21:40:12 | → | jao joins (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) |
| 22:01:18 | → | wonko_ joins (~wjc@2a0e:1c80:2::130) |
| 22:20:42 | × | td_ quits (~td@94.134.91.130) (Ping timeout: 268 seconds) |
| 22:22:06 | → | td_ joins (~td@94.134.91.224) |
| 22:26:39 | × | td_ quits (~td@94.134.91.224) (Ping timeout: 252 seconds) |
| 22:41:05 | × | wonko_ quits (~wjc@2a0e:1c80:2::130) (Ping timeout: 268 seconds) |
| 22:48:47 | → | thyriaen joins (~thyriaen@2a02:8109:8340:686c:f4bb:adc9:da23:30c9) |
| 22:56:46 | × | vanvik quits (~vanvik@46.249.253.75) (Ping timeout: 260 seconds) |
| 23:16:42 | × | sagax quits (~sagax_nb@user/sagax) (Quit: Konversation terminated!) |
All times are in UTC on 2022-08-29.