Home liberachat/#xmonad: Logs Calendar

Logs on 2024-06-08 (liberachat/#xmonad)

00:01:37 × weitcis quits (~quassel@s-169-232-102-176.resnet.ucla.edu) (Quit: https://quassel-irc.org - Chat comfortably. Anywhere.)
00:09:37 weitcis joins (~quassel@s-169-232-102-176.resnet.ucla.edu)
03:00:23 × td_ quits (~td@i53870928.versanet.de) (Ping timeout: 268 seconds)
03:02:07 td_ joins (~td@i53870927.versanet.de)
03:41:08 × weitcis quits (~quassel@s-169-232-102-176.resnet.ucla.edu) (Quit: https://quassel-irc.org - Chat comfortably. Anywhere.)
04:19:48 weitcis joins (~quassel@s-169-232-102-176.resnet.ucla.edu)
04:23:50 plp joins (~plp@2601:380:8386:8b20::cf8f)
05:04:19 × plp quits (~plp@2601:380:8386:8b20::cf8f) (Quit: Client closed)
07:11:49 × ft quits (~ft@p508db8fc.dip0.t-ipconnect.de) (Quit: leaving)
07:55:03 <xmonadtrack> New xmonad-contrib branch created: pull/893 (1 commit) https://github.com/xmonad/xmonad-contrib/pull/893
08:02:56 Viking667 joins (~viking@user/Viking667)
08:04:27 <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:
08:06:22 <Viking667> In the use of 'docksEventHook' (imported from XMonad.Hooks.ManageDocks): Deprecated: "Use docks instead." in: handleEventHook = docksEventHook
08:06:50 <Viking667> I thought I _was_ using docks when I use XMonad.Hooks.ManageDocks
08:07:26 <Viking667> Could someone make this much clearer to someone who has no real experience with Haskell?
08:07:45 <Viking667> (I can't give you the entire file, as it's several hundred lines long)
08:11:27 <Leary> Viking667: I assume it refers to https://hackage.haskell.org/package/xmonad-contrib-0.17.1/docs/XMonad-Hooks-ManageDocks.html#v:docks
08:21:45 <Viking667> I'll take a look - I'm currently shooting other "bugs" at the moment.
08:22:06 <Viking667> thanks for that, and sorry about the delay. Said bugs are proving "interesting" in a sense.
08:23:10 <Viking667> Should this line be working, assuming "myTabbed" = "tabbed", and that I have the tabbed command?
08:23:14 <Viking667> spawnSurfed = myTabbed ++ " -r 2 -n surfed -c surf -pe x -z 1.5 "
08:24:44 <Viking667> Ah. "the rest of the arg is being treated as a command - of course not found."
08:30:10 <Viking667> Okay, I think I've got the tabbed thing working now. Back to the other problem.
08:35:49 <Viking667> { manageHook = myManageHook <+> manageDocks <--- is that the line that's causing the docks deprecation issue? that page pointed to mentions to include "... . docks . ...whateverelse"
08:38:53 <Viking667> I'll be back...
08:38:57 × Viking667 quits (~viking@user/Viking667) (Quit: Second star to the right, and straight on until morning)
08:39:26 Viking667 joins (~user@user/Viking667)
08:39:35 <Viking667> sorry about that, changing IRC clients.
08:46:15 <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`.
08:47:22 <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.
09:30:24 × hightower3 quits (~hightower@dh207-83-8.xnet.hr) (Remote host closed the connection)
09:37:27 <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
09:38:09 Viking667 parts (~user@user/Viking667) (*+++ATH0)
11:39:51 × MrElendig quits (~Urist@archlinux/op/MrElendig) (Quit: aliens)
11:41:20 MrElendig joins (~Urist@archlinux/op/MrElendig)
12:24:26 × eso quits (a0662dfd5e@2a03:6000:1812:100::1266) (Write error: Connection reset by peer)
12:24:27 × wsx quits (055e6b628d@2a03:6000:1812:100::dd6) (Read error: Connection reset by peer)
12:24:27 × raghavgururajan quits (ea769b8000@user/raghavgururajan) (Read error: Connection reset by peer)
12:24:27 × samhh_ quits (7569f027cf@2a03:6000:1812:100::e4) (Remote host closed the connection)
12:24:27 × bwolf quits (c3bc363dd1@2a03:6000:1812:100::180) (Read error: Connection reset by peer)
12:24:28 × alethkit quits (23bd17ddc6@sourcehut/user/alethkit) (Read error: Connection reset by peer)
12:24:28 × dxld quits (a6d27c8ee6@2a03:6000:1812:100::52) (Remote host closed the connection)
12:24:36 raghavgururajan joins (ea769b8000@user/raghavgururajan)
12:24:38 eso joins (a0662dfd5e@2a03:6000:1812:100::1266)
12:24:45 wsx joins (055e6b628d@2a03:6000:1812:100::dd6)
12:24:46 alethkit joins (23bd17ddc6@sourcehut/user/alethkit)
12:24:49 dxld joins (a6d27c8ee6@2a03:6000:1812:100::52)
12:24:49 bwolf joins (c3bc363dd1@2a03:6000:1812:100::180)
12:24:51 samhh joins (7569f027cf@2a03:6000:1812:100::e4)
12:41:43 ft joins (~ft@i5C743B45.versanet.de)
13:26:44 <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?
14:02:36 tremon joins (~tremon@83.80.159.219)
14:20:06 ChubaDuba joins (~ChubaDuba@79.136.177.25)
14:57:30 <geekosaur> saw it come in last night but was headed to bed; I'll look today
14:57:52 <geekosaur> (I thought we had active screen edges somewhere already but didn't see it on a quick look)
14:59:52 <haskellbridge> <sylecn> Hi geekosaur, please let me know if I should also implement SCLeft, SCRight at the same time.
15:00:23 <haskellbridge> <sylecn> Those two are used less often as top and bottom
15:01:38 <geekosaur> I would, for consistency
15:04:08 <haskellbridge> <sylecn> sure, I will update (force-push) the pull request when it's done.
15:04:28 <haskellbridge> <sylecn> late here now, I will push tomorrow.
15:13:38 Maeda joins (~Maeda@91-161-10-149.subs.proxad.net)
15:15:41 <geekosaur> …always annoying when we're upside down from each other… 😛
15:28:11 L29Ah parts (~L29Ah@wikipedia/L29Ah) ()
15:33:18 × ChubaDuba quits (~ChubaDuba@79.136.177.25) (Quit: WeeChat 4.2.1)
19:45:53 mekeor joins (~user@2001:a61:10ae:1901:3241:bc6e:53bb:fccc)
20:19:33 L29Ah joins (~L29Ah@wikipedia/L29Ah)
20:41:10 L29Ah parts (~L29Ah@wikipedia/L29Ah) ()
20:54:07 × Maeda quits (~Maeda@91-161-10-149.subs.proxad.net) (Quit: leaving)
22:15:20 hightower2 joins (~hightower@141-138-61-10.dsl.iskon.hr)
23:08:24 × mekeor quits (~user@2001:a61:10ae:1901:3241:bc6e:53bb:fccc) (Quit: towards emacs as interface to a cybernetic council communism)
23:34:21 × tremon quits (~tremon@83.80.159.219) (Quit: getting boxed in)

All times are in UTC on 2024-06-08.