2024/05/03

Newest at the top

2024-05-04 01:23:49 +0200 <geekosaur> the sequence "\case" is not standard Haskell. you can either put "{-# LANGUAGE LambdaCase #-}" at the top of the file, or you can replace "\case" with "\x -> case x of"
2024-05-04 01:22:48 +0200 <haskellbridge> <N​exilva> I have noidea what you even did ha
2024-05-04 01:22:44 +0200 <liskin> and there's also https://xmonad.github.io/xmonad-docs/xmonad-contrib-0.18.0.9/XMonad-Actions-PhysicalScreens.html if the xinerama screen ordering isn't good enough
2024-05-04 01:22:25 +0200 <geekosaur> if you prefer not tu enable it, replace with: \x -> case x of
2024-05-04 01:22:23 +0200 <haskellbridge> <N​exilva> I was pasting compile logs it didn't compile
2024-05-04 01:21:53 +0200 <geekosaur> yes, sorry, I did use LambdaCase (the "\case")
2024-05-04 01:21:39 +0200 <haskellbridge> <N​exilva> Please check the file for errors.
2024-05-04 01:21:31 +0200 <haskellbridge> <N​exilva> Suggested fix: Perhaps you intended to use LambdaCase
2024-05-04 01:21:25 +0200 <haskellbridge> <N​exilva> 196 | ask >>= \w -> liftX (screenWorkspace 2 >>= \case
2024-05-04 01:19:03 +0200 <geekosaur> https://paste.tomsmeding.com/sObZZjk2
2024-05-04 01:10:44 +0200 <geekosaur> mm, actually that's a bad idea
2024-05-04 01:09:30 +0200 <geekosaur> the Nothing case is for when you only have one monitor for some reason
2024-05-04 01:09:17 +0200 <geekosaur> https://paste.tomsmeding.com/fphslrKL there's probably a more optimal way to do it
2024-05-04 01:07:44 +0200kaskal(~kaskal@089144220117.atnat0029.highway.webapn.at) (Quit: ZNC - https://znc.in)
2024-05-04 01:05:44 +0200 <geekosaur> poking at it
2024-05-04 01:05:28 +0200 <haskellbridge> <N​exilva> I have no idea how to do this, my haskell sucks
2024-05-04 01:04:49 +0200kaskal-(~kaskal@2001:4bb8:2d2:1257:60b1:1057:17df:5755)
2024-05-04 01:04:24 +0200 <haskellbridge> <N​exilva> No first shift, then greedyview, then view 2
2024-05-04 01:03:55 +0200 <haskellbridge> <N​exilva> --> (doF $ W.greedyView "18:Diablo" <+> W.shift "18:Diablo" <+> W.view "2")
2024-05-04 01:00:43 +0200 <haskellbridge> <N​exilva> How can I do that?
2024-05-04 01:00:38 +0200 <haskellbridge> <N​exilva> `name oneOf [ "Diablo II: Resurrected" ] --> (doF . W.view <> doShift) "18:Diablo" THEN SEND TO MONITOR #2 or SWITCH TO MON 2 AND MAKE 18 Active`
2024-05-04 00:59:58 +0200 <haskellbridge> <N​exilva> Sorry
2024-05-04 00:59:57 +0200 <haskellbridge> <N​exilva> Ohhh
2024-05-04 00:59:51 +0200 <geekosaur> edits don't work IRC-side
2024-05-04 00:59:35 +0200 <haskellbridge> <N​exilva> `name `oneOf` [ "Diablo II: Resurrected" ] --> (doF . W.view <> doShift) "18:Diablo"`
2024-05-04 00:59:35 +0200 <haskellbridge> <N​exilva> How can I send this to monitor #2
2024-05-04 00:59:21 +0200 <haskellbridge> <N​exilva> Hope you're doing well today
2024-05-04 00:59:12 +0200 <haskellbridge> <N​exilva> `name `oneOf` \[ "Diablo II: Resurrected" \] --> (doF . W.view \<> doShift) "18:Diablo"`
2024-05-04 00:59:11 +0200 <haskellbridge> <N​exilva> How can I send this to monitor #2
2024-05-04 00:59:05 +0200 <haskellbridge> <N​exilva> ```
2024-05-04 00:59:04 +0200 <haskellbridge> <N​exilva> ```name `oneOf` [ "Diablo II: Resurrected" ] --> (doF . W.view <> doShift) "18:Diablo"
2024-05-04 00:59:03 +0200 <haskellbridge> <N​exilva> How can I send this to monitor #2
2024-05-04 00:59:00 +0200 <geekosaur> hello
2024-05-04 00:58:36 +0200 <haskellbridge> <N​exilva> Hi guys
2024-05-03 22:40:57 +0200ectospasm(~ectospasm@user/ectospasm)
2024-05-03 22:40:37 +0200ectospasm(~ectospasm@user/ectospasm) (Quit: WeeChat 4.2.2)
2024-05-03 22:35:56 +0200 <liskin> I've only been using the basic set, as everything else is better done in bash than whatever the Haskell impl in xmobar is
2024-05-03 22:35:27 +0200 <liskin> oh, right, I never tried that
2024-05-03 22:28:21 +0200 <geekosaur> last I checked, we didn't depend on mpd
2024-05-03 22:28:12 +0200 <geekosaur> not if you build it with all plugins enabled 🙂
2024-05-03 22:27:10 +0200 <liskin> mostly the same ones you need to compile your xmonad config anyway…
2024-05-03 22:26:07 +0200 <acidbong> i forgot that on Gentoo i had to compile all its deps (and xmobar has a LOT)
2024-05-03 22:25:35 +0200 <acidbong> although yeah, it's a quick one
2024-05-03 21:20:04 +0200 <liskin> will it? xmobar compiles in a couple seconds on my 6 year old laptop :-)
2024-05-03 20:47:08 +0200 <acidbong> damn, xmobar doesn't have a headphone indicator
2024-05-03 20:10:15 +0200 <acidbong> it wouldn't be, but will take a lot of time to compile + I don't know Haskell apart from making an Xmonad config
2024-05-03 19:45:51 +0200 <liskin> s/than/that/
2024-05-03 19:45:34 +0200 <liskin> suppose than shouldn't be that difficult in nix though
2024-05-03 19:45:19 +0200 <liskin> but you'd need to be patching xmobar
2024-05-03 19:45:13 +0200 <liskin> you could patch Locks to include the space if its output is nonempty, and then omit the space in template…