2023/04/26

2023-04-26 00:28:54 +0000werneta(~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net)
2023-04-26 02:56:54 +0000td_(~td@i53870921.versanet.de) (Ping timeout: 255 seconds)
2023-04-26 02:58:44 +0000td_(~td@i5387093B.versanet.de)
2023-04-26 03:50:04 +0000lain1001(~lain@2601:582:c000:79c0:92e8:68ff:fe83:1b3f)
2023-04-26 04:35:58 +0000lain1001(~lain@2601:582:c000:79c0:92e8:68ff:fe83:1b3f) (Quit: WeeChat 3.8)
2023-04-26 06:54:25 +0000werneta(~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (Ping timeout: 240 seconds)
2023-04-26 06:56:29 +0000werneta(~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net)
2023-04-26 07:48:00 +0000cfricke(~cfricke@user/cfricke)
2023-04-26 07:53:52 +0000mc47(~mc47@xmonad/TheMC47)
2023-04-26 08:29:41 +0000ft(~ft@p4fc2a88b.dip0.t-ipconnect.de) (Quit: leaving)
2023-04-26 09:00:07 +0000nogonosa[m](~nogonosan@2001:470:69fc:105::d2ec) (Quit: You have been kicked for being idle)
2023-04-26 09:00:07 +0000ry362[m](~ry362matr@2001:470:69fc:105::3:2987) (Quit: You have been kicked for being idle)
2023-04-26 09:19:59 +0000noze`noze
2023-04-26 13:23:18 +0000mncheck(~mncheck@193.224.205.254)
2023-04-26 13:29:37 +0000terrorjack(~terrorjac@2a01:4f8:c17:87f8::) (Quit: The Lounge - https://thelounge.chat)
2023-04-26 13:31:34 +0000cfricke(~cfricke@user/cfricke) (Quit: WeeChat 3.8)
2023-04-26 13:32:46 +0000terrorjack(~terrorjac@2a01:4f8:c17:87f8::)
2023-04-26 14:02:08 +0000hightower2(~hightower@85.94.71.188)
2023-04-26 14:17:19 +0000mc47(~mc47@xmonad/TheMC47) (Ping timeout: 256 seconds)
2023-04-26 15:22:18 +0000xmonadtrack(~xmonadtra@xmonad/geekosaur) (Remote host closed the connection)
2023-04-26 15:23:41 +0000geekosaur(~geekosaur@xmonad/geekosaur) (Quit: Leaving)
2023-04-26 15:30:31 +0000geekosaur(~geekosaur@xmonad/geekosaur)
2023-04-26 15:33:40 +0000xmonadtrack(~xmonadtra@069-135-003-034.biz.spectrum.com)
2023-04-26 15:33:40 +0000xmonadtrack(~xmonadtra@069-135-003-034.biz.spectrum.com) (Changing host)
2023-04-26 15:33:40 +0000xmonadtrack(~xmonadtra@xmonad/geekosaur)
2023-04-26 17:24:35 +0000 <xmonadtrack> xmonad-contrib Brandon S Allbery KF8NH * v0.17.1-153-g1243bbbd: Fix many bugs and shortcomings in debugEventsHook (5 days ago, 1 file, 203+ 89-) https://github.com/xmonad/xmonad-contrib/commit/1243bbbdedff
2023-04-26 17:24:48 +0000liskin[m](~liskinmat@2001:470:69fc:105::768)
2023-04-26 17:25:02 +0000unclechu(~unclechu@2001:470:69fc:105::354)
2023-04-26 17:53:14 +0000ft(~ft@p4fc2a88b.dip0.t-ipconnect.de)
2023-04-26 18:06:35 +0000mc47(~mc47@xmonad/TheMC47)
2023-04-26 18:58:45 +0000hightower2(~hightower@85.94.71.188) (Ping timeout: 240 seconds)
2023-04-26 18:59:55 +0000mekeor[m](~mekeormat@2001:470:69fc:105::17e4)
2023-04-26 19:00:56 +0000 <mekeor[m]> hello :)
2023-04-26 19:25:28 +0000hightower2(~hightower@213.202.92.210)
2023-04-26 19:50:46 +0000 <geekosaur> hi
2023-04-26 20:51:34 +0000mc47(~mc47@xmonad/TheMC47) (Remote host closed the connection)
2023-04-26 21:45:26 +0000rekahsoft(~rekahsoft@bras-base-orllon1122w-grc-04-174-88-193-177.dsl.bell.ca)
2023-04-26 22:15:09 +0000lain1001(~lain@2601:582:c000:79c0:92e8:68ff:fe83:1b3f)
2023-04-26 22:28:10 +0000 <lain1001> Hi, I'm new to Xmonad and I have an issue with spawning firefox though all the other applications spawn correctly (urxvt, rofi, etc) maybe there's an issue with my code? Here's my xmonad.hs https://paste.rs/YTb.hs . Thanks in advance :)
2023-04-26 22:40:19 +0000 <geekosaur> xmobarProp steals M-b
2023-04-26 22:40:48 +0000 <geekosaur> you should see the screen flicker when you press it and any open windows should alternate between leaving room for xmobar and covering it up
2023-04-26 22:42:08 +0000 <geekosaur> (sorry for the delay, today has turned out to be quite a busy day)
2023-04-26 22:44:02 +0000 <geekosaur> you can either pick a different key for firefox, or switch from xmobarProp to withEasySB which lets you override the key sequence for toggling bar visibility
2023-04-26 23:04:46 +0000 <lain1001> geekosaur: I switched to withEasySB and firefox works, thank you
2023-04-26 23:05:45 +0000 <lain1001> Also, no need to be sorry for the delay :)