2023/06/24

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