2025/10/13

2025-10-13 00:35:28 +0200Enrico63(~Enrico63@2a0b:e541:10d0:0:9efc:e8ff:fe24:3213) (Quit: Client closed)
2025-10-13 00:43:02 +0200Natch(~natch@c-92-34-15-120.bbcust.telenor.se) (Ping timeout: 256 seconds)
2025-10-13 01:17:46 +0200Natch(~natch@c-92-34-15-120.bbcust.telenor.se)
2025-10-13 02:20:42 +0200Leary(~Leary@user/Leary/x-0910699) Leary
2025-10-13 02:59:16 +0200OftenFaded(~OftenFade@user/tisktisk) (Quit: OftenFaded)
2025-10-13 03:03:17 +0200rekahsoft(~rekahsoft@70.51.99.245) (Ping timeout: 260 seconds)
2025-10-13 03:14:01 +0200lambdabot(~lambdabot@haskell/bot/lambdabot) (Ping timeout: 256 seconds)
2025-10-13 03:14:01 +0200ml|(~ml|@user/ml/x-5298235) (Ping timeout: 256 seconds)
2025-10-13 03:14:31 +0200ml|(~ml|@user/ml/x-5298235) ml|
2025-10-13 03:15:02 +0200lambdabot(~lambdabot@haskell/bot/lambdabot) lambdabot
2025-10-13 03:16:18 +0200deebo_(~globe@stonebay32.com) treetip
2025-10-13 03:17:36 +0200deebo(~globe@stonebay32.com) (Ping timeout: 246 seconds)
2025-10-13 04:36:37 +0200td_(~td@i53870922.versanet.de) (Ping timeout: 260 seconds)
2025-10-13 04:38:10 +0200td_(~td@i53870910.versanet.de) td_
2025-10-13 04:43:10 +0200 <haskellbridge> <Nexilva> " , ("M3-2", namedScratchpadAction scratchpads "cool-retro-term") -- Caps Lock+2: Retro terminal" I have bound M3-2 to cool-retro-term. I can launch cool-retro-term from the command line, no errors are given. But when I try to launch it via xmonad's named scratchpad, nothing happens. I get no console and no errors.
2025-10-13 04:43:32 +0200 <haskellbridge> <Nexilva> " -- M3 = Hyper (Caps Lock)" M3 is my capslock key
2025-10-13 04:44:15 +0200 <haskellbridge> <Nexilva> " , ("M3-1", namedScratchpadAction scratchpads "pavucontrol") -- Caps Lock+1: Sound control" this works, so I know my capslock is mapped to Hyper
2025-10-13 04:44:46 +0200 <haskellbridge> <Nexilva> What can I do?
2025-10-13 04:53:28 +0200 <haskellbridge> <Nexilva> "NS "cool-retro-term" " I had accidentally called it 'crt'. Now it works.
2025-10-13 05:03:33 +0200mvk(~mvk@2607:fea8:5c9d:ee00::3da2) mvk
2025-10-13 05:03:34 +0200mvk(~mvk@2607:fea8:5c9d:ee00::3da2) (Client Quit)
2025-10-13 06:31:25 +0200 <haskellbridge> <dpn> TIL about scratchpads
2025-10-13 06:36:04 +0200redgloboli(~redglobol@user/redgloboli) (Quit: ...enter the matrix...)
2025-10-13 06:37:42 +0200redgloboli(~redglobol@user/redgloboli) redgloboli
2025-10-13 09:03:08 +0200Enrico63(~Enrico63@2a0b:e541:10d0:0:9efc:e8ff:fe24:3213) Enrico63
2025-10-13 09:15:41 +0200Solid(~slot@xmonad/slotThe) slot
2025-10-13 09:21:24 +0200yecinem_(~yecinem@host-212-114-138-22.customer.m-online.net)
2025-10-13 10:11:47 +0200Enrico63(~Enrico63@2a0b:e541:10d0:0:9efc:e8ff:fe24:3213) (Quit: Client closed)
2025-10-13 11:29:38 +0200L29Ah(~L29Ah@wikipedia/L29Ah) (Read error: Connection timed out)
2025-10-13 13:59:45 +0200L29Ah(~L29Ah@wikipedia/L29Ah) L29Ah
2025-10-13 17:36:17 +0200Solid(~slot@xmonad/slotThe) (Quit: ERC 5.6.1-git (IRC client for GNU Emacs 31.0.50))
2025-10-13 17:49:39 +0200hightower2(~hightower@cpe-94-253-190-193.zg.cable.xnet.hr) hightower2
2025-10-13 17:59:21 +0200hightower4(~hightower@cpe-94-253-190-193.zg.cable.xnet.hr) hightower2
2025-10-13 18:02:01 +0200hightower2(~hightower@cpe-94-253-190-193.zg.cable.xnet.hr) (Ping timeout: 256 seconds)
2025-10-13 18:17:41 +0200 <haskellbridge> <AutisticCatGirl -> If I have a multi-head setup is it possible to change the focussed screen when the mouse move to that screen?
2025-10-13 18:19:58 +0200 <geekosaur> https://hackage.haskell.org/package/xmonad-contrib-0.18.1/docs/XMonad-Actions-UpdateFocus.html#v:f…
2025-10-13 18:22:43 +0200 <geekosaur> although I think if there's no window in that screen it probably doesn't work, because X11 doesn't provide enough information (multiscreen is a huge hack with a number of deficiencies, which is one reason Wayland exists)
2025-10-13 18:23:36 +0200 <geekosaur> hm, actually if there's a desktop background that isn't simply drawn into the root window and the mouse moves into it on screen change, it's guaranteed not to work
2025-10-13 18:31:16 +0200 <haskellbridge> <AutisticCatGirl -> It's weird, it sometimes focus the screen and sometimes not... I was precisely asking here because I couldn't find anything that changed focus whenever the mouse is on some screen instead of some window
2025-10-13 18:43:31 +0200 <geekosaur> right, as I said thats an X11 limitation
2025-10-13 18:46:22 +0200 <haskellbridge> <AutisticCatGirl -> Is there a hacky way I could use https://hackage.haskell.org/package/xmonad-contrib-0.18.1/docs/XMonad-Layout-IndependentScreens.ht… if I know the geometry of my screens?
2025-10-13 18:48:00 +0200 <geekosaur> not really, since you'd have to know when the mouse crossed into a screen and that is usually missing (it's the key part that makes this pretty much impossible to do in any way)
2025-10-13 18:48:21 +0200 <geekosaur> because as far as X11's core is concerned you didn't cross a screen boundary
2025-10-13 18:49:47 +0200 <geekosaur> (X11's own Screen abstractions ("zaphod mode") work differently and don't let you e.g. share or move windows between Screens, etc. the ximerama/xrandr hack extends the root window over all screens, so no events are delivered for moving between screens because they're all on the same root window)
2025-10-13 19:01:25 +0200 <geekosaur> I have to run now, sorry
2025-10-13 19:03:19 +0200yecinem_(~yecinem@host-212-114-138-22.customer.m-online.net) (Ping timeout: 246 seconds)
2025-10-13 22:41:43 +0200hightower2(~hightower@dh207-81-32.xnet.hr) hightower2
2025-10-13 22:43:38 +0200hightower4(~hightower@cpe-94-253-190-193.zg.cable.xnet.hr) (Ping timeout: 248 seconds)
2025-10-13 23:47:07 +0200L29Ah(~L29Ah@wikipedia/L29Ah) (Read error: Connection timed out)