You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you look into how to toggle "Show this window on all desktops" and "Show windows from this app on all desktops"?
I tried the code here but looks like it is outdated.
The text was updated successfully, but these errors were encountered:
; "Show this window on all desktops"; VD.IsWindowPinned(wintitle); VD.TogglePinWindow(wintitle); VD.PinWindow(wintitle); VD.UnPinWindow(wintitle); "Show windows from this app on all desktops"; VD.IsAppPinned(wintitle); VD.TogglePinApp(wintitle); VD.PinApp(wintitle); VD.UnPinApp(wintitle)
I removed "Show windows from this app on all desktops"
because I didn't think anyone would use it, I personally would only use "Show this window on all desktops"
tell me if you are going to use it, and use case? I'm curious
Hey,
Can you look into how to toggle "Show this window on all desktops" and "Show windows from this app on all desktops"?
I tried the code here but looks like it is outdated.
The text was updated successfully, but these errors were encountered: