2021/07/28

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