Newest at the top
2025-09-19 09:44:05 +0200 | Enrico63 | (~Enrico63@2a0b:e541:10d0:0:9efc:e8ff:fe24:3213) (Quit: Client closed) |
2025-09-19 09:39:43 +0200 | <Enrico63> | doesn't work either |
2025-09-19 09:39:02 +0200 | <Leary> | Err, and the order is flipped. Try `[("M-S-'", "M-?")]`. |
2025-09-19 09:38:55 +0200 | <Enrico63> | `remapKeysP` [("M-S-?", "M-S-'")] |
2025-09-19 09:38:54 +0200 | <Enrico63> | hence |
2025-09-19 09:38:42 +0200 | <Enrico63> | so I'd want super+shift+' to be mapped to help |
2025-09-19 09:38:17 +0200 | <Enrico63> | On my layout ? is shift+' |
2025-09-19 09:37:58 +0200 | <Enrico63> | What do you mean? |
2025-09-19 09:37:35 +0200 | <Leary> | It should be M-S-/ or M-? |
2025-09-19 09:37:12 +0200 | <Enrico63> | doesn't work |
2025-09-19 09:37:11 +0200 | <Enrico63> | `remapKeysP` [("M-S-?", "M-S-'")] |
2025-09-19 09:36:48 +0200 | <Enrico63> | A bit sad that there's there's no remapKeys, just remapKeysP, whereas additionalKeysP comes with additionalKeys too :( |
2025-09-19 09:32:04 +0200 | <Leary> | Ah, right, you'll want another modifier. |
2025-09-19 09:31:35 +0200 | <Enrico63> | Oh, in the example it was mapped to just shift+' , i.e. without super |
2025-09-19 09:31:34 +0200 | <Leary> | Apparently `EZConfig` exposes `remapKeysP`, so you could also write `xmonad $ def{ ... } `remapKeysP` [("S-'", "?")]`. |
2025-09-19 09:29:14 +0200 | <Enrico63> | No, wait, it does |
2025-09-19 09:28:36 +0200 | <Enrico63> | Leary, it doesn't seem to work :O |
2025-09-19 09:25:37 +0200 | assface | (~assface@dslb-002-201-020-218.002.201.pools.vodafone-ip.de) (Client Quit) |
2025-09-19 09:25:13 +0200 | assface | (~assface@dslb-002-201-020-218.002.201.pools.vodafone-ip.de) |
2025-09-19 09:23:30 +0200 | <Leary> | Enrico63: I don't see a better way than this: https://gist.github.com/LSLeary/6047e083e778da13c2e0d0615c6809f5 |
2025-09-19 09:11:03 +0200 | Enrico63 | (~Enrico63@2a0b:e541:10d0:0:9efc:e8ff:fe24:3213) Enrico63 |
2025-09-19 09:08:19 +0200 | Enrico63 | (~Enrico63@2a0b:e541:10d0:0:9efc:e8ff:fe24:3213) (Quit: Client closed) |
2025-09-19 09:07:10 +0200 | <Enrico63> | It seems to me that if doing xK_something requires a shift-modified keystroke, then such a binding won't work.. |
2025-09-19 09:05:18 +0200 | <Enrico63> | So... how am I supposed to run helpCommand? |
2025-09-19 09:05:17 +0200 | <Enrico63> | I, on my end, use an Italian layout, but ? still requires shift+' , and / still requires shift+7 |
2025-09-19 09:05:17 +0200 | <Enrico63> | The latter works on not-better-identified non-American layout. What is that? From wikipedia https://en.wikipedia.org/wiki/British_and_American_keyboards I see that typing ? on a British keyboard amounts to hitting shift+/ , just like on the American keyboard. |
2025-09-19 09:05:16 +0200 | <Enrico63> | The former works on American keyboard layout where / is a "plain" character (I'm glad if you can tell me the terminology for "plain". Is it "unmodified"?). |
2025-09-19 09:05:16 +0200 | <Enrico63> | , ((modMask , xK_question), helpCommand) |
2025-09-19 09:05:15 +0200 | <Enrico63> | -- repeat the binding for non-American layout keyboards |
2025-09-19 09:05:15 +0200 | <Enrico63> | , ((modMask .|. shiftMask, xK_slash ), helpCommand) -- %! Run xmessage with a summary of the default keybindings (useful for beginners) |
2025-09-19 09:05:14 +0200 | <Enrico63> | Hi there, I have a question about key bindings, that stems from my attempt to see the window with the default commands. To spawn that window, one needs to use these bindings: |
2025-09-19 09:03:04 +0200 | ft | (~ft@p4fc2a25a.dip0.t-ipconnect.de) (Quit: leaving) |
2025-09-19 08:42:46 +0200 | Enrico63 | (~Enrico63@2a0b:e541:10d0:0:9efc:e8ff:fe24:3213) Enrico63 |
2025-09-19 07:35:38 +0200 | Leary | (~Leary@user/Leary/x-0910699) Leary |
2025-09-19 07:28:20 +0200 | Lears | (~Leary@user/Leary/x-0910699) (Remote host closed the connection) |
2025-09-19 06:10:50 +0200 | zawaken | (~zawaken@user/zawaken) zawaken |
2025-09-19 06:08:59 +0200 | zawaken | (~zawaken@user/zawaken) (Ping timeout: 260 seconds) |
2025-09-19 05:20:07 +0200 | <haskellbridge> | <iqubic (she/her)> https://codeberg.org/xmobar/xmobar/src/branch/master/doc/plugins.org#headline-50 |
2025-09-19 05:19:44 +0200 | <haskellbridge> | <iqubic (she/her)> Hmm... The xmobar module for Wireless networking seems to be lacking a way to set a different display string and color when the machine isn't connected to internet. |
2025-09-19 04:36:21 +0200 | haskellbridge | (~hackager@syn-096-028-224-214.res.spectrum.com) hackager |
2025-09-19 04:35:52 +0200 | haskellbridge | (~hackager@syn-096-028-224-214.res.spectrum.com) (Remote host closed the connection) |
2025-09-19 04:19:01 +0200 | <haskellbridge> | <iqubic (she/her)> That's the broken version. |
2025-09-19 04:18:57 +0200 | <haskellbridge> | <iqubic (she/her)> https://dpaste.org/0pATb/raw |
2025-09-19 04:18:34 +0200 | <haskellbridge> | <iqubic (she/her)> geekosaur: Here's what I get for not using a tool with proper syntax highlighting... The error was that I was missing a few commas on the line "-l" and "-h". |
2025-09-19 03:55:25 +0200 | <haskellbridge> | <iqubic (she/her)> Why is there no easy way to search through a repo that's being hosted on codeberg? |
2025-09-19 03:23:25 +0200 | <haskellbridge> | <iqubic (she/her)> Alright... I've removed the Battery section for now and it seems to work... |
2025-09-19 02:59:41 +0200 | <haskellbridge> | <iqubic (she/her)> Sounds good. |
2025-09-19 02:59:11 +0200 | <geekosaur> | I'm not seeing anything here, you probably need someone who knows xmobar better |
2025-09-19 02:54:06 +0200 | <haskellbridge> | <iqubic (she/her)> It should... |
2025-09-19 02:53:09 +0200 | <geekosaur> | \I was trying to figure out if your xmobar actually supported the "trick" in that blog page |