Set border colors for specific inactive windows #7907
Answered
by
kovidgoyal
crazygolem
asked this question in
Q&A
Replies: 1 comment
-
No, border colors are global, not per window.
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
crazygolem
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It doesn't seem possible to set
inactive_border_color
to a different value for specific windows usingkitten @ set-colors
, it always sets the color for all inactive windows. (For the active border this is not a problem, because there is always only one active window.)For example:
sets the color of all inactive window borders to blue. While:
only sets the cursor's color for the window id:2 to blue, leaving the other windows unchanged.
Is there a way to achieve it in python, e.g. from a watcher, by manipulating
Window
objects instead of using theset-colors
remote control?Beta Was this translation helpful? Give feedback.
All reactions