Morgenkaff
Morgenkaff
It might hust on LineageOS then. I've had one on both a OnePlus 2 and Fairphone 4.  Don't know if it is one other versions of android.
Personally I would like ``` if (VD.WinExistInAnyDesktopNum(winTitle) { WinActivate(winTitle) } else { Run(command) } ``` and ``` if (VD.WinExistInNotCurrentDesktop(winTitle) { WinActivate(winTitle) } else { Run(command) } ``` Unless there is...
> @Morgenkaff `WinExist` with `DetectHiddenWindows 1` will search in all VD > > ```ahk > DetectHiddenWindows 1 > if (WinExist(winTitle)) { > VD.MoveWindowToCurrentDesktop(winTitle) > } else { > Run(command) >...
I would love auto save too.
I didn't add to the changelog, because it's not a change in Nanonote per se..
No need to apologize :) Nice touch with the tasks.py.
It says here: ``` -- No package 'fftw3f' found ``` So you have to install that dependency. How you do that depends on your distro. If you read through the...