Replies: 2 comments 1 reply
-
If you use a separate window to show the focus then you could use a simplified version of this example patch to achieve this. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Here is an example patch that adds a small square in the bottom right corner of the window. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have always wanted to run DWM without borders, I have a 4k monitor and would like to display multiple 1920x1080 windows at full resolution beside each other or in a 4x4 grid. (For example when showing remote desktops, it makes a big difference when the window size is reduced by the couple of pixels of border width)
I have modified the code to make the top bar float over the top of windows with the transparency patch applied so you can still see the windows contents below the bar.
I was thinking of showing window focus by putting a small square of maybe 4x4 pixels in the lower corner of the active window.
I don't think this would be too difficult to achieve but my C programming skills are lacking. I have a good understanding of how DWM functions by looking through the source and modifying pre-existing code, but writing my own modifications are unfortunately far beyond my skill level!
Beta Was this translation helpful? Give feedback.
All reactions