Logs on 2025-05-02 (liberachat/#xmonad)
| 00:19:18 | × | tremon quits (~tremon@83.80.159.219) (Quit: getting boxed in) |
| 00:55:58 | → | catman joins (~catman@user/catman) |
| 01:47:46 | → | sajenim joins (~sajenim@user/sajenim) |
| 02:09:27 | × | OftenFaded quits (~OftenFade@user/tisktisk) (Quit: Client closed) |
| 02:12:10 | → | werneta joins (~werneta@syn-071-083-160-242.res.spectrum.com) |
| 02:17:04 | × | td_ quits (~td@i53870904.versanet.de) (Ping timeout: 245 seconds) |
| 02:19:12 | → | td_ joins (~td@i53870923.versanet.de) |
| 02:31:06 | → | todi joins (~todi@p57803331.dip0.t-ipconnect.de) |
| 02:35:45 | × | lambdabot quits (~lambdabot@haskell/bot/lambdabot) (Remote host closed the connection) |
| 02:36:44 | → | lambdabot joins (~lambdabot@haskell/bot/lambdabot) |
| 02:39:41 | → | todi1 joins (~todi@183.96.168.66) |
| 02:40:28 | × | todi quits (~todi@p57803331.dip0.t-ipconnect.de) (Ping timeout: 252 seconds) |
| 05:40:07 | × | Natch quits (~natch@c-92-34-7-158.bbcust.telenor.se) (Ping timeout: 252 seconds) |
| 05:43:11 | → | Natch joins (~natch@c-92-34-7-158.bbcust.telenor.se) |
| 05:56:49 | → | OftenFaded joins (~OftenFade@user/tisktisk) |
| 06:00:16 | <OftenFaded> | Does anyone know a trick to get alacritty spawned by keybind if `spawn "alacritty` in xmonad.hs only blinks the screen? |
| 06:04:14 | <Leary> | OftenFaded: Sounds like alacritty is crashing on launch; check your session log for errors. |
| 06:08:44 | <OftenFaded> | does xmonad create session logs by default or does that require configuring first? |
| 06:10:57 | <OftenFaded> | xmonad.errors only has a long ghc command in it |
| 06:11:39 | × | todi1 quits (~todi@183.96.168.66) (Ping timeout: 272 seconds) |
| 06:12:14 | → | todi joins (~todi@p57803331.dip0.t-ipconnect.de) |
| 06:28:11 | <Leary> | OftenFaded: It's not the job of a window manager. Whether or where a session log is written depends on how your system is configured, so it may take some googling to find, but `journalctl -b0` and `less ~/.xsession-errors` are likely candidates. |
| 06:30:57 | <geekosaur> | sddm uses ~/.local/share/sddm/xorg-session.log |
| 06:44:27 | <OftenFaded> | looks like I only have xdm. I found a /var/log/syslog but it is just filled with kernel and networking info |
| 06:45:39 | <OftenFaded> | sad day, guess I'll be getting used to rxvt for awhile lol |
| 06:50:54 | × | catman quits (~catman@user/catman) (Ping timeout: 252 seconds) |
| 06:53:04 | → | catman joins (~catman@user/catman) |
| 07:59:14 | × | OftenFaded quits (~OftenFade@user/tisktisk) (Quit: Client closed) |
| 09:07:45 | → | Solitary joins (~Solitary@user/solitary) |
| 09:25:30 | Digit | presumes it's not typo'd a missing " in the config, like above^, or it would have failed on compile |
| 12:37:00 | × | _qw quits (~eqw@user/eqw) (Ping timeout: 260 seconds) |
| 12:37:51 | → | _qw joins (~eqw@user/eqw) |
| 12:55:22 | × | _qw quits (~eqw@user/eqw) (Ping timeout: 252 seconds) |
| 12:56:13 | → | _qw joins (~eqw@user/eqw) |
| 13:02:45 | × | _qw quits (~eqw@user/eqw) (Ping timeout: 248 seconds) |
| 13:03:35 | → | _qw joins (~eqw@user/eqw) |
| 13:28:09 | × | _qw quits (~eqw@user/eqw) (Ping timeout: 265 seconds) |
| 14:14:01 | → | _qw joins (~eqw@user/eqw) |
| 14:15:19 | → | OftenFaded joins (~OftenFade@user/tisktisk) |
| 14:33:55 | × | OftenFaded quits (~OftenFade@user/tisktisk) (Quit: Client closed) |
| 15:40:15 | → | OftenFaded joins (~OftenFade@user/tisktisk) |
| 15:51:03 | × | m5zs7k quits (aquares@web10.mydevil.net) (Ping timeout: 244 seconds) |
| 15:53:56 | → | m5zs7k joins (aquares@web10.mydevil.net) |
| 16:11:12 | <OftenFaded> | I had two very different/separate actions bound to a single keybind combo--would this conflict be logged somewhere? Also, shouldn't this error be found during `xmonad --recompile`? |
| 16:11:52 | <OftenFaded> | waht-- why do ticks not `code` |
| 16:11:57 | <OftenFaded> | oh its the ? |
| 16:23:25 | <Leary> | Nope. One of them would just get lost. |
| 16:30:34 | <OftenFaded> | so the compilation is essentially to identify system breaking conflicts only |
| 16:30:37 | <OftenFaded> | I see |
| 16:35:10 | <Leary> | A compiler for a general purpose language can only be so clever. It will tell you if your syntax is bad or the types don't match, but it can't tell you your logic differs from your intentions. |
| 16:37:32 | <Leary> | We use a bog-standard key-value `Map` for storing keybinds, and its implementation assumes you prefer to keep earlier/leftmost values. |
| 16:37:51 | <Leary> | Ideally we would wrap the `Map` and give it a sane `Monoid` instance so that conflicting keybinds would be combined and run in sequence, but such a change isn't backwards compatible. |
| 16:59:29 | × | sajenim quits (~sajenim@user/sajenim) (Ping timeout: 248 seconds) |
| 17:04:21 | × | freedrul1 quits (~deploy@167.99.155.33) (Ping timeout: 248 seconds) |
| 17:04:35 | → | freedrull joins (~deploy@167.99.155.33) |
| 17:05:03 | × | ElKowar quits (~ElKowar@srv-fin.xware-gmbh.de) (Ping timeout: 252 seconds) |
| 17:07:58 | <geekosaur> | IRC isn't markdown, `backticks` and _underscores_ don't do anything |
| 17:37:15 | × | OftenFaded quits (~OftenFade@user/tisktisk) (Quit: OftenFaded) |
| 17:37:19 | × | todi quits (~todi@p57803331.dip0.t-ipconnect.de) (Ping timeout: 252 seconds) |
| 17:39:33 | → | todi joins (~todi@p57803331.dip0.t-ipconnect.de) |
| 17:44:59 | × | todi quits (~todi@p57803331.dip0.t-ipconnect.de) (Ping timeout: 245 seconds) |
| 17:45:02 | × | haskellbridge quits (~hackager@syn-024-093-192-219.res.spectrum.com) (Remote host closed the connection) |
| 17:47:49 | → | haskellbridge joins (~hackager@syn-024-093-192-219.res.spectrum.com) |
| 18:23:13 | → | todi joins (~todi@183.96.168.66) |
| 18:55:57 | <srk> | _works in my irssi_ :D |
| 18:56:03 | <srk> | _sometimes_ |
| 19:23:23 | <geekosaur> | I tried to configure my hexchat for it but it broke tab statuses, and that was apparently a WONTFIX. (it's now irrelevant as the project has been abandoned; I need to find a new client) |
| 19:39:49 | → | OftenFaded joins (~OftenFade@user/tisktisk) |
All times are in UTC on 2025-05-02.