2025-05-27 00:08:04 +0200 | m5zs7k | (aquares@web10.mydevil.net) m5zs7k |
2025-05-27 01:07:34 +0200 | tv | (~tv@user/tv) (Ping timeout: 260 seconds) |
2025-05-27 04:07:15 +0200 | td_ | (~td@83.135.9.23) (Ping timeout: 265 seconds) |
2025-05-27 04:08:57 +0200 | td_ | (~td@i53870903.versanet.de) td_ |
2025-05-27 04:13:04 +0200 | werneta | (~werneta@syn-071-083-160-242.res.spectrum.com) werneta |
2025-05-27 05:41:55 +0200 | dpn | (~dpn@203.220.95.204) (Ping timeout: 260 seconds) |
2025-05-27 07:07:04 +0200 | ChubaDuba | (~ChubaDuba@46.147.219.70) ChubaDuba |
2025-05-27 08:38:51 +0200 | werneta | (~werneta@syn-071-083-160-242.res.spectrum.com) (Ping timeout: 252 seconds) |
2025-05-27 08:56:24 +0200 | ChubaDuba | (~ChubaDuba@46.147.219.70) (Quit: WeeChat 4.6.3) |
2025-05-27 09:39:27 +0200 | mc47 | (~yecinem@host-212-114-138-22.customer.m-online.net) |
2025-05-27 10:24:16 +0200 | ft | (~ft@p3e9bc106.dip0.t-ipconnect.de) (Quit: leaving) |
2025-05-27 10:51:05 +0200 | Digitteknohippie | (~user@user/digit) Digit |
2025-05-27 10:51:48 +0200 | Digit | (~user@user/digit) (Ping timeout: 265 seconds) |
2025-05-27 11:02:31 +0200 | Digitteknohippie | Digit |
2025-05-27 11:46:57 +0200 | mkoskar | (~mkoskar@user/mkoskar) (Ping timeout: 252 seconds) |
2025-05-27 11:52:01 +0200 | mkoskar | (~mkoskar@user/mkoskar) mkoskar |
2025-05-27 14:10:06 +0200 | <haskellbridge> | <Plume> Hello, |
2025-05-27 14:10:06 +0200 | <haskellbridge> | ... long message truncated: https://kf8nh.com/_heisenbridge/media/kf8nh.com/aqAYsJlOGhxtEbktQfHYBxjo/nSmy8gQ6tuI (5 lines) |
2025-05-27 15:26:25 +0200 | mkoskar | (~mkoskar@user/mkoskar) (Quit: mkoskar) |
2025-05-27 15:26:41 +0200 | mkoskar | (~mkoskar@user/mkoskar) mkoskar |
2025-05-27 15:45:17 +0200 | Digitteknohippie | (~user@user/digit) Digit |
2025-05-27 15:45:40 +0200 | Digit | (~user@user/digit) (Ping timeout: 252 seconds) |
2025-05-27 15:57:06 +0200 | Digitteknohippie | Digit |
2025-05-27 16:50:10 +0200 | <geekosaur> | that sounds somewhat odd, since it's working here |
2025-05-27 16:52:19 +0200 | <geekosaur> | I'm not doing anything special in xmonad, just used MATE's configuration utility to set a cursor scheme |
2025-05-27 18:08:08 +0200 | <haskellbridge> | <Plume> I think I might have an idea why, must be due to me configuring with nix incorrectly, I'll try to fix it! |
2025-05-27 18:21:52 +0200 | mc47 | (~yecinem@host-212-114-138-22.customer.m-online.net) (Ping timeout: 252 seconds) |
2025-05-27 19:18:39 +0200 | ft | (~ft@p3e9bc106.dip0.t-ipconnect.de) ft |
2025-05-27 19:21:43 +0200 | <haskellbridge> | <Plume> I actually just found this issue that describes perfectly what I'm seeing https://github.com/xmonad/xmonad/pull/352 |
2025-05-27 19:21:45 +0200 | <haskellbridge> | I see that it's merged, but the function mouseDragCursor is nowhere to be found. Is it removed again? |
2025-05-27 19:22:53 +0200 | <haskellbridge> | <Plume> (Correction, it's used internally but not exported, it seems like) |
2025-05-27 19:27:54 +0200 | <geekosaur> | as described in the PR ("introduce a new (non-exported) `mouseDragCursor`") |
2025-05-27 19:30:00 +0200 | <haskellbridge> | <Plume> Yeah sorry, must have missed that part. |
2025-05-27 19:30:31 +0200 | <geekosaur> | with backward compatibility cited as the reason |
2025-05-27 19:30:40 +0200 | <geekosaur> | since we'd just made a major release |
2025-05-27 19:45:52 +0200 | <haskellbridge> | <Plume> Ok I can't seem to figure it out... |
2025-05-27 19:45:52 +0200 | <haskellbridge> | I wonder if it's because the left_ptr cursor is propagated from the displayManager, but not the rest (e.g., xC_fleur) |
2025-05-27 19:46:35 +0200 | <haskellbridge> | <Plume> If I run "xsetroot -cursor_name fleur" it would work just fine, but the grabbing and resizing cursors are still wrong. |
2025-05-27 19:47:55 +0200 | <geekosaur> | what version of xmonad is nix giving you? |
2025-05-27 19:49:47 +0200 | <haskellbridge> | <Plume> XMonad 0.18.0 |
2025-05-27 19:50:15 +0200 | <haskellbridge> | <Plume> I wonder if I need to set the cursor right before XMonad starts? |
2025-05-27 19:52:09 +0200 | <geekosaur> | generally yes, it's read during Xlib startup and most programs only catch such things during startup as a result |
2025-05-27 19:52:52 +0200 | <geekosaur> | I'm going to be out doing errands for the next few hours |
2025-05-27 19:54:10 +0200 | <haskellbridge> | <Plume> No problem, thank you for your help. |
2025-05-27 19:54:11 +0200 | <haskellbridge> | Also I want to correct me saying I have the same problem as in issue 352. My cursor do change, they just don't follow the theme. |
2025-05-27 19:55:50 +0200 | <haskellbridge> | <Plume> They change to the right shape, but wrong theme |