Logs: liberachat/#xmonad
| 2024-03-18 18:51:08 | <yaslam> | could it be a conflict with mate desktop |
| 2024-03-18 18:51:09 | <yaslam> | ? |
| 2024-03-18 18:51:54 | <geekosaur> | unlikely |
| 2024-03-18 18:52:26 | <geekosaur> | as you wrote it, toggleLayout would only apply to Tall, not Mirror Tall |
| 2024-03-18 18:52:39 | <geekosaur> | you need to move a parenthesis |
| 2024-03-18 18:53:02 | <geekosaur> | myLayouts = toggleLayouts Full (Tall 1 (3/100) (1/2) ||| Mirror tiled ||| Full) |
| 2024-03-18 18:53:46 | <yaslam> | done |
| 2024-03-18 18:53:53 | <yaslam> | i need to recompile brb |
| 2024-03-18 18:54:03 | <geekosaur> | mod-q? |
| 2024-03-18 18:54:19 | <yaslam> | that logs out |
| 2024-03-18 18:54:46 | <geekosaur> | shouldn't, that would be mod-shift-q |
| 2024-03-18 18:55:23 | <yaslam> | yep mod-q doesn't log out sorry |
| 2024-03-18 18:56:45 | <yaslam> | no effect |
| 2024-03-18 18:56:54 | <yaslam> | still ignores it for some reason |
| 2024-03-18 18:57:05 | <yaslam> | the keybind |
| 2024-03-18 19:04:12 | <geekosaur> | testing locally |
| 2024-03-18 19:05:58 | <yaslam> | alright |
| 2024-03-18 19:06:16 | <geekosaur> | working here. (I also use mateConfig; in fact, I'm the maintainer) |
| 2024-03-18 19:06:50 | <yaslam> | ah yes i saw that in the source |
| 2024-03-18 19:07:03 | <yaslam> | great job btw |
| 2024-03-18 19:07:12 | <yaslam> | that is strange that it works for you |
| 2024-03-18 19:07:40 | <yaslam> | nevermind, can switch to full anyway, thanks for the help |
| 2024-03-18 19:08:05 | <yaslam> | using mod + space |
| 2024-03-18 19:08:34 | <geekosaur> | yes, but you should be able to mod-f with that config |
| 2024-03-18 19:09:04 | <yaslam> | yeah idk |
| 2024-03-18 19:09:15 | <yaslam> | probably an issue with xorg or something idk |
| 2024-03-18 19:16:40 | <[Leary]> | yaslam: You probably don't want to keep the redundant ` ||| Full` at the end there; perhaps you're toggling between Full and Full (to no visible effect). |
| 2024-03-18 19:17:36 | <yaslam> | same issue without starting mate desktop |
| 2024-03-18 19:17:42 | <yaslam> | [Leary], will try that |
| 2024-03-18 19:26:25 | <yaslam> | same issue |
| 2024-03-18 19:26:33 | <yaslam> | new config https://bpa.st/3ZNQ |
| 2024-03-18 19:26:37 | <yaslam> | i give up lol |
| 2024-03-18 19:31:46 | <geekosaur> | fwiw https://github.com/geekosaur/xmonad.hs/blob/hilfy-2023/xmonad.hs#L157 closing paren is on line 167 and keybind is on line 223 |
| 2024-03-18 19:32:07 | <geekosaur> | (altered keybind is just my convention, shouldn't affect anything) |
| 2024-03-18 19:34:45 | <yaslam> | im going to try winkey + control + f aswell maybe that works |
| 2024-03-18 19:40:16 | <yaslam> | no nvm |
| 2024-03-18 19:40:23 | <yaslam> | doens't |
| 2024-03-18 19:42:45 | <yaslam> | just passes through |
| 2024-03-18 19:42:54 | <yaslam> | emacs picks it up though |
| 2024-03-18 19:43:13 | <yaslam> | doesn't go fullscreen though just says it is undefined |
| 2024-03-18 19:43:15 | <geekosaur> | that sounds like it's not actually being bound |
| 2024-03-18 19:43:44 | <yaslam> | it does |
| 2024-03-18 19:44:15 | <geekosaur> | eugh now I'm wondering how well tested the Mn- modifiers are. can you try it with just M-f? |
| 2024-03-18 19:44:21 | <yaslam> | yep |
| 2024-03-18 19:44:31 | <geekosaur> | (additionalKeysP will pick up that it's mod4 from your config) |
| 2024-03-18 19:44:56 | <geekosaur> | I've seen people use M1- but not sure anyone uses M4- |
| 2024-03-18 19:48:04 | <yaslam> | still there with m1 and m |
| 2024-03-18 19:48:34 | <yaslam> | the issue |
| 2024-03-18 19:49:05 | × | defjam quits (~defjam@2a02:c7e:2807:b900:f966:906f:65a4:1ca0) (Ping timeout: 256 seconds) |
| 2024-03-18 19:53:52 | <geekosaur> | oh, heh. I get two compile errors locally with your config |
| 2024-03-18 19:54:19 | <yaslam> | lol |
| 2024-03-18 19:54:40 | <geekosaur> | first off, you need a `$` after `xmonad` (otherwise `additionalKeysP` gets applied to the `xmonad` invocation instead of your config) |
| 2024-03-18 19:54:57 | <geekosaur> | second, you refer to `Mirror tiled` but `tiled` isn't defined |
| 2024-03-18 19:54:58 | <yaslam> | i didnt have xmessage installed LOL |
| 2024-03-18 19:55:48 | <yaslam> | ah yes mirror tiled isnt defined that makes sense |
| 2024-03-18 19:56:17 | → | defjam joins (~defjam@2a02:c7e:2807:b900:f966:906f:65a4:1ca0) |
| 2024-03-18 19:57:26 | <yaslam> | works now |
| 2024-03-18 19:57:28 | <yaslam> | LOl |
| 2024-03-18 19:57:30 | <yaslam> | LOL |
| 2024-03-18 19:58:43 | <yaslam> | thank you geekosaur |
| 2024-03-18 20:00:10 | <yaslam> | and [Leary] |
| 2024-03-18 20:10:39 | × | kelnoky quits (~kelnoky@2a02:8108:50c0:5650::3b82) (Quit: Client closed) |
| 2024-03-18 20:13:24 | <yaslam> | goodnight and thanks for the help |
| 2024-03-18 20:13:32 | × | yaslam quits (~yaslam@user/yaslam) (Quit: Leaving) |
| 2024-03-18 23:18:58 | × | defjam quits (~defjam@2a02:c7e:2807:b900:f966:906f:65a4:1ca0) (Ping timeout: 268 seconds) |
| 2024-03-18 23:51:27 | → | defjam joins (~defjam@2a02:c7e:2807:b900:f966:906f:65a4:1ca0) |
| 2024-03-19 00:58:51 | × | defjam quits (~defjam@2a02:c7e:2807:b900:f966:906f:65a4:1ca0) (Ping timeout: 260 seconds) |
| 2024-03-19 01:10:31 | → | defjam joins (~defjam@2a02:c7e:2807:b900:f966:906f:65a4:1ca0) |
| 2024-03-19 02:31:15 | × | defjam quits (~defjam@2a02:c7e:2807:b900:f966:906f:65a4:1ca0) (Ping timeout: 260 seconds) |
| 2024-03-19 02:44:43 | → | defjam joins (~defjam@2a02:c7e:2807:b900:f966:906f:65a4:1ca0) |
| 2024-03-19 02:49:27 | × | defjam quits (~defjam@2a02:c7e:2807:b900:f966:906f:65a4:1ca0) (Ping timeout: 260 seconds) |
| 2024-03-19 03:15:01 | × | ft quits (~ft@p3e9bce6e.dip0.t-ipconnect.de) (Ping timeout: 272 seconds) |
| 2024-03-19 03:16:10 | → | ft joins (~ft@p508db238.dip0.t-ipconnect.de) |
| 2024-03-19 03:19:33 | → | defjam joins (~defjam@2a02:c7e:2807:b900:f966:906f:65a4:1ca0) |
| 2024-03-19 03:27:00 | × | defjam quits (~defjam@2a02:c7e:2807:b900:f966:906f:65a4:1ca0) (Ping timeout: 255 seconds) |
| 2024-03-19 03:32:41 | <haskellbridge> | <la .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 | → | weitcis joins (~quassel@s-169-232-102-135.resnet.ucla.edu) |
| 2024-03-19 03:38:31 | → | defjam joins (~defjam@2a02:c7e:2807:b900:f966:906f:65a4:1ca0) |
| 2024-03-19 03:44:31 | × | defjam quits (~defjam@2a02:c7e:2807:b900:f966:906f:65a4:1ca0) (Ping timeout: 260 seconds) |
| 2024-03-19 03:48:29 | × | td_ quits (~td@i5387091B.versanet.de) (Ping timeout: 256 seconds) |
| 2024-03-19 03:50:05 | → | td_ joins (~td@i5387092A.versanet.de) |
| 2024-03-19 03:57:26 | → | defjam joins (~defjam@2a02:c7e:2807:b900:f966:906f:65a4:1ca0) |
| 2024-03-19 04:03:25 | × | defjam quits (~defjam@2a02:c7e:2807:b900:f966:906f:65a4:1ca0) (Ping timeout: 264 seconds) |
| 2024-03-19 04:15:03 | → | defjam joins (~defjam@2a02:c7e:2807:b900:f966:906f:65a4:1ca0) |
| 2024-03-19 04:16:21 | <[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 | × | defjam quits (~defjam@2a02:c7e:2807:b900:f966:906f:65a4:1ca0) (Ping timeout: 264 seconds) |
| 2024-03-19 04:22:42 | <[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 | → | defjam joins (~defjam@2a02:c7e:2807:b900:f966:906f:65a4:1ca0) |
| 2024-03-19 04:31:39 | × | defjam quits (~defjam@2a02:c7e:2807:b900:f966:906f:65a4:1ca0) (Ping timeout: 272 seconds) |
| 2024-03-19 04:45:08 | → | defjam joins (~defjam@2a02:c7e:2807:b900:f966:906f:65a4:1ca0) |
| 2024-03-19 04:51:09 | × | defjam quits (~defjam@2a02:c7e:2807:b900:f966:906f:65a4:1ca0) (Ping timeout: 255 seconds) |
| 2024-03-19 05:02:55 | → | defjam joins (~defjam@2a02:c7e:2807:b900:f966:906f:65a4:1ca0) |
| 2024-03-19 05:10:31 | × | defjam quits (~defjam@2a02:c7e:2807:b900:f966:906f:65a4:1ca0) (Ping timeout: 256 seconds) |
| 2024-03-19 05:21:41 | <geekosaur> | https://github.com/xmonad/xmonad/blob/master/src/XMonad/Config.hs#L151-L163 |
| 2024-03-19 05:22:27 | <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 | → | defjam joins (~defjam@2a02:c7e:2807:b900:f966:906f:65a4:1ca0) |
| 2024-03-19 05:29:21 | × | defjam quits (~defjam@2a02:c7e:2807:b900:f966:906f:65a4:1ca0) (Ping timeout: 256 seconds) |
| 2024-03-19 05:43:06 | → | defjam joins (~defjam@2a02:c7e:2807:b900:f966:906f:65a4:1ca0) |
| 2024-03-19 05:49:01 | × | defjam quits (~defjam@2a02:c7e:2807:b900:f966:906f:65a4:1ca0) (Ping timeout: 268 seconds) |
| 2024-03-19 06:00:54 | → | defjam joins (~defjam@2a02:c7e:2807:b900:f966:906f:65a4:1ca0) |
All times are in UTC.