Home liberachat/#xmonad: Logs Calendar

Logs: liberachat/#xmonad

←Prev  Next→
Page 1 .. 974 975 976 977 978 979 980 981 982 983 984 .. 1850
185,000 events total
2022-12-03 22:26:52 <geekosaur> https://paste.tomsmeding.com/r79wV1vi
2022-12-03 22:27:18 <thyriaen> geekosaur, what did you change ?
2022-12-03 22:27:30 <geekosaur> with this, .xsession-errors should contain a dump of the workspace stacks after you move a window
2022-12-03 22:28:10 <geekosaur> I imported XMonad.Hooks.DebugStack and added `>> debugStackFull` to the sequence executed for mod-shift-w / mod-shift-r
2022-12-03 22:28:30 <thyriaen> ok
2022-12-03 22:31:38 <thyriaen> now everything is broekn
2022-12-03 22:32:18 <thyriaen> https://paste.tomsmeding.com/EQXhymzO
2022-12-03 22:37:01 <geekosaur> "broken"? aside from apparently debugWindow isn't handling UTF8 propeerly
2022-12-03 22:37:31 <thyriaen> geekosaur, some graphix issues with tabs
2022-12-03 22:38:43 jao joins (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net)
2022-12-03 22:38:43 <geekosaur> I can't even tell which window you moved, but the utf8 error is preventing me from seeing more than one window on a workspace anyway
2022-12-03 22:39:40 <geekosaur> I think that top window is thye same on all workspaces though, which suggests it's both floating and `copyToAll`-ed
2022-12-03 22:39:59 <geekosaur> (since the latter doesn't work well without the former)
2022-12-03 22:41:09 <thyriaen> i don't understand
2022-12-03 22:45:26 <geekosaur> most of the workspaces have the same window on top, 0x02e00002 "Ihre Bestellung bei …"
2022-12-03 22:57:08 <thyriaen> geekosaur can you copy my config and try to reproduce it ?
2022-12-03 23:01:50 <geekosaur> not sure that would work since I'd also need a bunch of programs you use
2022-12-03 23:02:12 <geekosaur> I am not seeing how you get the same window on top of every workspace without using CopyWindow
2022-12-03 23:02:31 <geekosaur> are you sure this is the actual config you're running?
2022-12-03 23:03:06 <thyriaen> geekosaur, it works with all my windows
2022-12-03 23:03:28 <thyriaen> geekosaur, yea but i don't know about that same window thing
2022-12-03 23:03:39 <thyriaen> all workspaces have different windows and no "Bestellung.."
2022-12-03 23:06:26 <geekosaur> oh, it's reshowing workspace "1_3"
2022-12-03 23:06:42 <geekosaur> this sounds like your StackSet is somehow all messed up; there should be no duplicates
2022-12-03 23:07:34 <geekosaur> hm, no, it's multiple runs isn't it? you tried it multiple times before sending the log?
2022-12-03 23:07:37 <thyriaen> geekosaur, do you know whats going on ?
2022-12-03 23:07:52 <thyriaen> geekosaur, yeath - i now deleted xessionerrors
2022-12-03 23:07:55 <thyriaen> and tried again
2022-12-03 23:08:17 <thyriaen> but the file doesn't appear
2022-12-03 23:08:45 <geekosaur> you can;t delete it while the session is running, it'll just send all output to the bitbucket
2022-12-03 23:08:50 <geekosaur> have to log out and back in
2022-12-03 23:08:55 <thyriaen> ah ok
2022-12-03 23:08:55 <thyriaen> brb
2022-12-03 23:08:57 × thyriaen quits (~thyriaen@2a01:aea0:dd4:470d:6245:cbff:fe9f:48b1) (Quit: Leaving)
2022-12-03 23:10:41 thyriaen joins (~thyriaen@2a01:aea0:dd4:470d:6245:cbff:fe9f:48b1)
2022-12-03 23:11:34 <thyriaen> https://paste.tomsmeding.com/0ld5egeU
2022-12-03 23:14:39 <geekosaur> well, that looks saner at least. which window(s) did you move?
2022-12-03 23:16:30 <thyriaen> all 3
2022-12-03 23:16:40 <thyriaen> first i moved a terminal "under" chrome
2022-12-03 23:16:44 <thyriaen> should be above but it didn't
2022-12-03 23:16:53 <thyriaen> and then i moved hexchat under both
2022-12-03 23:19:47 <geekosaur> hm, is there some reason you are using StateFull? because as I read its description, it sounds like it is doing this
2022-12-03 23:20:17 <geekosaur> "FocusTracking simply holds onto the last true focus it was given and continues to use it as the focus for the transformed layout until it sees another."
2022-12-03 23:20:43 <geekosaur> it may not have been tested with multiscreen configs
2022-12-03 23:21:11 × chomwitt quits (~chomwitt@2a02:587:7a0c:6a00:1ac0:4dff:fedb:a3f1) (Ping timeout: 246 seconds)
2022-12-03 23:21:37 <thyriaen> geekosaur, if i remove statefull "focustracking" in my layout does not get recoginzed
2022-12-03 23:21:59 <geekosaur> exactly
2022-12-03 23:22:10 <geekosaur> FocusTracking is what is causing this, from the looks of it
2022-12-03 23:22:22 <thyriaen> geekosaur, i think i needed it
2022-12-03 23:22:24 <geekosaur> and from its description
2022-12-03 23:22:26 <thyriaen> because when i close a window
2022-12-03 23:22:31 <thyriaen> a strange window got focus
2022-12-03 23:22:46 <thyriaen> and i wanted that the last window gets focus which had focus before i closed the window
2022-12-03 23:22:49 <thyriaen> something along those lines
2022-12-03 23:23:20 <geekosaur> but it is also making sure that the focus on the other monitor doesn't change, which pushes the shifted window under the focused window
2022-12-03 23:23:57 <thyriaen> geekosaur, ok how to fix it ?
2022-12-03 23:28:41 <geekosaur> ?? I have no idea. Like I said, it may not have been tested in multi-screen environments
2022-12-03 23:28:41 <lambdabot> I have no idea. Like I said, it may not have been tested in multi-screen environments
2022-12-03 23:28:49 <geekosaur> oy
2022-12-03 23:29:14 <thyriaen> ok
2022-12-03 23:29:41 <thyriaen> so i guess have to remove focustracking
2022-12-03 23:31:05 <geekosaur> [Leary] might have an idea, it's their module
2022-12-03 23:31:48 <geekosaur> if it starts working without that then you have proof that it's the problem, but if the deocumentation is correct then it seems very likely that's it
2022-12-03 23:32:08 <thyriaen> geekosaur, removing focustracking fixes it
2022-12-03 23:51:59 minnie joins (~minnie@159.196.202.199)
2022-12-04 00:07:13 × thyriaen quits (~thyriaen@2a01:aea0:dd4:470d:6245:cbff:fe9f:48b1) (Quit: Leaving)
2022-12-04 00:33:20 <AskYourself[m]> I'm getting some strange behaviour. I have a master and stack layout and 3 monitors. When the stack is one window everything works as expected. But if the stack is split into multiple windows then I can't navigate into it. Could someone tell me what's off with my config here?... (full message at <https://libera.ems.host/_matrix/media/v3/download/libera.chat/3b9e8fd33a7b228d8770a8163028ad5f7efc2fdc>)
2022-12-04 00:42:13 <geekosaur> you're missing some information there, like how you have Navigation2D configured
2022-12-04 00:42:29 <geekosaur> (for that matter I had to track down windowGo to find out you were even using that)
2022-12-04 00:44:06 <AskYourself[m]> Is there something else I should than windowGo?
2022-12-04 00:44:22 <AskYourself[m]> * Is there something else I should be using than windowGo?
2022-12-04 00:45:21 <[Leary]> AskYourself[m]: It's probably `lineNavigation` not working with spacing, as is mentioned in the docs. You'll be wanting `sideNavigation`.
2022-12-04 01:01:46 <AskYourself[m]> Hmm. It's odd. That does seem to be the issue.
2022-12-04 01:02:22 <AskYourself[m]> It's like it draws a line to the right from the middle and since there is a space it hits nothing. With odd numbers of windos (when the middle of the stack is a window instead of space) it works.
2022-12-04 01:02:39 <AskYourself[m]> But I still get this behaviour after switching to side navigation.
2022-12-04 01:03:38 <AskYourself[m]> Ass I should be adding is this?... (full message at <https://libera.ems.host/_matrix/media/v3/download/libera.chat/cc00bb0dcce8f92bd467b97abbc192aee51bd5a5>)
2022-12-04 01:03:47 <AskYourself[m]> * All I should be adding is this?... (full message at <https://libera.ems.host/_matrix/media/v3/download/libera.chat/e1949d24e2feb0428db258138d6871ee149a1cbc>)
2022-12-04 01:04:08 <AskYourself[m]> s/windos/windows/
2022-12-04 01:08:07 <[Leary]> AskYourself[m]: https://hackage.haskell.org/package/xmonad-contrib-0.17.1/docs/XMonad-Actions-Navigation2D.html#t:Navigation2DConfig
2022-12-04 01:08:26 <[Leary]> Note the documentation for each field. screenNavigation isn't the field you want.
2022-12-04 01:11:04 <AskYourself[m]> Oh wtf I'm dumb.
2022-12-04 01:11:05 <AskYourself[m]> Thank you.
2022-12-04 01:34:07 × jao quits (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Ping timeout: 252 seconds)
2022-12-04 02:00:14 <xmonadtrack> New xmonad-contrib branch created: pull/783 (1 commit) https://github.com/xmonad/xmonad-contrib/pull/783
2022-12-04 02:02:22 <[Leary]> geekosaur: ^
2022-12-04 02:03:18 <geekosaur[m]> Saw it, but I'm heading to bed
2022-12-04 02:04:18 <[Leary]> All good, there's no rush.
2022-12-04 02:04:20 <geekosaur[m]> In any case I think thyriaen wants to see it
2022-12-04 02:08:20 exordiri_ joins (~ex@76.202.115.164)
2022-12-04 02:59:54 × rekahsoft quits (~rekahsoft@bras-base-wdston4533w-grc-02-142-113-160-156.dsl.bell.ca) (Ping timeout: 256 seconds)
2022-12-04 03:03:48 × banc quits (banc@gateway/vpn/protonvpn/banc) (Ping timeout: 248 seconds)
2022-12-04 03:24:29 banc joins (banc@gateway/vpn/protonvpn/banc)
2022-12-04 03:49:46 × td_ quits (~td@83.135.9.32) (Ping timeout: 256 seconds)
2022-12-04 03:51:22 td_ joins (~td@83.135.9.35)
2022-12-04 04:00:01 × haasn quits (~nand@haasn.dev) (Quit: ZNC 1.7.5+deb4 - https://znc.in)
2022-12-04 04:01:21 haasn joins (~nand@haasn.dev)
2022-12-04 04:03:06 × td_ quits (~td@83.135.9.35) (Ping timeout: 268 seconds)
2022-12-04 04:04:43 td_ joins (~td@83.135.9.35)
2022-12-04 04:51:00 × td_ quits (~td@83.135.9.35) (Ping timeout: 248 seconds)
2022-12-04 05:02:32 td_ joins (~td@2001:9e8:19c5:b000:8490:da8:cd63:68ca)

All times are in UTC.