Logs: liberachat/#xmonad
| 2023-04-26 03:50:04 | → | lain1001 joins (~lain@2601:582:c000:79c0:92e8:68ff:fe83:1b3f) |
| 2023-04-26 04:35:58 | × | lain1001 quits (~lain@2601:582:c000:79c0:92e8:68ff:fe83:1b3f) (Quit: WeeChat 3.8) |
| 2023-04-26 06:54:25 | × | werneta quits (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (Ping timeout: 240 seconds) |
| 2023-04-26 06:56:29 | → | werneta joins (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) |
| 2023-04-26 07:48:00 | → | cfricke joins (~cfricke@user/cfricke) |
| 2023-04-26 07:53:52 | → | mc47 joins (~mc47@xmonad/TheMC47) |
| 2023-04-26 08:29:41 | × | ft quits (~ft@p4fc2a88b.dip0.t-ipconnect.de) (Quit: leaving) |
| 2023-04-26 09:00:07 | × | nogonosa[m] quits (~nogonosan@2001:470:69fc:105::d2ec) (Quit: You have been kicked for being idle) |
| 2023-04-26 09:00:07 | × | ry362[m] quits (~ry362matr@2001:470:69fc:105::3:2987) (Quit: You have been kicked for being idle) |
| 2023-04-26 09:19:59 | noze` | is now known as noze |
| 2023-04-26 13:23:18 | → | mncheck joins (~mncheck@193.224.205.254) |
| 2023-04-26 13:29:37 | × | terrorjack quits (~terrorjac@2a01:4f8:c17:87f8::) (Quit: The Lounge - https://thelounge.chat) |
| 2023-04-26 13:31:34 | × | cfricke quits (~cfricke@user/cfricke) (Quit: WeeChat 3.8) |
| 2023-04-26 13:32:46 | → | terrorjack joins (~terrorjac@2a01:4f8:c17:87f8::) |
| 2023-04-26 14:02:08 | → | hightower2 joins (~hightower@85.94.71.188) |
| 2023-04-26 14:17:19 | × | mc47 quits (~mc47@xmonad/TheMC47) (Ping timeout: 256 seconds) |
| 2023-04-26 15:22:18 | × | xmonadtrack quits (~xmonadtra@xmonad/geekosaur) (Remote host closed the connection) |
| 2023-04-26 15:23:41 | × | geekosaur quits (~geekosaur@xmonad/geekosaur) (Quit: Leaving) |
| 2023-04-26 15:30:31 | → | geekosaur joins (~geekosaur@xmonad/geekosaur) |
| 2023-04-26 15:33:40 | → | xmonadtrack joins (~xmonadtra@069-135-003-034.biz.spectrum.com) |
| 2023-04-26 15:33:40 | × | xmonadtrack quits (~xmonadtra@069-135-003-034.biz.spectrum.com) (Changing host) |
| 2023-04-26 15:33:40 | → | xmonadtrack joins (~xmonadtra@xmonad/geekosaur) |
| 2023-04-26 17:24:35 | <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 | → | liskin[m] joins (~liskinmat@2001:470:69fc:105::768) |
| 2023-04-26 17:25:02 | → | unclechu joins (~unclechu@2001:470:69fc:105::354) |
| 2023-04-26 17:53:14 | → | ft joins (~ft@p4fc2a88b.dip0.t-ipconnect.de) |
| 2023-04-26 18:06:35 | → | mc47 joins (~mc47@xmonad/TheMC47) |
| 2023-04-26 18:58:45 | × | hightower2 quits (~hightower@85.94.71.188) (Ping timeout: 240 seconds) |
| 2023-04-26 18:59:55 | → | mekeor[m] joins (~mekeormat@2001:470:69fc:105::17e4) |
| 2023-04-26 19:00:56 | <mekeor[m]> | hello :) |
| 2023-04-26 19:25:28 | → | hightower2 joins (~hightower@213.202.92.210) |
| 2023-04-26 19:50:46 | <geekosaur> | hi |
| 2023-04-26 20:51:34 | × | mc47 quits (~mc47@xmonad/TheMC47) (Remote host closed the connection) |
| 2023-04-26 21:45:26 | → | rekahsoft joins (~rekahsoft@bras-base-orllon1122w-grc-04-174-88-193-177.dsl.bell.ca) |
| 2023-04-26 22:15:09 | → | lain1001 joins (~lain@2601:582:c000:79c0:92e8:68ff:fe83:1b3f) |
| 2023-04-26 22:28:10 | <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 | <geekosaur> | xmobarProp steals M-b |
| 2023-04-26 22:40:48 | <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 | <geekosaur> | (sorry for the delay, today has turned out to be quite a busy day) |
| 2023-04-26 22:44:02 | <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 | <lain1001> | geekosaur: I switched to withEasySB and firefox works, thank you |
| 2023-04-26 23:05:45 | <lain1001> | Also, no need to be sorry for the delay :) |
| 2023-04-27 00:26:25 | × | mncheck quits (~mncheck@193.224.205.254) (Ping timeout: 240 seconds) |
| 2023-04-27 02:44:27 | × | werneta quits (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (Ping timeout: 248 seconds) |
| 2023-04-27 02:45:20 | → | werneta joins (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) |
| 2023-04-27 02:55:37 | × | td_ quits (~td@i5387093B.versanet.de) (Ping timeout: 250 seconds) |
| 2023-04-27 02:57:27 | → | td_ joins (~td@i53870923.versanet.de) |
| 2023-04-27 03:44:25 | × | rekahsoft quits (~rekahsoft@bras-base-orllon1122w-grc-04-174-88-193-177.dsl.bell.ca) (Ping timeout: 240 seconds) |
| 2023-04-27 03:44:31 | × | lain1001 quits (~lain@2601:582:c000:79c0:92e8:68ff:fe83:1b3f) (Quit: WeeChat 3.8) |
| 2023-04-27 05:06:30 | → | hightower3 joins (~hightower@213.202.92.210) |
| 2023-04-27 05:07:01 | × | hightower2 quits (~hightower@213.202.92.210) (Remote host closed the connection) |
| 2023-04-27 05:48:23 | × | vanvik quits (~vanvik@185.201.120.72) (Quit: Ping timeout (120 seconds)) |
| 2023-04-27 06:20:13 | → | srk_ joins (~sorki@user/srk) |
| 2023-04-27 06:22:24 | × | srk quits (~sorki@user/srk) (Ping timeout: 248 seconds) |
| 2023-04-27 06:22:54 | srk_ | is now known as srk |
| 2023-04-27 06:33:04 | → | mncheck joins (~mncheck@193.224.205.254) |
| 2023-04-27 06:48:29 | <mekeor[m]> | 12min delay? haha |
| 2023-04-27 06:55:40 | → | kalj joins (~kalj@h-158-174-207-174.NA.cust.bahnhof.se) |
| 2023-04-27 07:09:46 | × | hightower3 quits (~hightower@213.202.92.210) (Ping timeout: 240 seconds) |
| 2023-04-27 07:18:21 | × | werneta quits (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (Ping timeout: 255 seconds) |
| 2023-04-27 07:20:08 | → | werneta joins (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) |
| 2023-04-27 07:28:11 | <geekosaur> | some people only wait 30-60 seconds before they give up and leave |
| 2023-04-27 07:32:25 | → | mc47 joins (~mc47@xmonad/TheMC47) |
| 2023-04-27 07:51:10 | → | stellacy joins (~stellacy@gateway/tor-sasl/stellacy) |
| 2023-04-27 08:11:34 | → | cfricke joins (~cfricke@user/cfricke) |
| 2023-04-27 08:14:24 | × | kalj quits (~kalj@h-158-174-207-174.NA.cust.bahnhof.se) (Quit: Client closed) |
| 2023-04-27 08:45:00 | × | ft quits (~ft@p4fc2a88b.dip0.t-ipconnect.de) (Quit: leaving) |
| 2023-04-27 08:47:32 | × | mc47 quits (~mc47@xmonad/TheMC47) (Remote host closed the connection) |
| 2023-04-27 08:57:03 | → | hightower2 joins (~hightower@85.94.71.188) |
| 2023-04-27 09:00:09 | × | unclechu quits (~unclechu@2001:470:69fc:105::354) (Quit: You have been kicked for being idle) |
| 2023-04-27 09:00:09 | × | liskin[m] quits (~liskinmat@2001:470:69fc:105::768) (Quit: You have been kicked for being idle) |
| 2023-04-27 09:31:00 | → | tremon joins (~tremon@83.80.159.219) |
| 2023-04-27 09:36:59 | → | kalj joins (~kalj@h-158-174-207-174.NA.cust.bahnhof.se) |
| 2023-04-27 10:19:05 | × | werneta quits (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (Ping timeout: 240 seconds) |
| 2023-04-27 11:05:39 | × | kalj quits (~kalj@h-158-174-207-174.NA.cust.bahnhof.se) (Quit: Client closed) |
| 2023-04-27 12:02:04 | × | hightower2 quits (~hightower@85.94.71.188) (Ping timeout: 250 seconds) |
| 2023-04-27 12:03:13 | × | terrorjack quits (~terrorjac@2a01:4f8:c17:87f8::) (Quit: The Lounge - https://thelounge.chat) |
| 2023-04-27 12:06:23 | → | terrorjack joins (~terrorjac@2a01:4f8:c17:87f8::) |
| 2023-04-27 12:10:48 | × | cfricke quits (~cfricke@user/cfricke) (Quit: WeeChat 3.8) |
| 2023-04-27 12:23:53 | → | kalj joins (~kalj@h-158-174-207-174.NA.cust.bahnhof.se) |
| 2023-04-27 13:22:08 | → | hightower2 joins (~hightower@cm-2158.cable.globalnet.hr) |
| 2023-04-27 13:49:37 | → | mc47 joins (~mc47@xmonad/TheMC47) |
| 2023-04-27 14:05:25 | × | mc47 quits (~mc47@xmonad/TheMC47) (Ping timeout: 240 seconds) |
| 2023-04-27 14:19:03 | → | mc47 joins (~mc47@xmonad/TheMC47) |
| 2023-04-27 14:23:25 | × | mc47 quits (~mc47@xmonad/TheMC47) (Ping timeout: 240 seconds) |
| 2023-04-27 14:32:26 | → | mc47 joins (~mc47@xmonad/TheMC47) |
| 2023-04-27 14:35:38 | × | kalj quits (~kalj@h-158-174-207-174.NA.cust.bahnhof.se) (Ping timeout: 245 seconds) |
| 2023-04-27 14:36:11 | × | mc47 quits (~mc47@xmonad/TheMC47) (Remote host closed the connection) |
| 2023-04-27 14:36:35 | → | mc47 joins (~mc47@xmonad/TheMC47) |
| 2023-04-27 14:51:43 | → | Goku_Black joins (~Goku_Blac@103.190.13.176) |
| 2023-04-27 14:53:56 | × | mc47 quits (~mc47@xmonad/TheMC47) (Remote host closed the connection) |
| 2023-04-27 14:54:52 | <Goku_Black> | hi |
| 2023-04-27 14:55:10 | <geekosaur> | hello |
| 2023-04-27 14:55:26 | → | liskin[m] joins (~liskinmat@2001:470:69fc:105::768) |
| 2023-04-27 14:55:40 | → | unclechu joins (~unclechu@2001:470:69fc:105::354) |
| 2023-04-27 14:55:55 | <Goku_Black> | this is my first time using irc and xmonad |
| 2023-04-27 14:56:03 | <geekosaur> | welcome! |
| 2023-04-27 14:56:21 | <Goku_Black> | i wanna ask one thing |
| 2023-04-27 14:56:32 | <Goku_Black> | why is hashkell documentation on xmonad |
| 2023-04-27 14:56:35 | <Goku_Black> | not updated |
All times are in UTC.