| 2024-01-09 02:17:33 +0000 | <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 02:18:12 +0000 | <guest912> | Say I have these windows where <X> is a focused window: 1 2 3 4 <5> 6 7 8 9 |
| 2024-01-09 02:19:25 +0000 | <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 02:22:36 +0000 | <[Leary]> | Should be: up = [4,3,2,1]; down = [6,7,8,9] |
| 2024-01-09 02:22:49 +0000 | <guest912> | Ah, the left is reversed, okay, thanks |
| 2024-01-09 02:23:11 +0000 | <guest912> | Like first element is closest to the focused one. |
| 2024-01-09 03:47:17 +0000 | td_ | (~td@i53870925.versanet.de) (Ping timeout: 240 seconds) |
| 2024-01-09 03:47:35 +0000 | <xmonadtrack> | New branch created: pull/486 (1 commit) https://github.com/xmonad/xmonad/pull/486 |
| 2024-01-09 03:49:22 +0000 | td_ | (~td@i53870924.versanet.de) |
| 2024-01-09 03:50:59 +0000 | thunderrd | (~thunderrd@183.182.115.38) |
| 2024-01-09 05:11:23 +0000 | alp_ | (~alp@2001:861:e3d6:8f80:f7ce:4acc:831e:1a6e) |
| 2024-01-09 09:56:18 +0000 | cfricke | (~cfricke@user/cfricke) |
| 2024-01-09 10:11:14 +0000 | guest912 | (~wenzel@dl45ms8bfzwf5sbwtdsqy-3.rev.dnainternet.fi) (Quit: Leaving) |
| 2024-01-09 10:40:33 +0000 | de-vri-es | (~de-vri-es@voyager.de-vri.es) (Quit: Bathrobe!) |
| 2024-01-09 10:40:47 +0000 | de-vri-es | (~de-vri-es@voyager.de-vri.es) |
| 2024-01-09 11:05:43 +0000 | de-vri-es | (~de-vri-es@voyager.de-vri.es) (Quit: Bathrobe!) |
| 2024-01-09 11:05:54 +0000 | de-vri-es | (~de-vri-es@voyager.de-vri.es) |
| 2024-01-09 14:10:37 +0000 | cfricke | (~cfricke@user/cfricke) (Ping timeout: 246 seconds) |
| 2024-01-09 17:03:10 +0000 | alp_ | (~alp@2001:861:e3d6:8f80:f7ce:4acc:831e:1a6e) (Ping timeout: 246 seconds) |
| 2024-01-09 17:07:04 +0000 | hightower2 | (~hightower@188-104.dsl.iskon.hr) |
| 2024-01-09 18:44:27 +0000 | Guest6268 | (~chomwitt@2a02:587:7a14:a200:227:10ff:fe68:1380) |
| 2024-01-09 18:51:11 +0000 | <Guest6268> | Hi. Can i have tag-based workspaces in xmonad ? |
| 2024-01-09 18:52:12 +0000 | <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 19:13:37 +0000 | <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 19:13:52 +0000 | <geekosaur> | https://hackage.haskell.org/package/xmonad-contrib-0.17.1/docs/XMonad-Actions-TagWindows.html |
| 2024-01-09 19:15:58 +0000 | <Guest6268> | hi |
| 2024-01-09 19:16:12 +0000 | <Guest6268> | thanks for the answer |
| 2024-01-09 19:27:35 +0000 | <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 19:27:37 +0000 | <fizzie> | (Maybe I shouldn't make assumptions about what modules do just based on the name...) |
| 2024-01-09 19:41:46 +0000 | Guest6268 | (~chomwitt@2a02:587:7a14:a200:227:10ff:fe68:1380) (Remote host closed the connection) |
| 2024-01-09 20:39:12 +0000 | benin | (~benin@183.82.26.6) (Quit: Ping timeout (120 seconds)) |
| 2024-01-09 20:39:29 +0000 | benin | (~benin@183.82.26.6) |
| 2024-01-09 21:50:41 +0000 | ircbrowse_tom | (~ircbrowse@2a01:4f8:1c1c:9319::1) |
| 2024-01-09 21:50:43 +0000 | Server | +cnt |
| 2024-01-09 23:30:51 +0000 | <xmonadtrack> | New xmonad-contrib branch created: pull/861 (1 commit) https://github.com/xmonad/xmonad-contrib/pull/861 |