Home liberachat/#xmonad: Logs Calendar

Logs: liberachat/#xmonad

←Prev  Next→ 184,982 events total
2023-02-05 17:25:29 <thyriaen> geekosaur, welcome back
2023-02-05 17:25:43 <thyriaen> in another layout i have 2 windows
2023-02-05 17:25:58 <thyriaen> geekosaur, https://paste.tomsmeding.com/5qIxWPme
2023-02-05 17:44:35 <liskin> mc47: :-D
2023-02-05 17:45:13 <liskin> mc47: yeah but this time I wouldn't even try :-D
2023-02-05 18:01:33 Solid[m] joins (~slot-matr@2001:470:69fc:105::1:a84)
2023-02-05 18:01:51 <Solid> that just means even less stress :>
2023-02-05 18:28:17 <liskin> That's my motto these days
2023-02-05 18:28:22 ectospasm joins (~ectospasm@user/ectospasm)
2023-02-05 20:25:15 <mc47> Anyone has an idea what could cause this error? X Error of failed request: BadDrawable (invalid Pixmap or Window parameter)
2023-02-05 20:25:56 <mc47> xmobar throws it occasionally when it's restarted with dynamicSBs
2023-02-05 20:26:13 HAL[m]1 joins (~evadk8mat@2001:470:69fc:105::3ed0)
2023-02-05 20:26:20 <geekosaur> o.O
2023-02-05 20:27:20 <geekosaur> I have several ideas of what might cause it, but don't know the xmobar source well enough to say which one(s) might be relevant
2023-02-05 20:27:40 qlicztbfwliztcbl joins (~qlicztbfw@p20030100070001210c03c69d935b4fa9.dip0.t-ipconnect.de)
2023-02-05 20:31:18 × piele_ quits (~piele@tbonesteak.creativeserver.net) (Ping timeout: 268 seconds)
2023-02-05 20:41:37 <thyriaen> geekosaur, could you explain how the spawcingRaw works ? how can i introduce a spacing betwwen my tabs and the window in my given config ?
2023-02-05 20:43:11 <geekosaur> the first (Border u d l r) specifies the border between windows and the edge of the screen rectangle (which for addTabs has been reduced by the size of the tab area at the top (or bottom for addTabsBottom))
2023-02-05 20:44:28 <geekosaur> sorry, u d r l
2023-02-05 20:44:40 <geekosaur> or t b r l if you prefer
2023-02-05 20:44:57 <thyriaen> so
2023-02-05 20:45:13 <geekosaur> is what you have not introducing a border at the top?
2023-02-05 20:45:28 <thyriaen> i have a border all around the window
2023-02-05 20:45:34 <thyriaen> and then a tab on top of that
2023-02-05 20:45:39 <geekosaur> (note you need to mod-shift-space if you change the numbers only, because that doesn't change the type)
2023-02-05 20:45:40 <thyriaen> and then a space to the screen edge
2023-02-05 20:45:59 <geekosaur> oh, hm. not supposed to work that way
2023-02-05 20:46:11 <thyriaen> check out my config
2023-02-05 20:46:24 <thyriaen> https://paste.tomsmeding.com/qL4WlGxC
2023-02-05 20:46:48 <thyriaen> i just don't know how to add an additional spacing between the tabs and the window
2023-02-05 20:50:20 <geekosaur> this looks correct to me. I'm surprised it doesn't work.
2023-02-05 21:02:06 <geekosaur> poking locally
2023-02-05 21:02:50 <geekosaur> interesting. same behavior here
2023-02-05 21:21:53 <thyriaen> geekosaur, oh
2023-02-05 21:21:59 <thyriaen> i thought it is the expected behavior
2023-02-05 21:22:22 <geekosaur> I have something ugly that seems to work
2023-02-05 21:24:20 <geekosaur> https://paste.tomsmeding.com/pQz2yt3d then play with the numbers (the sublayout doesn't know the tab bar is there and will happily overlay it)
2023-02-05 21:24:48 <geekosaur> ignore the "onWorkspace" part, I did this on one of my spare workspaces
2023-02-05 21:25:07 <thyriaen> wait
2023-02-05 21:25:22 <thyriaen> i can define specific layouts on specific workspaces ?
2023-02-05 21:25:25 <thyriaen> that is awesome !
2023-02-05 21:25:38 <thyriaen> geekosaur, what is tabBar ?
2023-02-05 21:25:39 <geekosaur> https://github.com/geekosaur/xmonad.hs/blob/skkukuk/xmonad.hs
2023-02-05 21:25:51 <geekosaur> it's from XMonad.Layout.TabBarDecoration
2023-02-05 21:27:02 <thyriaen> what does id and top do ?
2023-02-05 21:27:55 <thyriaen> but yes very ugly
2023-02-05 21:28:19 <geekosaur> id` is just so I can keep hlint from whining about how I define my layouts. you can leave it out completely, it does nothing except silence a warning about an unnecessary use of ($)
2023-02-05 21:28:34 <geekosaur> `Top` tells it where to put the tab bar (the other choice is `Bottom`)
2023-02-05 21:30:36 <thyriaen> why don't you use tabbed ?
2023-02-05 21:31:24 <thyriaen> if i use your version
2023-02-05 21:31:27 <thyriaen> it doesn't work at all
2023-02-05 21:33:45 <thyriaen> it basically removes the top gap completely for me
2023-02-05 21:34:44 <geekosaur> you need to adjust the numbers because they ignore the presence of the tab bar. you'll just have to play with it until you get the spacing you want
2023-02-05 21:34:54 <thyriaen> ah okay
2023-02-05 21:34:56 <geekosaur> press mod-shift-space after mod-q
2023-02-05 21:35:19 <geekosaur> when I started out with your numbers the windows actually painted over the tab bar here
2023-02-05 21:36:24 <geekosaur> that's why I bumped the "top" border to 16, which got me https://imgur.com/W47KWNt.png
2023-02-05 21:36:56 <geekosaur> (very narrow gap at the top since most of the space is taken up by the tab bar, but you can see a few stars from the background if you look closely)
2023-02-05 21:37:15 <thyriaen> ah okay
2023-02-05 21:37:35 <thyriaen> so then i should add another gap around if i want it above the tabs aswell
2023-02-05 21:37:52 <geekosaur> yes
2023-02-05 21:39:52 <thyriaen> ok thanks
2023-02-05 21:41:34 <geekosaur> remember that if you change some numbers and mod-q, you have to mod-shift-space to reload the layout because its type didn't change
2023-02-05 21:43:34 <thyriaen> geekosaur, i think i don't have the mod shift space bind anymore - what is its default bind ?
2023-02-05 21:44:23 <geekosaur> `asks (layoutHook . config) >>= setLayout`
2023-02-05 22:22:06 horzion joins (~horzion@ProtonDB/horzion)
2023-02-05 22:24:20 × mc47 quits (~mc47@xmonad/TheMC47) (Remote host closed the connection)
2023-02-05 23:11:57 × horzion quits (~horzion@ProtonDB/horzion) (Remote host closed the connection)
2023-02-06 00:28:15 × thyriaen quits (~thyriaen@2a01:aea0:dd4:5074:6245:cbff:fe9f:48b1) (Ping timeout: 260 seconds)
2023-02-06 01:35:38 × doppo quits (~doppo@2604:180::e0fc:a07f) (Quit: leaving)
2023-02-06 01:36:37 doppo joins (~doppo@2604:180::e0fc:a07f)
2023-02-06 01:37:38 × doppo quits (~doppo@2604:180::e0fc:a07f) (Client Quit)
2023-02-06 01:40:39 doppo joins (~doppo@2604:180::e0fc:a07f)
2023-02-06 03:03:27 × banc quits (banc@gateway/vpn/protonvpn/banc) (Ping timeout: 248 seconds)
2023-02-06 03:06:08 × td_ quits (~td@i53870931.versanet.de) (Ping timeout: 248 seconds)
2023-02-06 03:08:07 td_ joins (~td@i5387093f.versanet.de)
2023-02-06 03:19:15 banc joins (banc@gateway/vpn/protonvpn/banc)
2023-02-06 05:48:47 × jao quits (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Ping timeout: 248 seconds)
2023-02-06 06:11:49 qbt joins (~qbt@user/edun)
2023-02-06 07:17:19 × qbt quits (~qbt@user/edun) (Ping timeout: 248 seconds)
2023-02-06 07:44:52 qbt joins (~qbt@user/edun)
2023-02-06 08:35:56 piele joins (~piele@tbonesteak.creativeserver.net)
2023-02-06 08:49:00 × ft quits (~ft@p4fc2a257.dip0.t-ipconnect.de) (Quit: leaving)
2023-02-06 09:18:00 thyriaen joins (~thyriaen@2a01:aea0:dd4:5074:6245:cbff:fe9f:48b1)
2023-02-06 09:41:26 × thyriaen quits (~thyriaen@2a01:aea0:dd4:5074:6245:cbff:fe9f:48b1) (Quit: Leaving)
2023-02-06 10:39:18 escobear joins (~gknux@user/galaxy-knuckles/x-3015990)
2023-02-06 10:39:50 × gknux quits (~gknux@user/galaxy-knuckles/x-3015990) (Ping timeout: 268 seconds)
2023-02-06 10:41:13 escobear is now known as gknux
2023-02-06 10:51:54 patrl joins (~patrl@p200300d1473a221e1ddaaf5b554dbea8.dip0.t-ipconnect.de)
2023-02-06 10:53:41 × patrl quits (~patrl@p200300d1473a221e1ddaaf5b554dbea8.dip0.t-ipconnect.de) (Changing host)
2023-02-06 10:53:41 patrl joins (~patrl@user/patrl)
2023-02-06 10:53:48 thyriaen joins (~thyriaen@2a01:aea0:dd4:5074:6245:cbff:fe9f:48b1)
2023-02-06 10:54:29 <thyriaen> Can i set a xprop to every window which is tabbed ?
2023-02-06 10:54:46 unclechu joins (~unclechu@2001:470:69fc:105::354)
2023-02-06 11:15:50 × patrl quits (~patrl@user/patrl) (Ping timeout: 255 seconds)
2023-02-06 11:16:34 patrl joins (~patrl@user/patrl)
2023-02-06 11:21:15 × kaskal quits (~kaskal@089144220250.atnat0029.highway.webapn.at) (Ping timeout: 248 seconds)
2023-02-06 11:22:49 kaskal joins (~kaskal@089144220250.atnat0029.highway.webapn.at)
2023-02-06 11:50:04 × patrl quits (~patrl@user/patrl) (Quit: WeeChat 3.8)
2023-02-06 12:16:46 patrl joins (~patrl@user/patrl)

All times are in UTC.