| 2023-06-24 01:34:29 +0000 | jusa | (~jusa@kraa.fi) (Server closed connection) |
| 2023-06-24 01:34:51 +0000 | jusa | (~jusa@kraa.fi) |
| 2023-06-24 02:04:14 +0000 | incertia | (~incertia@209.122.71.127) (Ping timeout: 258 seconds) |
| 2023-06-24 02:32:42 +0000 | td_ | (~td@i53870905.versanet.de) (Ping timeout: 245 seconds) |
| 2023-06-24 02:34:48 +0000 | td_ | (~td@i5387092D.versanet.de) |
| 2023-06-24 04:02:34 +0000 | werneta | (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) |
| 2023-06-24 07:14:58 +0000 | werneta | (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (Ping timeout: 250 seconds) |
| 2023-06-24 07:16:57 +0000 | werneta | (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) |
| 2023-06-24 08:19:47 +0000 | liskin[m] | (~liskinmat@2001:470:69fc:105::768) (Server closed connection) |
| 2023-06-24 08:19:59 +0000 | liskin[m] | (~liskinmat@2001:470:69fc:105::768) |
| 2023-06-24 09:12:56 +0000 | unclechu | (~unclechu@2001:470:69fc:105::354) (Remote host closed the connection) |
| 2023-06-24 09:44:11 +0000 | thyriaen | (~thyriaen@91.197.68.146) |
| 2023-06-24 09:53:59 +0000 | <thyriaen> | https://ibb.co/RhHpzHC my tab when selected is on a "higher" layer than when it is not selected. i would like the shadow with picom being drawn under the main window, thus the tab should be on a lower layer i assume - is it possible to change this behavior ? |
| 2023-06-24 09:54:17 +0000 | unclechu | (~unclechu@2001:470:69fc:105::354) |
| 2023-06-24 12:25:45 +0000 | <geekosaur> | not without editing picom |
| 2023-06-24 12:36:46 +0000 | thyriaen | (~thyriaen@91.197.68.146) (Remote host closed the connection) |
| 2023-06-24 12:37:09 +0000 | thyriaen | (~thyriaen@91.197.68.146) |
| 2023-06-24 12:37:33 +0000 | <thyriaen> | geekosaur, ok thanks |
| 2023-06-24 12:38:22 +0000 | <thyriaen> | geekosaur, is it possible to introduce a small gap between the tabs and the main window ? ( horizontally it should still be the same width as the window it is "attached" to |
| 2023-06-24 12:38:24 +0000 | <geekosaur> | picom doesn't know that tabs are related to windows, and there's no defined protocol to tell it so |
| 2023-06-24 12:38:53 +0000 | <geekosaur> | I think there's a way to use X.L.Spacing to do that but it's tricky |
| 2023-06-24 12:38:54 +0000 | <thyriaen> | geekosaur, i understand, but for example the not selected tabs are on the same layer as the main window |
| 2023-06-24 12:39:10 +0000 | <thyriaen> | so the shadow goes below both |
| 2023-06-24 12:39:20 +0000 | <thyriaen> | but when the tab is "selected" it goes above the window |
| 2023-06-24 12:39:43 +0000 | <thyriaen> | geekosaur, maybe i can use gaps ? |
| 2023-06-24 12:40:11 +0000 | <geekosaur> | gaps are how struts are implemented;p they're outside all windows including tabs, at the edges of the screen |
| 2023-06-24 12:40:42 +0000 | <thyriaen> | https://hastebin.com/share/lekironope.lua |
| 2023-06-24 12:41:16 +0000 | <thyriaen> | i ment spacingraw |
| 2023-06-24 12:41:31 +0000 | <thyriaen> | i used to wrongly before and thus there was a space between the tabs and the window |
| 2023-06-24 12:41:45 +0000 | <thyriaen> | but it was also not full width |
| 2023-06-24 12:42:18 +0000 | <geekosaur> | that's configurable. currently you have (for example) 8 everywhere, meaning all sides |
| 2023-06-24 12:42:31 +0000 | <geekosaur> | so just specify 8 for the top and not left or right |
| 2023-06-24 12:42:54 +0000 | <geekosaur> | on the one for windows as opposed to screen borders |
| 2023-06-24 12:43:16 +0000 | <geekosaur> | (iirc the second set of numbers is the screen border, so that's where you want `8 0 0 0` |
| 2023-06-24 12:43:17 +0000 | <geekosaur> | ) |
| 2023-06-24 12:44:06 +0000 | <thyriaen> | i see |
| 2023-06-24 12:44:27 +0000 | <thyriaen> | im not sure |
| 2023-06-24 12:44:47 +0000 | <thyriaen> | i think it has to do where you add the tabs |
| 2023-06-24 12:44:58 +0000 | <geekosaur> | you'll have to play with it but I think the numbers are top-bottom-left-right, the first set is between windows, the second set around all windows |
| 2023-06-24 12:44:58 +0000 | <thyriaen> | it has to do with the order of when you apply the gabs |
| 2023-06-24 12:45:07 +0000 | <geekosaur> | yes, that too |
| 2023-06-24 12:45:34 +0000 | <geekosaur> | like I said, it's tricky. and I don't remember what worked. (I don't use spacing) |
| 2023-06-24 12:45:42 +0000 | <thyriaen> | :p |
| 2023-06-24 12:46:00 +0000 | <thyriaen> | ok thanks |
| 2023-06-24 12:46:14 +0000 | <geekosaur> | I *think* you want addTabs, then spacingRaw, then the rest of your layout |
| 2023-06-24 12:46:35 +0000 | <thyriaen> | if it really is impossible to make the highlighted tab lower |
| 2023-06-24 12:46:48 +0000 | <thyriaen> | i think the best looking option is to make a small gap so the shadow doesn't overlap |
| 2023-06-24 12:47:14 +0000 | <thyriaen> | thanks for your help |
| 2023-06-24 14:05:30 +0000 | thyriaen | (~thyriaen@91.197.68.146) (Remote host closed the connection) |
| 2023-06-24 15:50:07 +0000 | geekosaur[m] | (~geekosaur@xmonad/geekosaur) (Server closed connection) |
| 2023-06-24 15:50:59 +0000 | geekosaur[m] | (~geekosaur@xmonad/geekosaur) |
| 2023-06-24 16:02:10 +0000 | unclechu | (~unclechu@2001:470:69fc:105::354) (Remote host closed the connection) |
| 2023-06-24 18:33:29 +0000 | hightower2 | (~hightower@235-11.dsl.iskon.hr) (Ping timeout: 246 seconds) |
| 2023-06-24 22:44:36 +0000 | hightower2 | (~hightower@85.94.71.188) |