Complete implementation of auto-show/hide an item in OBS on mouse-focus in XServer

This commit is contained in:
Dmitrii Okunev
2024-10-18 17:28:35 +01:00
parent 38bba4bbd1
commit f390abc6e2
25 changed files with 944 additions and 750 deletions

View File

@@ -0,0 +1,5 @@
package windowmanagerhandler
func ptr[T any](in T) *T {
return &in
}