Logs: liberachat/#xmonad
| 2022-06-23 18:19:32 | × | jao quits (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Ping timeout: 246 seconds) |
| 2022-06-23 18:22:09 | → | jao joins (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) |
| 2022-06-23 18:36:40 | → | alternateved joins (~alternate@185.244.214.239) |
| 2022-06-23 19:12:48 | → | diep joins (~diep@2a01:cb11:2d7:4a00:4202:8c7d:a3d3:256f) |
| 2022-06-23 19:16:34 | <diep> | Hi, I just updated xmonad and xmonad-contrib (git branch master), and since I observe border with wrong opacity for some windows like Alacritty, Firefox, Chromium. I use Picom as a compositor. Any idea on what can cause this problem? |
| 2022-06-23 19:17:00 | <geekosaur> | we reverted the opacity fix because it broke WindowNavigation |
| 2022-06-23 19:17:12 | <geekosaur> | https://github.com/xmonad/xmonad/issues/395 |
| 2022-06-23 19:17:34 | <geekosaur> | still working on a more correct fix that doesn't break other stuff |
| 2022-06-23 19:18:01 | <geekosaur> | (the opacity fix technically does a number of things incorrectly, which may or may not be related to it breaking WN) |
| 2022-06-23 19:20:26 | <diep> | Okay, so I'll wait, not really a big deal, and of course WindowNavigation seems more important than some opacity bug on some borders |
| 2022-06-23 19:20:55 | <diep> | But I never experienced "window navigation" problem by the way |
| 2022-06-23 19:27:43 | <geekosaur> | not everyone does, apparently, but we've had several reports of all-black borders when using WindowNavigation |
| 2022-06-23 19:28:00 | <geekosaur> | and when it happens we get a supposedly impossible error code from X11 |
| 2022-06-23 19:32:15 | <diep> | ok, thx for the info |
| 2022-06-23 19:37:39 | × | diep quits (~diep@2a01:cb11:2d7:4a00:4202:8c7d:a3d3:256f) (Quit: diep) |
| 2022-06-23 19:45:37 | <alternateved> | There are WindowNavigation and Navigation2D modules. Aren't they pretty much similar in functionality? |
| 2022-06-23 19:46:18 | <alternateved> | Except for the fact that Navigation2D does a bit more and seems a bit more configurable |
| 2022-06-23 20:06:40 | <geekosaur> | WindowNavigation does things like recoloring window borders to show navigation targets and your previous window, plus it provides hooks used by several other modules |
| 2022-06-23 20:06:57 | <geekosaur> | and iirc it uses Navigation2D underneath |
| 2022-06-23 20:34:33 | × | ft quits (~ft@shell.chaostreff-dortmund.de) (Ping timeout: 248 seconds) |
| 2022-06-23 20:35:49 | → | ft joins (~ft@shell.chaostreff-dortmund.de) |
| 2022-06-23 20:50:23 | → | diep joins (~diep@2a01:cb11:2d7:4a00:4202:8c7d:a3d3:256f) |
| 2022-06-23 21:04:43 | <liskin> | diep: if I was in your place I'd just revert the revert |
| 2022-06-23 21:05:18 | <liskin> | (and if I ever update xmonad myself I will be in that position and I will revert becase I don't use windownavigation so the transparency fix is more important for me) |
| 2022-06-23 21:05:45 | <liskin> | (and when I say revert obviously I mean locally/in my fork) |
| 2022-06-23 21:06:28 | <diep> | yes, good idea after all |
| 2022-06-23 21:08:47 | <diep> | since I dont use windownavigation as well |
| 2022-06-23 21:12:45 | <diep> | Im trying to add keybinds to switch and move client to screen 1, 2, but without success |
| 2022-06-23 21:12:51 | <diep> | I have this https://pastebin.com/AAdDXQPG |
| 2022-06-23 21:13:00 | <diep> | when I recompile I get an error |
| 2022-06-23 21:13:11 | <diep> | what is wrong? |
| 2022-06-23 21:13:40 | <diep> | I want to use right Alt for these keybinds |
| 2022-06-23 21:16:01 | <diep> | By screen I mean physical screens |
| 2022-06-23 21:17:28 | <diep> | Sorry but I dont know haskell |
| 2022-06-23 21:17:30 | × | werneta quits (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (Quit: Lost terminal) |
| 2022-06-23 21:21:58 | → | werneta joins (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) |
| 2022-06-23 21:25:10 | <geekosaur> | off the top of my head, that looks correct. perhaps the question is where/how you're putting that in your config |
| 2022-06-23 21:26:14 | <geekosaur> | (I'm going to be in and out for a bit, today is laundry day) |
| 2022-06-23 21:27:03 | <diep> | ok no problem, this is how it's look in the config -> https://github.com/doums/dotfiles/blob/d0a72e81c1e0754cfd97ebf74f96424f2f4a6010/xmonad/xmonad.hs#L175 |
| 2022-06-23 21:27:14 | <diep> | (commented currently) |
| 2022-06-23 21:28:38 | <diep> | How I found out, missing the `++` |
| 2022-06-23 21:36:19 | × | diep quits (~diep@2a01:cb11:2d7:4a00:4202:8c7d:a3d3:256f) (Quit: diep) |
| 2022-06-23 22:05:09 | <geekosaur> | @ask diep does that mean you solved it? I'm still trying to set up a build env for testing |
| 2022-06-23 22:05:10 | <lambdabot> | Consider it noted. |
| 2022-06-23 22:44:20 | → | steve__ joins (~steve@ool-182c2b80.dyn.optonline.net) |
| 2022-06-23 22:58:55 | × | catern quits (~sbaugh@2604:2000:8fc0:b:a9c7:866a:bf36:3407) (Ping timeout: 258 seconds) |
| 2022-06-23 22:59:21 | × | xacktm quits (xacktm@user/xacktm) (Quit: fBNC - https://bnc4free.com) |
| 2022-06-23 22:59:38 | × | chomwitt quits (~chomwitt@2a02:587:dc0d:e600:4907:a32:4c72:2e8c) (Ping timeout: 240 seconds) |
| 2022-06-23 23:04:06 | → | catern joins (~sbaugh@2604:2000:8fc0:b:a9c7:866a:bf36:3407) |
| 2022-06-23 23:11:58 | × | alternateved quits (~alternate@185.244.214.239) (Remote host closed the connection) |
| 2022-06-23 23:13:07 | × | stackdroid18 quits (14094@user/stackdroid) (Quit: hasta la vista... tchau!) |
| 2022-06-23 23:25:31 | → | xacktm joins (xacktm@user/xacktm) |
| 2022-06-23 23:48:48 | → | mvk joins (~mvk@2607:fea8:5ce3:8500::4588) |
| 2022-06-24 01:43:18 | × | mvk quits (~mvk@2607:fea8:5ce3:8500::4588) (Ping timeout: 264 seconds) |
| 2022-06-24 02:03:30 | × | banc quits (banc@gateway/vpn/airvpn/banc) (Ping timeout: 240 seconds) |
| 2022-06-24 02:14:23 | → | twiclo1 joins (~twiclo@mail.twil.cx) |
| 2022-06-24 02:24:45 | → | banc joins (banc@gateway/vpn/airvpn/banc) |
| 2022-06-24 03:00:09 | × | td_ quits (~td@94.134.91.184) (Ping timeout: 268 seconds) |
| 2022-06-24 03:01:18 | × | jao quits (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Ping timeout: 240 seconds) |
| 2022-06-24 03:01:34 | → | td_ joins (~td@muedsl-82-207-238-027.citykom.de) |
| 2022-06-24 04:21:53 | → | spaceseller joins (~mario@31.147.205.13) |
| 2022-06-24 04:31:23 | × | spaceseller quits (~mario@31.147.205.13) (Quit: WeeChat 3.5) |
| 2022-06-24 04:40:13 | → | dschrempf joins (~dominik@070-207.dynamic.dsl.fonira.net) |
| 2022-06-24 04:40:44 | × | dschrempf quits (~dominik@070-207.dynamic.dsl.fonira.net) (Client Quit) |
| 2022-06-24 06:00:32 | <Solid> | liskin: maybe if you mounted a magnifying glass to your monitor... :D |
| 2022-06-24 06:47:01 | → | chomwitt joins (~chomwitt@2a02:587:dc0d:e600:8f05:e6fa:1178:1d79) |
| 2022-06-24 08:01:51 | → | craige[m] joins (~craigemcw@2001:470:69fc:105::35f1) |
| 2022-06-24 08:03:55 | × | werneta quits (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (Ping timeout: 256 seconds) |
| 2022-06-24 08:04:19 | → | sogens joins (~sogens@pa49-197-229-6.pa.qld.optusnet.com.au) |
| 2022-06-24 08:43:53 | → | cfricke joins (~cfricke@user/cfricke) |
| 2022-06-24 08:45:12 | → | alternateved joins (~alternate@37.120.211.141) |
| 2022-06-24 08:58:59 | × | sogens quits (~sogens@pa49-197-229-6.pa.qld.optusnet.com.au) (Quit: WeeChat 3.5) |
| 2022-06-24 09:23:15 | × | nomadxx3 quits (~lanomadx@208.91.66.187) (Ping timeout: 256 seconds) |
| 2022-06-24 09:30:30 | → | nomadxx3 joins (~lanomadx@208.91.67.195) |
| 2022-06-24 10:16:35 | × | Buliarous quits (~gypsydang@46.232.210.139) (Remote host closed the connection) |
| 2022-06-24 10:23:20 | → | mc47 joins (~mc47@xmonad/TheMC47) |
| 2022-06-24 11:32:02 | × | cfricke quits (~cfricke@user/cfricke) (Ping timeout: 246 seconds) |
| 2022-06-24 11:44:56 | × | alternateved quits (~alternate@37.120.211.141) (Ping timeout: 268 seconds) |
| 2022-06-24 11:53:34 | × | geekosaur quits (~geekosaur@xmonad/geekosaur) (Ping timeout: 268 seconds) |
| 2022-06-24 11:54:59 | → | geekosaur joins (~geekosaur@xmonad/geekosaur) |
| 2022-06-24 11:55:26 | × | twiclo1 quits (~twiclo@mail.twil.cx) (Quit: WeeChat 3.5) |
| 2022-06-24 12:12:53 | → | cfricke joins (~cfricke@user/cfricke) |
| 2022-06-24 13:53:34 | → | alternateved joins (~alternate@staticline-31-183-144-54.toya.net.pl) |
| 2022-06-24 14:04:38 | × | steve__ quits (~steve@ool-182c2b80.dyn.optonline.net) (Ping timeout: 240 seconds) |
| 2022-06-24 14:10:50 | → | werneta joins (~werneta@137.79.203.93) |
| 2022-06-24 14:12:28 | × | werneta quits (~werneta@137.79.203.93) (Remote host closed the connection) |
| 2022-06-24 14:16:05 | × | xacktm quits (xacktm@user/xacktm) (Quit: fBNC - https://bnc4free.com) |
| 2022-06-24 14:18:38 | × | cfricke quits (~cfricke@user/cfricke) (Ping timeout: 272 seconds) |
| 2022-06-24 14:19:54 | × | alternateved quits (~alternate@staticline-31-183-144-54.toya.net.pl) (Ping timeout: 264 seconds) |
| 2022-06-24 14:59:55 | → | xacktm joins (xacktm@user/xacktm) |
| 2022-06-24 15:25:42 | × | xacktm quits (xacktm@user/xacktm) (Quit: fBNC - https://bnc4free.com) |
| 2022-06-24 15:41:48 | → | Guest46 joins (~Guest46@p4ff88f41.dip0.t-ipconnect.de) |
| 2022-06-24 15:42:49 | × | Guest46 quits (~Guest46@p4ff88f41.dip0.t-ipconnect.de) (Client Quit) |
| 2022-06-24 15:44:08 | × | geekosaur quits (~geekosaur@xmonad/geekosaur) (Quit: Leaving) |
| 2022-06-24 15:45:37 | → | geekosaur joins (~geekosaur@xmonad/geekosaur) |
| 2022-06-24 16:00:12 | × | Ash[m] quits (~signal-wa@2001:470:69fc:105::1:2318) (Quit: You have been kicked for being idle) |
| 2022-06-24 16:27:20 | → | xacktm joins (xacktm@user/xacktm) |
| 2022-06-24 16:28:39 | → | alternateved joins (~alternate@staticline-31-183-144-54.toya.net.pl) |
| 2022-06-24 16:44:05 | <mc47> | liskin, Solid: did you submit expense for the transportation inside Zurich? I got my tickets through the ZVV app, and I can't access receipts for some reason |
| 2022-06-24 16:48:41 | <geekosaur> | liskin did but I don't see much for transportation inside Zürich |
All times are in UTC.