Logs on 2025-01-13 (liberachat/#xmonad)
| 02:52:16 | × | rekahsoft quits (~rekahsoft@70.51.99.237) (Quit: connecting on another system) |
| 02:52:50 | → | rekahsoft joins (~rekahsoft@70.51.99.237) |
| 04:05:24 | × | rekahsoft quits (~rekahsoft@70.51.99.237) (Ping timeout: 245 seconds) |
| 06:02:01 | × | ft quits (~ft@p4fc2a354.dip0.t-ipconnect.de) (Quit: leaving) |
| 08:14:24 | → | ChubaDuba joins (~ChubaDuba@79.136.181.108) |
| 13:14:10 | → | mc47 joins (~yecinem@host-212-114-138-22.customer.m-online.net) |
| 13:14:39 | × | mc47 quits (~yecinem@host-212-114-138-22.customer.m-online.net) (Changing host) |
| 13:14:39 | → | mc47 joins (~yecinem@xmonad/TheMC47) |
| 13:15:57 | <mc47> | hey guys! I (finally) can focus again on xmonad, if there is anything where you need assistance or support, just reach out |
| 13:16:07 | <mc47> | (maybe also just to my email, I don't check IRC often) |
| 13:26:07 | <geekosaur> | I think the biggest fire at the moment is that practically everything that's based on `LayoutModifier` is broken wrt `Hide` and `ReleaseResources`, but I'm already poking at that |
| 13:27:05 | <geekosaur> | https://github.com/xmonad/xmonad-contrib/issues/136 |
| 13:36:06 | <liskin> | I was meaning to look into it because that seems extremely unlikely |
| 13:37:45 | <geekosaur> | the default implementation of `handleMess` doesn't pass on `Hide` or `ReleaseResources`, it calls `doUnhook` and eats the messages. https://github.com/xmonad/xmonad-contrib/blob/master/XMonad/Layout/LayoutModifier.hs#L146 |
| 13:38:01 | <liskin> | https://github.com/xmonad/xmonad-contrib/blob/master/XMonad/Layout/LayoutModifier.hs#L263 - the lower layout always gets to handle the message, unless it was modified and turned into something else, which few modifiers do |
| 13:38:39 | <liskin> | mc47: what changed in your life that you can get back to xmonad, btw? |
| 13:41:00 | <liskin> | (in my case it's the other way around - I don't think I'll be able to do much xmonad stuff until I stop having a full time job, but once that happens, I probably won't afford to stay in London, because xmonad absolutely doesn't have enough donations to make that viable, even if I worked full time on it) |
| 13:42:53 | <mc47> | liskin: I was honestly overwhelmed with life a bit for the past year. It was the first year working full-time, so I kinda needed to find my rhythm. Now I feel more comfortable looking at a screen and coding after work :) |
| 13:43:34 | <mc47> | I'll try to take a look geekosaur |
| 13:45:42 | <liskin> | mc47: oh, that's awesome then :-) |
| 13:46:15 | <liskin> | I've never managed that with a full-time job. |
| 13:47:49 | <mc47> | Honestly, it helps that the weather is kinda shit now so I'm not tempted to go outside :D and pre-cooking for the week helps with the free time |
| 13:48:10 | × | T_X quits (~T_X@diktynna.open-mesh.org) (Read error: Connection reset by peer) |
| 13:48:20 | → | T_X joins (~T_X@diktynna.open-mesh.org) |
| 14:25:47 | × | ChubaDuba quits (~ChubaDuba@79.136.181.108) (Quit: WeeChat 4.5.1) |
| 16:56:35 | → | Guest7 joins (~Guest13@c-98-38-94-42.hsd1.co.comcast.net) |
| 16:57:40 | × | Guest7 quits (~Guest13@c-98-38-94-42.hsd1.co.comcast.net) (Client Quit) |
| 16:57:58 | → | Guest31 joins (~Guest31@c-98-38-94-42.hsd1.co.comcast.net) |
| 16:58:30 | <Guest31> | does anyone know how I can get tap-to-click working on my touchpad? I'm running xmonad on fedora under GDM and tap-to-click works in gnome but not xmonad |
| 17:01:40 | <geekosaur> | it's an xinput setting, I couldn't tell you which one because touchpads aren't very consistent |
| 17:02:27 | <L29Ah> | Guest31: it's irrelevant to xmonad; also you can use synclient(1) perhaps |
| 17:02:53 | <Guest31> | if it's irrelevant to xmonad why does it work without doing anything under gnome? |
| 17:05:09 | <L29Ah> | ask gnome |
| 17:05:43 | <L29Ah> | xmonad is a window manager, it doesn't configure input devices, unlike gnome that tries to do everything apparently |
| 17:07:30 | <geekosaur> | as does mate. that's why they're desktop managers, not just window managers |
| 17:07:39 | <L29Ah> | https://hackage.haskell.org/package/xmonad-contrib-0.18.1/docs/XMonad-Config-Gnome.html apparently one can use xmonad with gnome |
| 17:08:37 | <geekosaur> | you used to be able to with gnome 2, or if you have gnome-flashback whoich is gnome 2 with a gnome 3-ish theme |
| 17:08:46 | <geekosaur> | gnome 3 itself cannot |
| 17:10:39 | <geekosaur> | https://www.baeldung.com/linux/enable-disable-touchpad-scrolling-tapping-command-line |
| 17:10:58 | <Guest31> | I'm not sure what that gnomeConfig does...I didn't need to use it at all, I just installed xmonad with dnf and it showed up as an option in GDM |
| 17:11:15 | <geekosaur> | I'm not seeing the relevant options on my local touchpad but it's not yours and may not support tap to click |
| 17:11:41 | <Guest31> | looks like it maybe just sets terminal, which I don't want anyway. I just want the gnome mouse settings to get applied, I wonder if there's some gnome command I can run to do that |
| 17:11:47 | <geekosaur> | it switches the default terminal and hooks mod-shift-q to the gnome logout dialog, pretty much |
| 17:13:31 | <geekosaur> | you can run the gnome settings manager but expect it to kill xmonad and start gnome 3 |
| 17:13:37 | <geekosaur> | it's all tied together |
| 17:14:06 | → | ft joins (~ft@p4fc2a354.dip0.t-ipconnect.de) |
| 17:17:50 | → | ash3en joins (~Thunderbi@2a03:7846:b6eb:101:93ac:a90a:da67:f207) |
| 17:30:10 | × | Guest31 quits (~Guest31@c-98-38-94-42.hsd1.co.comcast.net) (Ping timeout: 240 seconds) |
| 17:35:03 | <mc47> | For what it's worth: https://wiki.archlinux.org/title/Touchpad_Synaptics. They probably just need a driver installed and a configuration file under /etc/X11/xorg.conf.d/ |
| 17:39:53 | × | mc47 quits (~yecinem@xmonad/TheMC47) (Ping timeout: 265 seconds) |
| 18:01:59 | × | ash3en quits (~Thunderbi@2a03:7846:b6eb:101:93ac:a90a:da67:f207) (Quit: ash3en) |
| 18:16:05 | × | hightower2 quits (~hightower@213.186.15.36) (Remote host closed the connection) |
| 18:20:16 | → | Guest31 joins (~Guest31@c-98-38-94-42.hsd1.co.comcast.net) |
| 18:27:43 | → | mc47 joins (~yecinem@xmonad/TheMC47) |
| 18:32:16 | × | mc47 quits (~yecinem@xmonad/TheMC47) (Remote host closed the connection) |
| 19:28:20 | × | catman quits (~catman@user/catman) (Quit: WeeChat 4.5.1) |
| 19:36:42 | → | ircbrowse_tom joins (~ircbrowse@user/tomsmeding/bot/ircbrowse-tom) |
| 19:36:46 | Server | sets mode +cnt |
| 19:53:22 | → | catman joins (~catman@user/catman) |
| 20:01:41 | × | catman quits (~catman@user/catman) (Quit: WeeChat 4.5.1) |
| 20:06:31 | → | catman joins (~catman@user/catman) |
| 20:14:28 | × | Guest31 quits (~Guest31@c-98-38-94-42.hsd1.co.comcast.net) (Quit: Client closed) |
| 20:27:40 | × | catman quits (~catman@user/catman) (Quit: WeeChat 4.5.1) |
| 21:33:47 | → | Guest31 joins (~Guest31@c-98-38-94-42.hsd1.co.comcast.net) |
| 22:00:37 | × | Guest31 quits (~Guest31@c-98-38-94-42.hsd1.co.comcast.net) (Quit: Client closed) |
| 22:13:18 | × | Forkk quits (~forkk@li926-228.members.linode.com) (Quit: http://quassel-irc.org - Chat comfortably. Anywhere.) |
| 22:15:22 | → | Forkk13 joins (~forkk@li926-228.members.linode.com) |
| 22:36:02 | → | hightower2 joins (~hightower@213.186.15.36) |
All times are in UTC on 2025-01-13.