2023-02-06 00:11:57 +0100 | horzion | (~horzion@ProtonDB/horzion) (Remote host closed the connection) |
2023-02-06 01:28:15 +0100 | thyriaen | (~thyriaen@2a01:aea0:dd4:5074:6245:cbff:fe9f:48b1) (Ping timeout: 260 seconds) |
2023-02-06 02:35:38 +0100 | doppo | (~doppo@2604:180::e0fc:a07f) (Quit: leaving) |
2023-02-06 02:36:37 +0100 | doppo | (~doppo@2604:180::e0fc:a07f) |
2023-02-06 02:37:38 +0100 | doppo | (~doppo@2604:180::e0fc:a07f) (Client Quit) |
2023-02-06 02:40:39 +0100 | doppo | (~doppo@2604:180::e0fc:a07f) |
2023-02-06 04:03:27 +0100 | banc | (banc@gateway/vpn/protonvpn/banc) (Ping timeout: 248 seconds) |
2023-02-06 04:06:08 +0100 | td_ | (~td@i53870931.versanet.de) (Ping timeout: 248 seconds) |
2023-02-06 04:08:07 +0100 | td_ | (~td@i5387093f.versanet.de) |
2023-02-06 04:19:15 +0100 | banc | (banc@gateway/vpn/protonvpn/banc) |
2023-02-06 06:48:47 +0100 | jao | (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Ping timeout: 248 seconds) |
2023-02-06 07:11:49 +0100 | qbt | (~qbt@user/edun) |
2023-02-06 08:17:19 +0100 | qbt | (~qbt@user/edun) (Ping timeout: 248 seconds) |
2023-02-06 08:44:52 +0100 | qbt | (~qbt@user/edun) |
2023-02-06 09:35:56 +0100 | piele | (~piele@tbonesteak.creativeserver.net) |
2023-02-06 09:49:00 +0100 | ft | (~ft@p4fc2a257.dip0.t-ipconnect.de) (Quit: leaving) |
2023-02-06 10:18:00 +0100 | thyriaen | (~thyriaen@2a01:aea0:dd4:5074:6245:cbff:fe9f:48b1) |
2023-02-06 10:41:26 +0100 | thyriaen | (~thyriaen@2a01:aea0:dd4:5074:6245:cbff:fe9f:48b1) (Quit: Leaving) |
2023-02-06 11:39:18 +0100 | escobear | (~gknux@user/galaxy-knuckles/x-3015990) |
2023-02-06 11:39:50 +0100 | gknux | (~gknux@user/galaxy-knuckles/x-3015990) (Ping timeout: 268 seconds) |
2023-02-06 11:41:13 +0100 | escobear | gknux |
2023-02-06 11:51:54 +0100 | patrl | (~patrl@p200300d1473a221e1ddaaf5b554dbea8.dip0.t-ipconnect.de) |
2023-02-06 11:53:41 +0100 | patrl | (~patrl@p200300d1473a221e1ddaaf5b554dbea8.dip0.t-ipconnect.de) (Changing host) |
2023-02-06 11:53:41 +0100 | patrl | (~patrl@user/patrl) |
2023-02-06 11:53:48 +0100 | thyriaen | (~thyriaen@2a01:aea0:dd4:5074:6245:cbff:fe9f:48b1) |
2023-02-06 11:54:29 +0100 | <thyriaen> | Can i set a xprop to every window which is tabbed ? |
2023-02-06 11:54:46 +0100 | unclechu | (~unclechu@2001:470:69fc:105::354) |
2023-02-06 12:15:50 +0100 | patrl | (~patrl@user/patrl) (Ping timeout: 255 seconds) |
2023-02-06 12:16:34 +0100 | patrl | (~patrl@user/patrl) |
2023-02-06 12:21:15 +0100 | kaskal | (~kaskal@089144220250.atnat0029.highway.webapn.at) (Ping timeout: 248 seconds) |
2023-02-06 12:22:49 +0100 | kaskal | (~kaskal@089144220250.atnat0029.highway.webapn.at) |
2023-02-06 12:50:04 +0100 | patrl | (~patrl@user/patrl) (Quit: WeeChat 3.8) |
2023-02-06 13:16:46 +0100 | patrl | (~patrl@user/patrl) |
2023-02-06 14:40:29 +0100 | <geekosaur> | thyriaen, not easily |
2023-02-06 14:55:53 +0100 | <thyriaen> | geekosaur, ok |
2023-02-06 14:58:59 +0100 | qbt | (~qbt@user/edun) (Ping timeout: 252 seconds) |
2023-02-06 15:17:27 +0100 | <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 |
2023-02-06 15:21:56 +0100 | <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 |
2023-02-06 15:21:56 +0100 | <galactic_starfis> | modifier after mine? and what of tab decoration? how can I make this non-visible without using the expensive sendMessage operation? |
2023-02-06 15:27:01 +0100 | <geekosaur> | that's pretty much the only option unless you switch to TabBarDecoration, then you can just overlay it |
2023-02-06 15:27:50 +0100 | <galactic_starfis> | hm, OK, I'll look into that |
2023-02-06 15:29:16 +0100 | <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 |
2023-02-06 15:30:04 +0100 | <geekosaur> | ugh |
2023-02-06 15:32:32 +0100 | <galactic_starfis> | yep |
2023-02-06 15:33:37 +0100 | <galactic_starfis> | is there a way to make the tab decoration always drawn beneath the focuses window? |
2023-02-06 15:34:00 +0100 | <galactic_starfis> | if so, that would greatly simplify my implementation |
2023-02-06 15:34:10 +0100 | <galactic_starfis> | s/focuses/focused/ |
2023-02-06 15:35:40 +0100 | <geekosaur> | not that I've seen; in particular, the tab for the focused window seems to always be drawn above |
2023-02-06 15:38:36 +0100 | <galactic_starfis> | hm... unfortunate |
2023-02-06 15:40:10 +0100 | <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... |
2023-02-06 15:40:33 +0100 | <galactic_starfis> | in the tab decoration module* |
2023-02-06 15:47:15 +0100 | <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 |
2023-02-06 15:48:41 +0100 | <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` |
2023-02-06 15:49:13 +0100 | jao | (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) |
2023-02-06 16:20:15 +0100 | qbt | (~qbt@user/edun) |
2023-02-06 17:00:05 +0100 | Drishal[m] | (~drishalma@2001:470:69fc:105::a36) (Quit: You have been kicked for being idle) |
2023-02-06 17:00:07 +0100 | unclechu | (~unclechu@2001:470:69fc:105::354) (Quit: You have been kicked for being idle) |
2023-02-06 17:18:34 +0100 | <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 |
2023-02-06 17:18:39 +0100 | <xmonadtrack> | New xmonad-contrib branch created: pull/798 (1 commit) https://github.com/xmonad/xmonad-contrib/pull/798 |
2023-02-06 17:18:48 +0100 | unclechu | (~unclechu@2001:470:69fc:105::354) |
2023-02-06 17:45:52 +0100 | qlicztbfwliztcbl | (~qlicztbfw@p20030100070001210c03c69d935b4fa9.dip0.t-ipconnect.de) (Remote host closed the connection) |
2023-02-06 17:46:09 +0100 | qlicztbfwliztcbl | (~qlicztbfw@p20030100070001210c03c69d935b4fa9.dip0.t-ipconnect.de) |
2023-02-06 17:59:29 +0100 | qbt | (~qbt@user/edun) (Ping timeout: 246 seconds) |
2023-02-06 18:02:23 +0100 | werneta | (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (Read error: Connection reset by peer) |
2023-02-06 18:17:14 +0100 | <patrl> | ls |
2023-02-06 18:17:17 +0100 | patrl | (~patrl@user/patrl) (WeeChat 3.8) |
2023-02-06 18:17:40 +0100 | patrl | (~patrl@user/patrl) |
2023-02-06 18:24:59 +0100 | <geekosaur> | window? |
2023-02-06 18:45:31 +0100 | werneta | (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) |
2023-02-06 18:51:56 +0100 | patrl | (~patrl@user/patrl) (Ping timeout: 246 seconds) |
2023-02-06 18:52:07 +0100 | <thyriaen> | ls -la |
2023-02-06 19:19:09 +0100 | qlicztbfwliztcbl | (~qlicztbfw@p20030100070001210c03c69d935b4fa9.dip0.t-ipconnect.de) (Remote host closed the connection) |
2023-02-06 19:19:27 +0100 | qlicztbfwliztcbl | (~qlicztbfw@p20030100070001210c03c69d935b4fa9.dip0.t-ipconnect.de) |
2023-02-06 19:53:04 +0100 | tremon | (~tremon@83-85-213-108.cable.dynamic.v4.ziggo.nl) |
2023-02-06 21:11:21 +0100 | werneta | (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (Remote host closed the connection) |
2023-02-06 21:27:11 +0100 | jadey[m] | (~jade1024m@2001:470:69fc:105::2:d68a) () |
2023-02-06 21:52:50 +0100 | werneta | (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) |
2023-02-06 21:53:20 +0100 | <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 |
2023-02-06 22:38:48 +0100 | ft | (~ft@p4fc2a257.dip0.t-ipconnect.de) |
2023-02-06 22:50:05 +0100 | Forkk_ | (~forkk@li926-228.members.linode.com) |
2023-02-06 22:51:03 +0100 | avalan | (~dweller@178.62.146.60) |
2023-02-06 22:56:28 +0100 | alicecandyOM[m] | (~alicecand@2001:470:69fc:105::2:d7a7) (*.net *.split) |
2023-02-06 22:56:28 +0100 | sanalMakina[m] | (~sanalmaki@2001:470:69fc:105::2:fe9f) (*.net *.split) |
2023-02-06 22:56:28 +0100 | Forkk | (~forkk@li926-228.members.linode.com) (*.net *.split) |
2023-02-06 22:56:28 +0100 | belowdecent[m]1 | (~belowdece@2001:470:69fc:105::2:f47c) (*.net *.split) |
2023-02-06 22:56:28 +0100 | trixthethird[m] | (~trixtheth@2001:470:69fc:105::2:efe8) (*.net *.split) |
2023-02-06 22:56:28 +0100 | Tisoxin | (~ikosit@user/ikosit) (*.net *.split) |
2023-02-06 22:56:28 +0100 | qbit_m | (~qbittapen@2001:470:69fc:105::194) (*.net *.split) |
2023-02-06 22:56:28 +0100 | nexilva[m] | (~nexilvama@2001:470:69fc:105::2:cf52) (*.net *.split) |
2023-02-06 22:56:28 +0100 | dweller | (~dweller@178.62.146.60) (*.net *.split) |
2023-02-06 23:03:03 +0100 | qbit_m | (~qbittapen@2001:470:69fc:105::194) |
2023-02-06 23:04:01 +0100 | trixthethird[m] | (~trixtheth@2001:470:69fc:105::2:efe8) |
2023-02-06 23:04:49 +0100 | nexilva[m] | (~nexilvama@2001:470:69fc:105::2:cf52) |
2023-02-06 23:05:02 +0100 | Tisoxin | (~ikosit@user/ikosit) |
2023-02-06 23:06:36 +0100 | sanalMakina[m] | (~sanalmaki@2001:470:69fc:105::2:fe9f) |
2023-02-06 23:07:38 +0100 | belowdecent[m]1 | (~belowdece@2001:470:69fc:105::2:f47c) |
2023-02-06 23:09:14 +0100 | alicecandyOM[m] | (~alicecand@2001:470:69fc:105::2:d7a7) |
2023-02-06 23:26:59 +0100 | werneta | (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (Remote host closed the connection) |
2023-02-06 23:44:35 +0100 | werneta | (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) |