2024/03/19

2024-03-19 00:58:51 +0000defjam(~defjam@2a02:c7e:2807:b900:f966:906f:65a4:1ca0) (Ping timeout: 260 seconds)
2024-03-19 01:10:31 +0000defjam(~defjam@2a02:c7e:2807:b900:f966:906f:65a4:1ca0)
2024-03-19 02:31:15 +0000defjam(~defjam@2a02:c7e:2807:b900:f966:906f:65a4:1ca0) (Ping timeout: 260 seconds)
2024-03-19 02:44:43 +0000defjam(~defjam@2a02:c7e:2807:b900:f966:906f:65a4:1ca0)
2024-03-19 02:49:27 +0000defjam(~defjam@2a02:c7e:2807:b900:f966:906f:65a4:1ca0) (Ping timeout: 260 seconds)
2024-03-19 03:15:01 +0000ft(~ft@p3e9bce6e.dip0.t-ipconnect.de) (Ping timeout: 272 seconds)
2024-03-19 03:16:10 +0000ft(~ft@p508db238.dip0.t-ipconnect.de)
2024-03-19 03:19:33 +0000defjam(~defjam@2a02:c7e:2807:b900:f966:906f:65a4:1ca0)
2024-03-19 03:27:00 +0000defjam(~defjam@2a02:c7e:2807:b900:f966:906f:65a4:1ca0) (Ping timeout: 255 seconds)
2024-03-19 03:32:41 +0000 <haskellbridge> <l​a .uetcis.> Hi everyone, I just started trying XMonad out and was trying to bind the release of my mouse button to spawn something. After some research I ended up having this config (https://paste.fal.moe/zQzbaV2k.txt), but it only reacts to button press events. Does anyone know how to properly do this?
2024-03-19 03:38:19 +0000weitcis(~quassel@s-169-232-102-135.resnet.ucla.edu)
2024-03-19 03:38:31 +0000defjam(~defjam@2a02:c7e:2807:b900:f966:906f:65a4:1ca0)
2024-03-19 03:44:31 +0000defjam(~defjam@2a02:c7e:2807:b900:f966:906f:65a4:1ca0) (Ping timeout: 260 seconds)
2024-03-19 03:48:29 +0000td_(~td@i5387091B.versanet.de) (Ping timeout: 256 seconds)
2024-03-19 03:50:05 +0000td_(~td@i5387092A.versanet.de)
2024-03-19 03:57:26 +0000defjam(~defjam@2a02:c7e:2807:b900:f966:906f:65a4:1ca0)
2024-03-19 04:03:25 +0000defjam(~defjam@2a02:c7e:2807:b900:f966:906f:65a4:1ca0) (Ping timeout: 264 seconds)
2024-03-19 04:15:03 +0000defjam(~defjam@2a02:c7e:2807:b900:f966:906f:65a4:1ca0)
2024-03-19 04:16:21 +0000 <[Leary]> la .uetcis.: xmonad masks button release events, so the event hook never sees them. You can change this by copying and adjusting the code for `grabButtons` <https://github.com/xmonad/xmonad/blob/master/src/XMonad/Main.hs#L459-L467> and running it in your `startupHook`. You probably just need to replace `buttonPressMask` with `buttonReleaseMask` and drop the `ungrabButton` line.
2024-03-19 04:21:25 +0000defjam(~defjam@2a02:c7e:2807:b900:f966:906f:65a4:1ca0) (Ping timeout: 264 seconds)
2024-03-19 04:22:42 +0000 <[Leary]> Err, I may be mistaken. That shouldn't be the case, since dragging uses a button release event...
2024-03-19 04:23:53 +0000defjam(~defjam@2a02:c7e:2807:b900:f966:906f:65a4:1ca0)
2024-03-19 04:31:39 +0000defjam(~defjam@2a02:c7e:2807:b900:f966:906f:65a4:1ca0) (Ping timeout: 272 seconds)
2024-03-19 04:45:08 +0000defjam(~defjam@2a02:c7e:2807:b900:f966:906f:65a4:1ca0)
2024-03-19 04:51:09 +0000defjam(~defjam@2a02:c7e:2807:b900:f966:906f:65a4:1ca0) (Ping timeout: 255 seconds)
2024-03-19 05:02:55 +0000defjam(~defjam@2a02:c7e:2807:b900:f966:906f:65a4:1ca0)
2024-03-19 05:10:31 +0000defjam(~defjam@2a02:c7e:2807:b900:f966:906f:65a4:1ca0) (Ping timeout: 256 seconds)
2024-03-19 05:21:41 +0000 <geekosaur> https://github.com/xmonad/xmonad/blob/master/src/XMonad/Config.hs#L151-L163
2024-03-19 05:22:27 +0000 <geekosaur> and mouse dragging uses a separate mask https://github.com/xmonad/xmonad/blob/master/src/XMonad/Operations.hs#L800-L801
2024-03-19 05:23:10 +0000defjam(~defjam@2a02:c7e:2807:b900:f966:906f:65a4:1ca0)
2024-03-19 05:29:21 +0000defjam(~defjam@2a02:c7e:2807:b900:f966:906f:65a4:1ca0) (Ping timeout: 256 seconds)
2024-03-19 05:43:06 +0000defjam(~defjam@2a02:c7e:2807:b900:f966:906f:65a4:1ca0)
2024-03-19 05:49:01 +0000defjam(~defjam@2a02:c7e:2807:b900:f966:906f:65a4:1ca0) (Ping timeout: 268 seconds)
2024-03-19 06:00:54 +0000defjam(~defjam@2a02:c7e:2807:b900:f966:906f:65a4:1ca0)
2024-03-19 06:06:51 +0000defjam(~defjam@2a02:c7e:2807:b900:f966:906f:65a4:1ca0) (Ping timeout: 260 seconds)
2024-03-19 06:19:33 +0000defjam(~defjam@2a02:c7e:2807:b900:f966:906f:65a4:1ca0)
2024-03-19 06:30:43 +0000defjam(~defjam@2a02:c7e:2807:b900:f966:906f:65a4:1ca0) (Ping timeout: 272 seconds)
2024-03-19 06:42:48 +0000 <haskellbridge> <l​a .uetcis.> Works perfect, thanks!
2024-03-19 06:43:21 +0000defjam(~defjam@2a02:c7e:2807:b900:f966:906f:65a4:1ca0)
2024-03-19 06:53:42 +0000defjam(~defjam@2a02:c7e:2807:b900:f966:906f:65a4:1ca0) (Ping timeout: 256 seconds)
2024-03-19 07:06:37 +0000defjam(~defjam@2a02:c7e:2807:b900:f966:906f:65a4:1ca0)
2024-03-19 07:07:45 +0000 <deebo> can i somehow pin a workspace to a screen so i don't accidentally swap to the same workspace on another screen?
2024-03-19 07:12:53 +0000defjam(~defjam@2a02:c7e:2807:b900:f966:906f:65a4:1ca0) (Ping timeout: 268 seconds)
2024-03-19 07:25:55 +0000defjam(~defjam@2a02:c7e:2807:b900:f966:906f:65a4:1ca0)
2024-03-19 07:31:41 +0000defjam(~defjam@2a02:c7e:2807:b900:f966:906f:65a4:1ca0) (Ping timeout: 240 seconds)
2024-03-19 07:43:23 +0000defjam(~defjam@2a02:c7e:2807:b900:f966:906f:65a4:1ca0)
2024-03-19 07:49:16 +0000defjam(~defjam@2a02:c7e:2807:b900:f966:906f:65a4:1ca0) (Ping timeout: 260 seconds)
2024-03-19 08:01:09 +0000defjam(~defjam@2a02:c7e:2807:b900:f966:906f:65a4:1ca0)
2024-03-19 08:10:51 +0000defjam(~defjam@2a02:c7e:2807:b900:f966:906f:65a4:1ca0) (Ping timeout: 256 seconds)
2024-03-19 08:24:30 +0000defjam(~defjam@2a02:c7e:2807:b900:f966:906f:65a4:1ca0)
2024-03-19 08:30:53 +0000defjam(~defjam@2a02:c7e:2807:b900:f966:906f:65a4:1ca0) (Ping timeout: 268 seconds)
2024-03-19 08:34:28 +0000defjam(~defjam@2a02:c7e:2807:b900:f966:906f:65a4:1ca0)
2024-03-19 08:40:05 +0000defjam(~defjam@2a02:c7e:2807:b900:f966:906f:65a4:1ca0) (Ping timeout: 240 seconds)
2024-03-19 08:52:45 +0000defjam(~defjam@2a02:c7e:2807:b900:f966:906f:65a4:1ca0)
2024-03-19 08:58:37 +0000defjam(~defjam@2a02:c7e:2807:b900:f966:906f:65a4:1ca0) (Ping timeout: 264 seconds)
2024-03-19 09:11:31 +0000defjam(~defjam@2a02:c7e:2807:b900:f966:906f:65a4:1ca0)
2024-03-19 09:16:53 +0000defjam(~defjam@2a02:c7e:2807:b900:f966:906f:65a4:1ca0) (Ping timeout: 240 seconds)
2024-03-19 09:26:58 +0000defjam(~defjam@2a02:c7e:2807:b900:f966:906f:65a4:1ca0)
2024-03-19 09:30:27 +0000yaslam(~user@user/yaslam)
2024-03-19 09:33:01 +0000defjam(~defjam@2a02:c7e:2807:b900:f966:906f:65a4:1ca0) (Ping timeout: 256 seconds)
2024-03-19 09:35:33 +0000yaslam(~user@user/yaslam) (Ping timeout: 255 seconds)
2024-03-19 09:41:22 +0000defjam(~defjam@2a02:c7e:2807:b900:f966:906f:65a4:1ca0)
2024-03-19 09:46:21 +0000defjam(~defjam@2a02:c7e:2807:b900:f966:906f:65a4:1ca0) (Ping timeout: 255 seconds)
2024-03-19 09:58:15 +0000defjam(~defjam@2a02:c7e:2807:b900:f966:906f:65a4:1ca0)
2024-03-19 09:59:59 +0000yaslam(~user@host-92-7-211-106.as13285.net)
2024-03-19 10:00:16 +0000defjam(~defjam@2a02:c7e:2807:b900:f966:906f:65a4:1ca0) (Max SendQ exceeded)
2024-03-19 10:01:40 +0000defjam(~defjam@2a02:c7e:2807:b900:f966:906f:65a4:1ca0)
2024-03-19 10:39:25 +0000yaslam(~user@host-92-7-211-106.as13285.net) (Ping timeout: 264 seconds)
2024-03-19 10:56:05 +0000yaslam(~user@host-92-7-211-106.as13285.net)
2024-03-19 11:01:34 +0000yaslam(~user@host-92-7-211-106.as13285.net) (Remote host closed the connection)
2024-03-19 12:08:09 +0000td_(~td@i5387092A.versanet.de) (Quit: waking up from the american dream ...)
2024-03-19 12:19:11 +0000td_(~td@i5387092A.versanet.de)
2024-03-19 13:54:21 +0000 <[Leary]> geekosaur: Oh dear, somehow I was completely ignorant of these XConfig fields. And--- I see, so these pointer events are grabbed and ungrabbed separately, how confusing. But thanks for clearing that up for me.
2024-03-19 14:01:03 +0000magesing(~magesing@bras-base-hmtnon143hw-grc-05-174-91-104-53.dsl.bell.ca)
2024-03-19 14:08:07 +0000L29Ah(~L29Ah@wikipedia/L29Ah) (Read error: Connection reset by peer)
2024-03-19 14:18:52 +0000 <magesing> Hi everyone... My xmonad config is here: https://text.is/9O8R  I expect when I do a  `Mod-q` xmonad should recompile, and my session should reflect changes in  my `~/.xmonad/xmonad.hs`, however, it doesn't.... Is there something I need to add to my configuration to get that to work?
2024-03-19 14:21:25 +0000magesing81(~magesing@2605:b100:15c:53a7:f5f8:f26b:d616:8215)
2024-03-19 14:21:57 +0000magesing(~magesing@bras-base-hmtnon143hw-grc-05-174-91-104-53.dsl.bell.ca) (Quit: Client closed)
2024-03-19 14:25:38 +0000magesing(~magesing@bras-base-hmtnon143hw-grc-05-174-91-104-53.dsl.bell.ca)
2024-03-19 14:26:17 +0000magesing81(~magesing@2605:b100:15c:53a7:f5f8:f26b:d616:8215) (Client Quit)
2024-03-19 14:26:31 +0000magesing(~magesing@bras-base-hmtnon143hw-grc-05-174-91-104-53.dsl.bell.ca) (Client Quit)
2024-03-19 14:34:43 +0000magesing(~magesing@bras-base-hmtnon143hw-grc-05-174-91-104-53.dsl.bell.ca)
2024-03-19 14:36:53 +0000 <magesing> I figured out my issue.... on my system `ghcup` was only installed for my user (not system wide), in such a way that the environment used for the `META-q` rebuild didn't have `ghcup` in the environment. In arch, installing the `ghcup-hs-bin` package from AUR fixed it for me.
2024-03-19 14:47:11 +0000 <geekosaur> the real problem is X usually starts without your user environment. I add a file to the X startup on my system that imports my environment (https://github.com/geekosaur/xmonad.hs/blob/hilfy-2023/10profile, symlinked to /etc/X11/Xsession.d/10profile)
2024-03-19 14:48:30 +0000 <geekosaur> this is a historical wart from when people often logged in to a text mode console and had things in their .profile that wouldn't work without a (physical) terminal, and the X session setup runs before a terminal emulator can be run
2024-03-19 14:49:02 +0000 <magesing> geekosaur: that configuration probably also changes depending on what login-manager you're using
2024-03-19 14:58:29 +0000defjam(~defjam@2a02:c7e:2807:b900:f966:906f:65a4:1ca0) (Ping timeout: 240 seconds)
2024-03-19 15:01:48 +0000defjam(~defjam@2a02:c7e:2807:b900:f966:906f:65a4:1ca0)
2024-03-19 15:51:42 +0000L29Ah(~L29Ah@wikipedia/L29Ah)
2024-03-19 16:43:03 +0000defjam(~defjam@2a02:c7e:2807:b900:f966:906f:65a4:1ca0) (Ping timeout: 255 seconds)
2024-03-19 16:56:59 +0000defjam(~defjam@2a02:c7e:2807:b900:f966:906f:65a4:1ca0)
2024-03-19 17:01:49 +0000defjam(~defjam@2a02:c7e:2807:b900:f966:906f:65a4:1ca0) (Ping timeout: 256 seconds)
2024-03-19 17:13:22 +0000defjam(~defjam@2a02:c7e:2807:b900:f966:906f:65a4:1ca0)
2024-03-19 17:20:43 +0000defjam(~defjam@2a02:c7e:2807:b900:f966:906f:65a4:1ca0) (Ping timeout: 260 seconds)
2024-03-19 17:32:48 +0000defjam(~defjam@2a02:c7e:2807:b900:f966:906f:65a4:1ca0)
2024-03-19 17:38:29 +0000defjam(~defjam@2a02:c7e:2807:b900:f966:906f:65a4:1ca0) (Ping timeout: 240 seconds)
2024-03-19 17:45:51 +0000defjam(~defjam@2a02:c7e:2807:b900:f966:906f:65a4:1ca0)
2024-03-19 17:53:18 +0000defjam(~defjam@2a02:c7e:2807:b900:f966:906f:65a4:1ca0) (Ping timeout: 256 seconds)
2024-03-19 18:05:50 +0000defjam(~defjam@2a02:c7e:2807:b900:f966:906f:65a4:1ca0)
2024-03-19 18:11:49 +0000defjam(~defjam@2a02:c7e:2807:b900:f966:906f:65a4:1ca0) (Ping timeout: 264 seconds)
2024-03-19 18:23:47 +0000defjam(~defjam@2a02:c7e:2807:b900:f966:906f:65a4:1ca0)
2024-03-19 18:30:17 +0000defjam(~defjam@2a02:c7e:2807:b900:f966:906f:65a4:1ca0) (Ping timeout: 268 seconds)
2024-03-19 18:36:10 +0000defjam(~defjam@2a02:c7e:2807:b900:f966:906f:65a4:1ca0)
2024-03-19 19:33:43 +0000defjam(~defjam@2a02:c7e:2807:b900:f966:906f:65a4:1ca0) (Ping timeout: 260 seconds)
2024-03-19 20:01:13 +0000defjam(~defjam@2a02:c7e:2807:b900:f966:906f:65a4:1ca0)
2024-03-19 20:07:36 +0000defjam(~defjam@2a02:c7e:2807:b900:f966:906f:65a4:1ca0) (Ping timeout: 256 seconds)
2024-03-19 20:11:25 +0000defjam(~defjam@2a02:c7e:2807:b900:f966:906f:65a4:1ca0)
2024-03-19 20:56:16 +0000todi(~todi@p57803331.dip0.t-ipconnect.de) (Quit: ZNC - https://znc.in)
2024-03-19 22:04:01 +0000ircbrowse_tom(~ircbrowse@2a01:4f8:1c1c:9319::1)
2024-03-19 22:04:03 +0000Server+cnt