Forum › Forums › New users › New Users and General Questions › Split: I want to build zzzfm from source code. › Reply To: Split: I want to build zzzfm from source code.
Here’s a couple suggestions I’ve had for zzzfm:
– In desktop mode, the backdrop wallpaper should always be at 0,0 screen coordinates. Currently, it gets displaced by a taskbar/panel, which causes misalignment in things like Conky when the taskbar is placed on the top of the screen.
– There should be a commandline switch to open a new window as a completely new instance of zzzfm. Currently, only one instance of zzzfm is possible.
About showing or sorting by file creation date:
If I recall, to do that would require mounting the volume differently, which the OS can be configured to do, but generally isn’t done.
File “birth” time is stored and available on all the filesystems I know of. It can be checked with
stat <file>
and if you want to sort files by it on a terminal you can use
ls -l --sort=time --time=birth
"--"