Logs on 2023-02-06 (liberachat/#xmonad)
| 00:28:15 | × | thyriaen quits (~thyriaen@2a01:aea0:dd4:5074:6245:cbff:fe9f:48b1) (Ping timeout: 260 seconds) |
| 01:35:38 | × | doppo quits (~doppo@2604:180::e0fc:a07f) (Quit: leaving) |
| 01:36:37 | → | doppo joins (~doppo@2604:180::e0fc:a07f) |
| 01:37:38 | × | doppo quits (~doppo@2604:180::e0fc:a07f) (Client Quit) |
| 01:40:39 | → | doppo joins (~doppo@2604:180::e0fc:a07f) |
| 03:03:27 | × | banc quits (banc@gateway/vpn/protonvpn/banc) (Ping timeout: 248 seconds) |
| 03:06:08 | × | td_ quits (~td@i53870931.versanet.de) (Ping timeout: 248 seconds) |
| 03:08:07 | → | td_ joins (~td@i5387093f.versanet.de) |
| 03:19:15 | → | banc joins (banc@gateway/vpn/protonvpn/banc) |
| 05:48:47 | × | jao quits (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Ping timeout: 248 seconds) |
| 06:11:49 | → | qbt joins (~qbt@user/edun) |
| 07:17:19 | × | qbt quits (~qbt@user/edun) (Ping timeout: 248 seconds) |
| 07:44:52 | → | qbt joins (~qbt@user/edun) |
| 08:35:56 | → | piele joins (~piele@tbonesteak.creativeserver.net) |
| 08:49:00 | × | ft quits (~ft@p4fc2a257.dip0.t-ipconnect.de) (Quit: leaving) |
| 09:18:00 | → | thyriaen joins (~thyriaen@2a01:aea0:dd4:5074:6245:cbff:fe9f:48b1) |
| 09:41:26 | × | thyriaen quits (~thyriaen@2a01:aea0:dd4:5074:6245:cbff:fe9f:48b1) (Quit: Leaving) |
| 10:39:18 | → | escobear joins (~gknux@user/galaxy-knuckles/x-3015990) |
| 10:39:50 | × | gknux quits (~gknux@user/galaxy-knuckles/x-3015990) (Ping timeout: 268 seconds) |
| 10:41:13 | escobear | is now known as gknux |
| 10:51:54 | → | patrl joins (~patrl@p200300d1473a221e1ddaaf5b554dbea8.dip0.t-ipconnect.de) |
| 10:53:41 | × | patrl quits (~patrl@p200300d1473a221e1ddaaf5b554dbea8.dip0.t-ipconnect.de) (Changing host) |
| 10:53:41 | → | patrl joins (~patrl@user/patrl) |
| 10:53:48 | → | thyriaen joins (~thyriaen@2a01:aea0:dd4:5074:6245:cbff:fe9f:48b1) |
| 10:54:29 | <thyriaen> | Can i set a xprop to every window which is tabbed ? |
| 10:54:46 | → | unclechu joins (~unclechu@2001:470:69fc:105::354) |
| 11:15:50 | × | patrl quits (~patrl@user/patrl) (Ping timeout: 255 seconds) |
| 11:16:34 | → | patrl joins (~patrl@user/patrl) |
| 11:21:15 | × | kaskal quits (~kaskal@089144220250.atnat0029.highway.webapn.at) (Ping timeout: 248 seconds) |
| 11:22:49 | → | kaskal joins (~kaskal@089144220250.atnat0029.highway.webapn.at) |
| 11:50:04 | × | patrl quits (~patrl@user/patrl) (Quit: WeeChat 3.8) |
| 12:16:46 | → | patrl joins (~patrl@user/patrl) |
| 13:40:29 | <geekosaur> | thyriaen, not easily |
| 13:55:53 | <thyriaen> | geekosaur, ok |
| 13:58:59 | × | qbt quits (~qbt@user/edun) (Ping timeout: 252 seconds) |
| 14:17:27 | <geekosaur> | actually I think it can't be done at all without moving the tab decoration's interna; state into ExtensibleState so you could access it |
| 14:21:56 | <galactic_starfis> | A while ago I made myself an alternative to the ewmh fullscreen action, via a layout modifier... the issue with it, is that if you have tabs or struts, it needs to toggle them off every time the fullscreen event is triggered and on when vice versa. I got this working, but am now revisiting every last line in my config and am wishing to do this better... I utilized magnifier, but how can I just ignore the struts? perhaps put the struts |
| 14:21:56 | <galactic_starfis> | modifier after mine? and what of tab decoration? how can I make this non-visible without using the expensive sendMessage operation? |
| 14:27:01 | <geekosaur> | that's pretty much the only option unless you switch to TabBarDecoration, then you can just overlay it |
| 14:27:50 | <galactic_starfis> | hm, OK, I'll look into that |
| 14:29:16 | <galactic_starfis> | the way I was doing it was to copy the current theme and save it in extensibleState, override it with a version that is 0px tall, and then restore from state when undoing that |
| 14:30:04 | <geekosaur> | ugh |
| 14:32:32 | <galactic_starfis> | yep |
| 14:33:37 | <galactic_starfis> | is there a way to make the tab decoration always drawn beneath the focuses window? |
| 14:34:00 | <galactic_starfis> | if so, that would greatly simplify my implementation |
| 14:34:10 | <galactic_starfis> | s/focuses/focused/ |
| 14:35:40 | <geekosaur> | not that I've seen; in particular, the tab for the focused window seems to always be drawn above |
| 14:38:36 | <galactic_starfis> | hm... unfortunate |
| 14:40:10 | <galactic_starfis> | this little fact has caused me many strange bugs with sublayouts (ultimately leading to my giving up on that module), I wonder how trivial this change would be to make in the module... |
| 14:40:33 | <galactic_starfis> | in the tab decoration module* |
| 14:47:15 | <geekosaur> | I don't really know. We only "own" the core; the contribs are best known by the people who contributed them (although we've done some of that). Sadly Andrea Rossato hasn't been seen in years |
| 14:48:41 | <geekosaur> | I suspect it would be easier to make thyriaen's change since it has to be stored somewhere anyway and it would simply be moving it; yours might be more difficult because as implemented tabs are actually part of the StackSet and get drawn by `windows` |
| 14:49:13 | → | jao joins (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) |
| 15:20:15 | → | qbt joins (~qbt@user/edun) |
| 16:00:05 | × | Drishal[m] quits (~drishalma@2001:470:69fc:105::a36) (Quit: You have been kicked for being idle) |
| 16:00:07 | × | unclechu quits (~unclechu@2001:470:69fc:105::354) (Quit: You have been kicked for being idle) |
| 16:18:34 | <xmonadtrack> | New xmonad-contrib branch created: dependabot/github_actions/cachix/install-nix-action-19 (1 commit) https://github.com/xmonad/xmonad-contrib/tree/dependabot/github_actions/cachix/install-nix-action-19 |
| 16:18:39 | <xmonadtrack> | New xmonad-contrib branch created: pull/798 (1 commit) https://github.com/xmonad/xmonad-contrib/pull/798 |
| 16:18:48 | → | unclechu joins (~unclechu@2001:470:69fc:105::354) |
| 16:45:52 | × | qlicztbfwliztcbl quits (~qlicztbfw@p20030100070001210c03c69d935b4fa9.dip0.t-ipconnect.de) (Remote host closed the connection) |
| 16:46:09 | → | qlicztbfwliztcbl joins (~qlicztbfw@p20030100070001210c03c69d935b4fa9.dip0.t-ipconnect.de) |
| 16:59:29 | × | qbt quits (~qbt@user/edun) (Ping timeout: 246 seconds) |
| 17:02:23 | × | werneta quits (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (Read error: Connection reset by peer) |
| 17:17:14 | <patrl> | ls |
| 17:17:17 | ← | patrl parts (~patrl@user/patrl) (WeeChat 3.8) |
| 17:17:40 | → | patrl joins (~patrl@user/patrl) |
| 17:24:59 | <geekosaur> | window? |
| 17:45:31 | → | werneta joins (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) |
| 17:51:56 | × | patrl quits (~patrl@user/patrl) (Ping timeout: 246 seconds) |
| 17:52:07 | <thyriaen> | ls -la |
| 18:19:09 | × | qlicztbfwliztcbl quits (~qlicztbfw@p20030100070001210c03c69d935b4fa9.dip0.t-ipconnect.de) (Remote host closed the connection) |
| 18:19:27 | → | qlicztbfwliztcbl joins (~qlicztbfw@p20030100070001210c03c69d935b4fa9.dip0.t-ipconnect.de) |
| 18:53:04 | → | tremon joins (~tremon@83-85-213-108.cable.dynamic.v4.ziggo.nl) |
| 20:11:21 | × | werneta quits (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (Remote host closed the connection) |
| 20:27:11 | ← | jadey[m] parts (~jade1024m@2001:470:69fc:105::2:d68a) () |
| 20:52:50 | → | werneta joins (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) |
| 20:53:20 | <xmonadtrack> | xmonad-contrib dependabot[bot] {Tomas Janousek} * v0.17.1-130-g726e8872: build(deps): bump cachix/install-nix-action from 18 to 19 (5 hours ago, 1 file, 1+ 1-) https://github.com/xmonad/xmonad-contrib/commit/726e8872394e |
| 21:38:48 | → | ft joins (~ft@p4fc2a257.dip0.t-ipconnect.de) |
| 21:50:05 | → | Forkk_ joins (~forkk@li926-228.members.linode.com) |
| 21:51:03 | → | avalan joins (~dweller@178.62.146.60) |
| 21:56:28 | × | alicecandyOM[m] quits (~alicecand@2001:470:69fc:105::2:d7a7) (*.net *.split) |
| 21:56:28 | × | sanalMakina[m] quits (~sanalmaki@2001:470:69fc:105::2:fe9f) (*.net *.split) |
| 21:56:28 | × | Forkk quits (~forkk@li926-228.members.linode.com) (*.net *.split) |
| 21:56:28 | × | belowdecent[m]1 quits (~belowdece@2001:470:69fc:105::2:f47c) (*.net *.split) |
| 21:56:28 | × | trixthethird[m] quits (~trixtheth@2001:470:69fc:105::2:efe8) (*.net *.split) |
| 21:56:28 | × | Tisoxin quits (~ikosit@user/ikosit) (*.net *.split) |
| 21:56:28 | × | qbit_m quits (~qbittapen@2001:470:69fc:105::194) (*.net *.split) |
| 21:56:28 | × | nexilva[m] quits (~nexilvama@2001:470:69fc:105::2:cf52) (*.net *.split) |
| 21:56:28 | × | dweller quits (~dweller@178.62.146.60) (*.net *.split) |
| 22:03:03 | → | qbit_m joins (~qbittapen@2001:470:69fc:105::194) |
| 22:04:01 | → | trixthethird[m] joins (~trixtheth@2001:470:69fc:105::2:efe8) |
| 22:04:49 | → | nexilva[m] joins (~nexilvama@2001:470:69fc:105::2:cf52) |
| 22:05:02 | → | Tisoxin joins (~ikosit@user/ikosit) |
| 22:06:36 | → | sanalMakina[m] joins (~sanalmaki@2001:470:69fc:105::2:fe9f) |
| 22:07:38 | → | belowdecent[m]1 joins (~belowdece@2001:470:69fc:105::2:f47c) |
| 22:09:14 | → | alicecandyOM[m] joins (~alicecand@2001:470:69fc:105::2:d7a7) |
| 22:26:59 | × | werneta quits (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (Remote host closed the connection) |
| 22:44:35 | → | werneta joins (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) |
| 23:28:19 | × | tremon quits (~tremon@83-85-213-108.cable.dynamic.v4.ziggo.nl) (Quit: getting boxed in) |
| 23:47:11 | → | patrl joins (~patrl@user/patrl) |
All times are in UTC on 2023-02-06.