#edittheconfig — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #edittheconfig, aggregated by home.social.
-
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"))))) -
Now as I use #screen over #ssh a lot more often, I think I would like :i3wm: #i3 #i3wm to be able to rename #workspaces 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.
#ideas #features #edittheconfig #doitmyself