2021/07/28

2021-07-28 00:12:49 +0200werneta(~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (Remote host closed the connection)
2021-07-28 00:14:29 +0200werneta(~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net)
2021-07-28 00:21:50 +0200seschwar(~seschwar@user/seschwar) (Quit: :wq)
2021-07-28 00:39:58 +0200geekosaur(~geekosaur@xmonad/geekosaur) (Remote host closed the connection)
2021-07-28 00:42:22 +0200geekosaur(~geekosaur@xmonad/geekosaur)
2021-07-28 01:42:42 +0200aegon(~mike@174.127.249.180)
2021-07-28 01:46:38 +0200cjb(~cjb@user/cjb)
2021-07-28 02:30:02 +0200berberman(~berberman@user/berberman)
2021-07-28 03:41:05 +0200feroli(~feroli@186.232.107.17)
2021-07-28 03:41:16 +0200 <feroli> hi
2021-07-28 03:41:28 +0200 <geekosaur> hello
2021-07-28 03:43:28 +0200 <feroli> I'm having a problem with the FloatKeys extension, can anyone help me?
2021-07-28 03:45:56 +0200 <geekosaur> can you explain your problem?
2021-07-28 03:49:56 +0200 <feroli> Literal -20 is out of the GHC.Word.Word32 range 0..4294967295
2021-07-28 03:53:48 +0200 <feroli> error file: https://paste.c-net.org/SeizuresConceal
2021-07-28 03:59:07 +0200 <feroli> does anyone know how to solve?
2021-07-28 04:02:04 +0200 <geekosaur> i'm looking
2021-07-28 04:02:50 +0200 <geekosaur> I don't see a quick solution, I do think it shouldn't be using type D with potentially negative numbers but that won't help you
2021-07-28 04:03:22 +0200banc(banc@gateway/vpn/airvpn/banc) (Ping timeout: 256 seconds)
2021-07-28 04:06:57 +0200cjb(~cjb@user/cjb) (Quit: rcirc on GNU Emacs 28.0.50)
2021-07-28 04:09:58 +0200geekosaur(~geekosaur@xmonad/geekosaur) (Remote host closed the connection)
2021-07-28 04:15:50 +0200bla(~bla@89-67-84-220.dynamic.chello.pl) (Ping timeout: 256 seconds)
2021-07-28 04:19:20 +0200geekosaur(~geekosaur@xmonad/geekosaur)
2021-07-28 04:20:39 +0200 <geekosaur> so ghc added a bounds check on that type at some point. you'll need to add 1 and then subtract from 4294967295. ugly
2021-07-28 04:21:29 +0200 <geekosaur> the correct fix is to make all those types in FloatKeys take a tuple of Ints. I'll file a bug
2021-07-28 04:22:37 +0200 <feroli> thank you very much for your attention
2021-07-28 04:23:05 +0200banc(banc@gateway/vpn/airvpn/banc)
2021-07-28 04:29:46 +0200bla(~bla@89-67-84-220.dynamic.chello.pl)
2021-07-28 04:34:21 +0200feroli(~feroli@186.232.107.17) (Quit: Client closed)
2021-07-28 05:00:55 +0200td_(~td@muedsl-82-207-238-215.citykom.de) (Ping timeout: 265 seconds)
2021-07-28 05:02:31 +0200td_(~td@muedsl-82-207-238-200.citykom.de)
2021-07-28 05:06:14 +0200 <fizzie> > fromInteger (-20) :: Word32 -- maybe would have also worked as a workaround?
2021-07-28 05:06:15 +0200 <lambdabot> 4294967276
2021-07-28 05:08:45 +0200cjb(~cjb@user/cjb)
2021-07-28 07:12:14 +0200aegon(~mike@174.127.249.180) (Read error: Connection reset by peer)
2021-07-28 07:21:49 +0200 <Solid> liskin: I didn't enable anything, must've happened by itself
2021-07-28 07:40:28 +0200geekosaur(~geekosaur@xmonad/geekosaur) (Remote host closed the connection)
2021-07-28 07:47:13 +0200geekosaur(~geekosaur@xmonad/geekosaur)
2021-07-28 08:10:23 +0200bla(~bla@89-67-84-220.dynamic.chello.pl) (Ping timeout: 265 seconds)
2021-07-28 08:15:12 +0200bla(~bla@89-67-84-220.dynamic.chello.pl)
2021-07-28 08:30:59 +0200cjb(~cjb@user/cjb) (Quit: rcirc on GNU Emacs 28.0.50)
2021-07-28 10:17:48 +0200geekosaur(~geekosaur@xmonad/geekosaur) (Killed (NickServ (GHOST command used by allbery_b)))
2021-07-28 10:17:48 +0200allbery_b(~geekosaur@xmonad/geekosaur)
2021-07-28 10:17:51 +0200allbery_bgeekosaur
2021-07-28 10:44:50 +0200qbt(~edun@user/edun)
2021-07-28 10:49:26 +0200qbt(~edun@user/edun) (Client Quit)
2021-07-28 10:50:14 +0200qbt(~edun@user/edun)
2021-07-28 10:50:14 +0200qbt(~edun@user/edun) (Client Quit)
2021-07-28 10:50:43 +0200qbt(~edun@user/edun)
2021-07-28 11:24:57 +0200geekosaur(~geekosaur@xmonad/geekosaur) (Remote host closed the connection)
2021-07-28 11:28:40 +0200geekosaur(~geekosaur@xmonad/geekosaur)
2021-07-28 12:05:07 +0200cfricke(~cfricke@user/cfricke)
2021-07-28 12:39:17 +0200berberman(~berberman@user/berberman) (Ping timeout: 245 seconds)
2021-07-28 12:39:22 +0200berberman_(~berberman@user/berberman)
2021-07-28 12:47:51 +0200Nightrain(~Night@180.252.201.208)
2021-07-28 12:48:22 +0200Nightrain(~Night@180.252.201.208) ()
2021-07-28 12:50:43 +0200cfricke(~cfricke@user/cfricke) (Ping timeout: 265 seconds)
2021-07-28 13:13:39 +0200thedward[m](~thedwardm@2001:470:69fc:105::f79) (Quit: You have been idle for 30+ days)
2021-07-28 14:05:45 +0200 <unrooted> Hi, I have a problem with running custom script in xmobar, it hangs up on `Updating...`, what shall I do?
2021-07-28 14:05:53 +0200 <unrooted> reloading xmonad and xmobar doesn't work, sadly :/
2021-07-28 14:17:06 +0200 <sibi> Quiting (killing) the current xmonad session and starting a new one usually fixes that for me.
2021-07-28 14:50:40 +0200 <unrooted> will try
2021-07-28 14:50:56 +0200 <unrooted> also, is there xmonad+xmobar pywal Support?
2021-07-28 14:52:22 +0200Lehvak[m](~lehvakmat@2001:470:69fc:105::469) (Quit: You have been idle for 30+ days)
2021-07-28 14:52:27 +0200lyiriyah[m](~lyiriyahm@2001:470:69fc:105::cc0) (Quit: You have been idle for 30+ days)
2021-07-28 14:52:27 +0200poyidag921[m](~poyidag92@2001:470:69fc:105::221d) (Quit: You have been idle for 30+ days)
2021-07-28 14:52:27 +0200sfrique[m](~sfriquema@2001:470:69fc:105::3f27) (Quit: You have been idle for 30+ days)
2021-07-28 14:52:32 +0200zenity_bro[m](~zenitybro@2001:470:69fc:105::160f) (Quit: You have been idle for 30+ days)
2021-07-28 14:52:32 +0200r0cket2510[m](~r0cket251@2001:470:69fc:105::e00) (Quit: You have been idle for 30+ days)
2021-07-28 14:52:32 +0200AhmedAl-Hamed[m](~asalhamed@2001:470:69fc:105::a2c) (Quit: You have been idle for 30+ days)
2021-07-28 14:52:32 +0200EdwardTjrnhammar(~edwtjofai@2001:470:69fc:105::3cb) (Quit: You have been idle for 30+ days)
2021-07-28 14:52:32 +0200fakecrafter[m](~fakecraft@2001:470:69fc:105::a38) (Quit: You have been idle for 30+ days)
2021-07-28 14:52:32 +0200ElKowar[m](~elkowarma@2001:470:69fc:105::392) (Quit: You have been idle for 30+ days)
2021-07-28 14:52:32 +0200issadarkthing[m](~issadarkt@2001:470:69fc:105::a41) (Quit: You have been idle for 30+ days)
2021-07-28 14:52:32 +0200justinrestivo[m](~justinres@2001:470:69fc:105::a47) (Quit: You have been idle for 30+ days)
2021-07-28 14:52:32 +0200ph_0x17[m](~ph0x17mat@2001:470:69fc:105::a53) (Quit: You have been idle for 30+ days)
2021-07-28 14:52:32 +0200pavelthebest[m](~paveltheb@2001:470:69fc:105::a52) (Quit: You have been idle for 30+ days)
2021-07-28 14:52:32 +0200therivercass[m](~theriverc@2001:470:69fc:105::a5a) (Quit: You have been idle for 30+ days)
2021-07-28 14:52:32 +0200maveous[m](~maveousma@2001:470:69fc:105::2232) (Quit: You have been idle for 30+ days)
2021-07-28 15:28:44 +0200gtc(~gtc@r190-0-146-165.ir-static.adinet.com.uy)
2021-07-28 15:39:00 +0200sridonhiatus[m](~sridmatri@2001:470:69fc:105::1c2) ()
2021-07-28 16:26:18 +0200SpiderPig(~matt@047-132-233-190.res.spectrum.com) (Ping timeout: 240 seconds)
2021-07-28 16:27:46 +0200geekosaur(~geekosaur@xmonad/geekosaur) (Ping timeout: 240 seconds)
2021-07-28 16:28:11 +0200SpiderPig(~matt@047-132-233-190.res.spectrum.com)
2021-07-28 16:33:10 +0200geekosaur(~geekosaur@xmonad/geekosaur)
2021-07-28 17:54:17 +0200cfricke(~cfricke@user/cfricke)
2021-07-28 17:57:59 +0200backleet(~backleet@user/backleet) (Quit: ZNC 1.8.2 - https://znc.in)
2021-07-28 17:58:36 +0200backleet(~backleet@user/backleet)
2021-07-28 18:01:53 +0200seschwar(~seschwar@user/seschwar)
2021-07-28 18:20:23 +0200werneta(~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (Remote host closed the connection)
2021-07-28 18:25:23 +0200dschrempf(~dominik@mobiledyn-185-69-244-184.mrsn.at)
2021-07-28 18:25:30 +0200cfricke(~cfricke@user/cfricke) (Ping timeout: 240 seconds)
2021-07-28 18:41:10 +0200 <unrooted> <psibi[m] "Quiting (killing) the current xm"> ouch, doesn't work for me :/
2021-07-28 18:41:34 +0200unrooteduploaded an image: (6KiB) < https://libera.ems.host/_matrix/media/r0/download/matrix.org/BiDBKMMjZAOcHtFYxbqIlUCv/image.png >
2021-07-28 18:41:40 +0200 <unrooted> but the script run directly in the terminal works perfectly fine
2021-07-28 18:42:32 +0200dschrempf(~dominik@mobiledyn-185-69-244-184.mrsn.at) (Ping timeout: 252 seconds)
2021-07-28 18:46:34 +0200berberman_(~berberman@user/berberman) (Ping timeout: 240 seconds)
2021-07-28 18:46:35 +0200berberman(~berberman@user/berberman)
2021-07-28 19:01:41 +0200 <unrooted> I'm killing and starting it again over and over again and it still doesn't work sadly :/
2021-07-28 19:01:41 +0200 <unrooted> any ideas?
2021-07-28 19:02:38 +0200 <unrooted> same with touch-to-click on touchpad and media keys, anyone did that with success?
2021-07-28 19:30:25 +0200Air4x(~mario@host-82-54-191-183.retail.telecomitalia.it)
2021-07-28 19:36:23 +0200dschrempf(~dominik@mobiledyn-185-69-244-184.mrsn.at)
2021-07-28 19:41:38 +0200 <unrooted> ok, reinstalling xmobar fixed this issue
2021-07-28 19:42:01 +0200 <unrooted> anyway, any ideas when it comes to
2021-07-28 19:42:01 +0200 <unrooted> 1. pywal integration
2021-07-28 19:42:01 +0200 <unrooted> 2. touch-to-click touchpad thingy
2021-07-28 19:42:01 +0200 <unrooted> 3. media keys?
2021-07-28 19:45:05 +0200backleet(~backleet@user/backleet) (Quit: ZNC 1.8.2 - https://znc.in)
2021-07-28 19:45:52 +0200backleet(~backleet@user/backleet)
2021-07-28 19:54:02 +0200 <Air4x> for media key you can use XMonad.Utilks.EZConfig
2021-07-28 19:54:18 +0200 <Air4x> keys*
2021-07-28 19:54:35 +0200 <unrooted> any examples of this applied in config? how those keys are named exactly? because this can be confusing between different WMs really
2021-07-28 19:56:12 +0200 <geekosaur> there's a list in the documentation of XMonad.Util.EZConfig which also shows an example of how to use it
2021-07-28 19:56:23 +0200 <Air4x> https://gitlab.com/dwt1/dotfiles/-/blob/master/.xmonad/xmonad.hs
2021-07-28 20:03:48 +0200dschrempf(~dominik@mobiledyn-185-69-244-184.mrsn.at) (Ping timeout: 258 seconds)
2021-07-28 20:04:17 +0200 <Air4x> In case you can use Key Simbols defined here: https://hackage.haskell.org/package/X11-1.10/docs/Graphics-X11-Types.html#t:KeySym
2021-07-28 20:06:02 +0200 <liskin> unrooted: touch to click is configured via xinput
2021-07-28 20:06:36 +0200 <liskin> Media keys can be bound even without EZConfig, see my config.
2021-07-28 20:13:23 +0200 <Air4x> Anyone know how named scratchpads work? Using customFloating with RationalRect I cannot center the window.
2021-07-28 20:13:34 +0200 <Air4x> here my config: https://github.com/Air4x/Dotfiles/blob/master/.xmonad/xmonad.hs
2021-07-28 20:14:19 +0200 <geekosaur> there's doCenterFloat from XMonad.Hooks.ManageHelpers
2021-07-28 20:15:08 +0200 <geekosaur> the problem with RationalRect there is you're placing the top left of the window, not its center, anbd subtracting half the window's size from a RationalRect doesn't so anything sane
2021-07-28 20:16:00 +0200 <Air4x> ok, thank you
2021-07-28 20:16:02 +0200dschrempf(~dominik@mobiledyn-185-69-244-184.mrsn.at)
2021-07-28 20:18:04 +0200cfricke(~cfricke@user/cfricke)
2021-07-28 20:27:27 +0200geekosaur(~geekosaur@xmonad/geekosaur) (Remote host closed the connection)
2021-07-28 20:31:11 +0200geekosaur(~geekosaur@xmonad/geekosaur)
2021-07-28 20:33:02 +0200dschrempf(~dominik@mobiledyn-185-69-244-184.mrsn.at) (Ping timeout: 245 seconds)
2021-07-28 20:37:13 +0200dschrempf(~dominik@mobiledyn-185-69-244-184.mrsn.at)
2021-07-28 20:59:46 +0200Air4x(~mario@host-82-54-191-183.retail.telecomitalia.it) (Quit: WeeChat 3.2)
2021-07-28 21:16:22 +0200cfricke(~cfricke@user/cfricke) (Ping timeout: 245 seconds)
2021-07-28 21:21:33 +0200thaumavorio(~thaumavor@thaumavor.io) (Quit: ZNC 1.8.2 - https://znc.in)
2021-07-28 21:24:03 +0200kr1x(~kriket@170.249.0.122)
2021-07-28 21:24:21 +0200thaumavorio(~thaumavor@thaumavor.io)
2021-07-28 21:27:05 +0200kr1x(~kriket@170.249.0.122) (Client Quit)
2021-07-28 21:27:21 +0200kr1x(~kriket@170.249.0.122)
2021-07-28 21:37:27 +0200Air4x(~mario@host-82-54-191-183.retail.telecomitalia.it)
2021-07-28 21:41:22 +0200dschrempf(~dominik@mobiledyn-185-69-244-184.mrsn.at) (Quit: WeeChat 3.2)
2021-07-28 21:42:05 +0200dschrempf(~dominik@mobiledyn-185-69-244-184.mrsn.at)
2021-07-28 21:47:47 +0200dschrempf(~dominik@mobiledyn-185-69-244-184.mrsn.at) (Quit: WeeChat 3.2)
2021-07-28 21:49:44 +0200dschrempf(~dominik@mobiledyn-185-69-244-184.mrsn.at)
2021-07-28 21:53:36 +0200 <Air4x> Guys I'm using doCenterFloat from Hooks.ManageHelpers but it doesn't work
2021-07-28 21:54:12 +0200 <Air4x> the window is always opened on the top left angle of the screen
2021-07-28 21:55:54 +0200geekosaur(~geekosaur@xmonad/geekosaur) (Killed (NickServ (GHOST command used by allbery_b)))
2021-07-28 21:55:54 +0200allbery_b(~geekosaur@xmonad/geekosaur)
2021-07-28 21:55:57 +0200allbery_bgeekosaur
2021-07-28 21:57:47 +0200geekosaur(~geekosaur@xmonad/geekosaur) (Killed (NickServ (GHOST command used by allbery_b)))
2021-07-28 21:57:47 +0200allbery_b(~geekosaur@xmonad/geekosaur)
2021-07-28 21:57:51 +0200allbery_bgeekosaur
2021-07-28 22:04:03 +0200gtc(~gtc@r190-0-146-165.ir-static.adinet.com.uy) (Quit: Leaving)
2021-07-28 22:20:46 +0200qbt(~edun@user/edun) (Ping timeout: 272 seconds)
2021-07-28 22:32:45 +0200Air4x(~mario@host-82-54-191-183.retail.telecomitalia.it) (WeeChat 3.2)
2021-07-28 22:39:14 +0200 <unrooted> <liskin "Media keys can be bound even wit"> mind linking? I keep loosing important things :((
2021-07-28 22:56:19 +0200 <liskin> unrooted: sure, now that I'm at a proper keyboard, here you go: https://github.com/liskin/dotfiles/blob/168775b0fcfb6f8d1c2191e7b868e5b636988401/.xmonad/xmonad.hs…
2021-07-28 22:57:53 +0200 <liskin> (I've also written a blogpost about making media keys control the correct application: https://work.lisk.in/2020/05/06/linux-media-control.html, but it may be somewhat outdated at this point.)
2021-07-28 23:06:27 +0200dschrempf(~dominik@mobiledyn-185-69-244-184.mrsn.at) (Quit: WeeChat 3.2)
2021-07-28 23:06:48 +0200dschrempf(~dominik@mobiledyn-185-69-244-184.mrsn.at)
2021-07-28 23:14:46 +0200dschrempf(~dominik@mobiledyn-185-69-244-184.mrsn.at) (Quit: WeeChat 3.2)
2021-07-28 23:21:04 +0200dschrempf(~dominik@mobiledyn-185-69-244-184.mrsn.at)
2021-07-28 23:28:28 +0200seschwar(~seschwar@user/seschwar) (Quit: :wq)
2021-07-28 23:37:46 +0200dschrempf(~dominik@mobiledyn-185-69-244-184.mrsn.at) (Quit: WeeChat 3.2)
2021-07-28 23:38:23 +0200dschrempf(~dominik@mobiledyn-185-69-244-184.mrsn.at)
2021-07-28 23:43:48 +0200cfricke(~cfricke@user/cfricke)
2021-07-28 23:46:06 +0200cfricke(~cfricke@user/cfricke) (Client Quit)
2021-07-28 23:53:32 +0200 <unrooted> thx
2021-07-28 23:53:40 +0200 <unrooted> will def. Check it out