2024/01/09

2024-01-09 03:17:33 +0100 <guest912> Could someone help me understand how the XMonad.StackSet.Stack is organized? I couldn’t get it right by just reading the comment
2024-01-09 03:18:12 +0100 <guest912> Say I have these windows where <X> is a focused window: 1 2 3 4 <5> 6 7 8 9
2024-01-09 03:19:25 +0100 <guest912> I can tell tell “5” goes into “focus”, where do 1..4 and 6..9 go? What goes to up and what goes to down? One of the is reversed, right?
2024-01-09 03:22:36 +0100 <[Leary]> Should be: up = [4,3,2,1]; down = [6,7,8,9]
2024-01-09 03:22:49 +0100 <guest912> Ah, the left is reversed, okay, thanks
2024-01-09 03:23:11 +0100 <guest912> Like first element is closest to the focused one.
2024-01-09 04:47:17 +0100td_(~td@i53870925.versanet.de) (Ping timeout: 240 seconds)
2024-01-09 04:47:35 +0100 <xmonadtrack> New branch created: pull/486 (1 commit) https://github.com/xmonad/xmonad/pull/486
2024-01-09 04:49:22 +0100td_(~td@i53870924.versanet.de)
2024-01-09 04:50:59 +0100thunderrd(~thunderrd@183.182.115.38)
2024-01-09 06:11:23 +0100alp_(~alp@2001:861:e3d6:8f80:f7ce:4acc:831e:1a6e)
2024-01-09 10:56:18 +0100cfricke(~cfricke@user/cfricke)
2024-01-09 11:11:14 +0100guest912(~wenzel@dl45ms8bfzwf5sbwtdsqy-3.rev.dnainternet.fi) (Quit: Leaving)
2024-01-09 11:40:33 +0100de-vri-es(~de-vri-es@voyager.de-vri.es) (Quit: Bathrobe!)
2024-01-09 11:40:47 +0100de-vri-es(~de-vri-es@voyager.de-vri.es)
2024-01-09 12:05:43 +0100de-vri-es(~de-vri-es@voyager.de-vri.es) (Quit: Bathrobe!)
2024-01-09 12:05:54 +0100de-vri-es(~de-vri-es@voyager.de-vri.es)
2024-01-09 15:10:37 +0100cfricke(~cfricke@user/cfricke) (Ping timeout: 246 seconds)
2024-01-09 18:03:10 +0100alp_(~alp@2001:861:e3d6:8f80:f7ce:4acc:831e:1a6e) (Ping timeout: 246 seconds)
2024-01-09 18:07:04 +0100hightower2(~hightower@188-104.dsl.iskon.hr)
2024-01-09 19:44:27 +0100Guest6268(~chomwitt@2a02:587:7a14:a200:227:10ff:fe68:1380)
2024-01-09 19:51:11 +0100 <Guest6268> Hi. Can i have tag-based workspaces in xmonad ?
2024-01-09 19:52:12 +0100 <Guest6268> I mean to attach many tags to a certain window and when i select a tag to see in my monitor all the related windows ?
2024-01-09 20:13:37 +0100 <geekosaur> Not really. You can do various things by tag, but xmonad's notion of workspace is pretty fixed and the closest you can get to tag-based workspaces is `withTaggedGlobal shiftHere`
2024-01-09 20:13:52 +0100 <geekosaur> https://hackage.haskell.org/package/xmonad-contrib-0.17.1/docs/XMonad-Actions-TagWindows.html
2024-01-09 20:15:58 +0100 <Guest6268> hi
2024-01-09 20:16:12 +0100 <Guest6268> thanks for the answer
2024-01-09 20:27:35 +0100 <fizzie> Huh, I've always assumed (from some references) that XMonad.Actions.TopicSpace would do *something* along those lines (including being able to basically have a window be part of several different "topics"), but it appears to be something entirely different.
2024-01-09 20:27:37 +0100 <fizzie> (Maybe I shouldn't make assumptions about what modules do just based on the name...)
2024-01-09 20:41:46 +0100Guest6268(~chomwitt@2a02:587:7a14:a200:227:10ff:fe68:1380) (Remote host closed the connection)
2024-01-09 21:39:12 +0100benin(~benin@183.82.26.6) (Quit: Ping timeout (120 seconds))
2024-01-09 21:39:29 +0100benin(~benin@183.82.26.6)
2024-01-09 22:50:41 +0100ircbrowse_tom(~ircbrowse@2a01:4f8:1c1c:9319::1)
2024-01-09 22:50:43 +0100Server+cnt