2024/06/08

2024-06-08 00:22:29 +0200hightower3(~hightower@dh207-83-8.xnet.hr)
2024-06-08 00:25:14 +0200hightower4(~hightower@dh207-114-172.xnet.hr) (Ping timeout: 252 seconds)
2024-06-08 02:01:37 +0200weitcis(~quassel@s-169-232-102-176.resnet.ucla.edu) (Quit: https://quassel-irc.org - Chat comfortably. Anywhere.)
2024-06-08 02:09:37 +0200weitcis(~quassel@s-169-232-102-176.resnet.ucla.edu)
2024-06-08 05:00:23 +0200td_(~td@i53870928.versanet.de) (Ping timeout: 268 seconds)
2024-06-08 05:02:07 +0200td_(~td@i53870927.versanet.de)
2024-06-08 05:41:08 +0200weitcis(~quassel@s-169-232-102-176.resnet.ucla.edu) (Quit: https://quassel-irc.org - Chat comfortably. Anywhere.)
2024-06-08 06:19:48 +0200weitcis(~quassel@s-169-232-102-176.resnet.ucla.edu)
2024-06-08 06:23:50 +0200plp(~plp@2601:380:8386:8b20::cf8f)
2024-06-08 07:04:19 +0200plp(~plp@2601:380:8386:8b20::cf8f) (Quit: Client closed)
2024-06-08 09:11:49 +0200ft(~ft@p508db8fc.dip0.t-ipconnect.de) (Quit: leaving)
2024-06-08 09:55:03 +0200 <xmonadtrack> New xmonad-contrib branch created: pull/893 (1 commit) https://github.com/xmonad/xmonad-contrib/pull/893
2024-06-08 10:02:56 +0200Viking667(~viking@user/Viking667)
2024-06-08 10:04:27 +0200 <Viking667> Hi all. I've got an older variant of xmonad (0.17) and I'm having a little trouble understanding what it means when it tells me about deprecations from my originally-0.13-sourced xmonad.hs file.I've tinkered, but the last messages I've got are:
2024-06-08 10:06:22 +0200 <Viking667> In the use of 'docksEventHook' (imported from XMonad.Hooks.ManageDocks): Deprecated: "Use docks instead." in: handleEventHook = docksEventHook
2024-06-08 10:06:50 +0200 <Viking667> I thought I _was_ using docks when I use XMonad.Hooks.ManageDocks
2024-06-08 10:07:26 +0200 <Viking667> Could someone make this much clearer to someone who has no real experience with Haskell?
2024-06-08 10:07:45 +0200 <Viking667> (I can't give you the entire file, as it's several hundred lines long)
2024-06-08 10:11:27 +0200 <Leary> Viking667: I assume it refers to https://hackage.haskell.org/package/xmonad-contrib-0.17.1/docs/XMonad-Hooks-ManageDocks.html#v:docks
2024-06-08 10:21:45 +0200 <Viking667> I'll take a look - I'm currently shooting other "bugs" at the moment.
2024-06-08 10:22:06 +0200 <Viking667> thanks for that, and sorry about the delay. Said bugs are proving "interesting" in a sense.
2024-06-08 10:23:10 +0200 <Viking667> Should this line be working, assuming "myTabbed" = "tabbed", and that I have the tabbed command?
2024-06-08 10:23:14 +0200 <Viking667> spawnSurfed = myTabbed ++ " -r 2 -n surfed -c surf -pe x -z 1.5 "
2024-06-08 10:24:44 +0200 <Viking667> Ah. "the rest of the arg is being treated as a command - of course not found."
2024-06-08 10:30:10 +0200 <Viking667> Okay, I think I've got the tabbed thing working now. Back to the other problem.
2024-06-08 10:35:49 +0200 <Viking667> { manageHook = myManageHook <+> manageDocks <--- is that the line that's causing the docks deprecation issue? that page pointed to mentions to include "... . docks . ...whateverelse"
2024-06-08 10:38:53 +0200 <Viking667> I'll be back...
2024-06-08 10:38:57 +0200Viking667(~viking@user/Viking667) (Quit: Second star to the right, and straight on until morning)
2024-06-08 10:39:26 +0200Viking667(~user@user/Viking667)
2024-06-08 10:39:35 +0200 <Viking667> sorry about that, changing IRC clients.
2024-06-08 10:46:15 +0200 <Leary> Viking667: The point of the "config combinator" functions like `docks` is that they apply all the mandatory additions to the config fields for you (check the source). So just remove any manual additions that give you deprecation warnings (`docksEventHook` in this case) before applying `docks`.
2024-06-08 10:47:22 +0200 <Viking667> heh. As I said, the config file started from a 0.13 variant, it's recently been dragged kicking and screaming into the next decade protesting all the way.
2024-06-08 11:30:24 +0200hightower3(~hightower@dh207-83-8.xnet.hr) (Remote host closed the connection)
2024-06-08 11:37:27 +0200 <Viking667> Ah well, I'll head off and go torture some dwarves in Dwarf Fortress. Still can't get my head around all the ascii-soup
2024-06-08 11:38:09 +0200Viking667(~user@user/Viking667) (*+++ATH0)
2024-06-08 13:39:51 +0200MrElendig(~Urist@archlinux/op/MrElendig) (Quit: aliens)
2024-06-08 13:41:20 +0200MrElendig(~Urist@archlinux/op/MrElendig)
2024-06-08 14:24:26 +0200eso(a0662dfd5e@2a03:6000:1812:100::1266) (Write error: Connection reset by peer)
2024-06-08 14:24:27 +0200wsx(055e6b628d@2a03:6000:1812:100::dd6) (Read error: Connection reset by peer)
2024-06-08 14:24:27 +0200raghavgururajan(ea769b8000@user/raghavgururajan) (Read error: Connection reset by peer)
2024-06-08 14:24:27 +0200samhh_(7569f027cf@2a03:6000:1812:100::e4) (Remote host closed the connection)
2024-06-08 14:24:27 +0200bwolf(c3bc363dd1@2a03:6000:1812:100::180) (Read error: Connection reset by peer)
2024-06-08 14:24:28 +0200alethkit(23bd17ddc6@sourcehut/user/alethkit) (Read error: Connection reset by peer)
2024-06-08 14:24:28 +0200dxld(a6d27c8ee6@2a03:6000:1812:100::52) (Remote host closed the connection)
2024-06-08 14:24:36 +0200raghavgururajan(ea769b8000@user/raghavgururajan)
2024-06-08 14:24:38 +0200eso(a0662dfd5e@2a03:6000:1812:100::1266)
2024-06-08 14:24:45 +0200wsx(055e6b628d@2a03:6000:1812:100::dd6)
2024-06-08 14:24:46 +0200alethkit(23bd17ddc6@sourcehut/user/alethkit)
2024-06-08 14:24:49 +0200dxld(a6d27c8ee6@2a03:6000:1812:100::52)
2024-06-08 14:24:49 +0200bwolf(c3bc363dd1@2a03:6000:1812:100::180)
2024-06-08 14:24:51 +0200samhh(7569f027cf@2a03:6000:1812:100::e4)
2024-06-08 14:41:43 +0200ft(~ft@i5C743B45.versanet.de)
2024-06-08 15:26:44 +0200 <haskellbridge> <sylecn> Hi, I have made a minor patch against xmonad-contrib on XMonad.Hooks.ScreenCorners. I send a pull request at https://github.com/xmonad/xmonad-contrib/pull/893. It's about adding Top and Bottom edge support. Could xmonad developers/maintainers take a look?
2024-06-08 16:02:36 +0200tremon(~tremon@83.80.159.219)
2024-06-08 16:20:06 +0200ChubaDuba(~ChubaDuba@79.136.177.25)
2024-06-08 16:57:30 +0200 <geekosaur> saw it come in last night but was headed to bed; I'll look today
2024-06-08 16:57:52 +0200 <geekosaur> (I thought we had active screen edges somewhere already but didn't see it on a quick look)
2024-06-08 16:59:52 +0200 <haskellbridge> <sylecn> Hi geekosaur, please let me know if I should also implement SCLeft, SCRight at the same time.
2024-06-08 17:00:23 +0200 <haskellbridge> <sylecn> Those two are used less often as top and bottom
2024-06-08 17:01:38 +0200 <geekosaur> I would, for consistency
2024-06-08 17:04:08 +0200 <haskellbridge> <sylecn> sure, I will update (force-push) the pull request when it's done.
2024-06-08 17:04:28 +0200 <haskellbridge> <sylecn> late here now, I will push tomorrow.
2024-06-08 17:13:38 +0200Maeda(~Maeda@91-161-10-149.subs.proxad.net)
2024-06-08 17:15:41 +0200 <geekosaur> …always annoying when we're upside down from each other… 😛
2024-06-08 17:28:11 +0200L29Ah(~L29Ah@wikipedia/L29Ah) ()
2024-06-08 17:33:18 +0200ChubaDuba(~ChubaDuba@79.136.177.25) (Quit: WeeChat 4.2.1)
2024-06-08 21:45:53 +0200mekeor(~user@2001:a61:10ae:1901:3241:bc6e:53bb:fccc)
2024-06-08 22:19:33 +0200L29Ah(~L29Ah@wikipedia/L29Ah)
2024-06-08 22:41:10 +0200L29Ah(~L29Ah@wikipedia/L29Ah) ()
2024-06-08 22:54:07 +0200Maeda(~Maeda@91-161-10-149.subs.proxad.net) (Quit: leaving)