2024/02/06

2024-02-06 00:52:49 +0000Groumf(~Groumf@88-126-10-237.subs.proxad.net) (Quit: Client closed)
2024-02-06 03:16:18 +0000beastwick(~brian@user/beastwick)
2024-02-06 03:18:13 +0000 <beastwick> Hi I am trying to get new windows to open to the right of the master pane. I followed some docs, but no matter what - it seems to have no effect. https://pastebin.com/CEpHuDQJ
2024-02-06 03:18:22 +0000 <beastwick> https://hackage.haskell.org/package/xmonad-contrib-0.16/docs/XMonad-Hooks-InsertPosition.html
2024-02-06 03:18:48 +0000 <beastwick> , manageHook = insertPosition Above Older
2024-02-06 03:38:58 +0000td_(~td@i53870920.versanet.de) (Ping timeout: 264 seconds)
2024-02-06 03:40:42 +0000td_(~td@i53870914.versanet.de)
2024-02-06 04:02:30 +0000ram_man(~hector@73.208.128.108)
2024-02-06 04:12:34 +0000ram_man(~hector@73.208.128.108) (Leaving)
2024-02-06 04:22:28 +0000 <[Leary]> beastwick: That doesn't change how windows are inserted (Above is default), it only stops them from taking focus. Try using `Below` (and perhaps `Newer`).
2024-02-06 07:18:45 +0000todi(~todi@p5dca5fa8.dip0.t-ipconnect.de) (Quit: ZNC - https://znc.in)
2024-02-06 08:07:17 +0000todi(~todi@p5dca5fa8.dip0.t-ipconnect.de)
2024-02-06 14:13:15 +0000Aminautf(~Aminautf@167.172.225.175)
2024-02-06 14:55:09 +0000rekahsoft(~rekahsoft@70.51.99.248)
2024-02-06 15:38:53 +0000 <beastwick> I don't think that had much effect
2024-02-06 15:39:05 +0000 <beastwick> are there any docs that explain xmonad hooks and how to set them up?
2024-02-06 15:40:00 +0000 <liskin> beastwick: https://xmonad.github.io/xmonad-docs/xmonad-contrib-0.18.0.9/XMonad-Doc-Extending.html is probably a good place to start
2024-02-06 15:40:09 +0000 <beastwick> thanks
2024-02-06 16:15:27 +0000 <beastwick> My haskell is always being challenged, lol. How does one pull out an id from an X id? https://pastebin.com/kZYdsWEz
2024-02-06 16:15:46 +0000 <geekosaur> >>= but you have to put it back afterward
2024-02-06 16:16:09 +0000 <beastwick> really?
2024-02-06 16:17:11 +0000 <geekosaur> gets (W.screen . W.current . windowset) >>= toggleWS
2024-02-06 16:17:14 +0000 <geekosaur> and yes, really
2024-02-06 16:17:20 +0000 <geekosaur> @where iotut
2024-02-06 16:17:20 +0000 <lambdabot> https://www.vex.net/~trebla/haskell/IO.xhtml
2024-02-06 16:17:43 +0000 <beastwick> something like (workspacesOn $ withWindowSet $ return . W.screen . W.current) >>= toggleWS?
2024-02-06 16:17:58 +0000 <geekosaur> oh, sorry, missed workspacesOn
2024-02-06 16:18:12 +0000 <geekosaur> withWindowSet needs to be run in X also
2024-02-06 16:18:30 +0000 <beastwick> wow this is confusing :(
2024-02-06 16:18:39 +0000 <beastwick> run in X, means run in the Xmonad program?
2024-02-06 16:18:57 +0000 <geekosaur> in the X monad (that is, its type is X something)
2024-02-06 16:19:07 +0000 <geekosaur> read the iotut I linked
2024-02-06 16:19:15 +0000 <beastwick> is a monad like a container for the X program?
2024-02-06 16:20:09 +0000 <geekosaur> a monad is a program, sort of
2024-02-06 16:21:21 +0000 <beastwick> , ((modMask, xK_p) (gets (workspacesOn (W.screen . W.current . windowset)) >>= toggleWS) sadly complaining about tab character elsewhere in the program after this change
2024-02-06 16:52:00 +0000L29Ah(~L29Ah@wikipedia/L29Ah) ()
2024-02-06 17:02:02 +0000todi(~todi@p5dca5fa8.dip0.t-ipconnect.de) (Quit: ZNC - https://znc.in)
2024-02-06 17:55:22 +0000 <beastwick> hold on, the X I am seeing is referring to Xmonad right?
2024-02-06 17:55:30 +0000 <beastwick> or is that something the compiler is using as a placeholder
2024-02-06 18:09:32 +0000 <geekosaur> X is IO plus xmonad's internal configuration and state
2024-02-06 18:10:11 +0000 <geekosaur> newtype X a = StateT XState (ReaderT XConf IO) a
2024-02-06 18:12:50 +0000L29Ah(~L29Ah@wikipedia/L29Ah)
2024-02-06 18:30:33 +0000immibis_immibis
2024-02-06 19:24:16 +0000todi(~todi@p5dca5fa8.dip0.t-ipconnect.de)
2024-02-06 21:16:35 +0000liskin(~liskin@xmonad/liskin) (Quit: liskin)
2024-02-06 21:27:26 +0000liskin(~liskin@xmonad/liskin)
2024-02-06 21:30:25 +0000Benzi-Junior(~BenziJuni@dsl-149-65-224.hive.is) (Ping timeout: 264 seconds)
2024-02-06 21:30:50 +0000Benzi-Junior(~BenziJuni@88-149-64-222.du.xdsl.is)
2024-02-06 21:40:53 +0000todi(~todi@p5dca5fa8.dip0.t-ipconnect.de) (Quit: ZNC - https://znc.in)
2024-02-06 22:47:51 +0000Guest95(~Guest95@2a02:810b:56c0:3dc4:41ce:d548:3fbd:b0fa)
2024-02-06 22:48:27 +0000Guest95(~Guest95@2a02:810b:56c0:3dc4:41ce:d548:3fbd:b0fa) (Client Quit)
2024-02-06 23:27:55 +0000berberman(~berberman@user/berberman) (Quit: ZNC 1.8.2 - https://znc.in)
2024-02-06 23:28:07 +0000berberman(~berberman@user/berberman)