Closed eboye closed 2 years ago
cat << EOF > /usr/share/applications/pix-fullscreen.desktop
[Desktop Entry]
Name=Pix (full screen)
GenericName=Image Viewer
Comment=View your images in full screen
Categories=GNOME;GTK;Graphics;Viewer;RasterGraphics;2DGraphics;Photography;
Exec=pix -f %U
Icon=pix
MimeType=image/bmp;image/jpeg;image/gif;image/png;image/tiff;image/x-bmp;image/x-ico;image/x-png;image/x-pcx;image/x-tga;image/xpm;image/svg+xml;image/webp;image/x-webp;
StartupNotify=true
Terminal=false
Type=Application
EOF
@darkshram thanks a bunch!
Issue
Directly opening the image is in windowed mode, can it be opened in full screen by default?
Steps to reproduce
In file manager open file by pressing enter or double click when Pix is default image viewer.
Expected behaviour
Open image in fullscreen
Other information
I think this would be great as an option.