home.social

#edittheconfig — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #edittheconfig, aggregated by home.social.

fetched live
  1. Ok, I finally managed to set font-lock-function-name-face to color-39 in a terminal without it being changed in X, where there is no such color as 39.
    In the Custom GUI I need to select 9 For all kinds of displays, not 8 For current display.
    ELisp:
    (custom-set-faces
    '(font-lock-function-name-face ((((type tty)) (:foreground "color-39")))))

  2. Now as I use over a lot more often, I think I would like :i3wm: to be able to rename on the fly, like in screen. Editing .config/i3/config is okay for naming, but not for renaming, since then I have to move the workspace's top level container to the new WS with the new name (the WS with the old name still exists).
    Maybe, when I have some time I could have a look at it myself.