-
-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can you document your xmonad keybindings? #3
Comments
When
I never really imagined anyone would try to use the whole thing. It's more of a "if someone asks for something I have, I have a URL to point them to". So no, I don't think I'll be able to find time these days to document my config in more detail. Sorry about that. Feel free to ask questions, though. |
What about this code? primes [n] = [n]
primes ns = [ n ++ [p] | n <- ns | p <- "⠁⠃⠇⡇⡏⡟⡿⣿" ++ ['a'..] ] I compiled your xmonad and didn't see it anywhere in xmobar. |
Anyway, what are you gonna do about Xmobar? |
Well, https://github.com/liskin/dotfiles/blob/home/.fonts/Makefile together with https://github.com/liskin/dotfiles/blob/home/.config/fontconfig/conf.d/70-fixed-otb.conf and system-wide non-disabling of bitmap fonts in fontconfig, makes the Fixed font work just fine in pango. That being said, no doubt the new xmobar will break lots of things, so I'm in no hurry to upgrade. I don't need anything from the new version, and I don't really have a free day/two to fix all the inevitable breakage. |
Or maybe the config.
I'm trying your xmonad config, and mod-shift-a, mod-shift-s, mod-shift-d don't seem to do anything:
The text was updated successfully, but these errors were encountered: