mirror of
https://github.com/Phantop/dotfiles
synced 2025-03-22 09:59:26 +00:00
mpv: use webp; use qView as image viewer
This commit is contained in:
parent
92355d4c66
commit
10ec79ed3f
|
@ -1,6 +1,8 @@
|
|||
hwdec = yes
|
||||
save-position-on-quit = yes
|
||||
screenshot-format = png
|
||||
screenshot-format = webp
|
||||
screenshot-webp-lossless = yes
|
||||
screenshot-webp-compression = 6
|
||||
gapless-audio = yes
|
||||
volume-max = 1000
|
||||
|
||||
|
|
|
@ -8,6 +8,7 @@ a cpugov 's cpupower frequency-set -g performance'
|
|||
a dirdl 'wget -r -k -p --no-parent --no-clobber -e robots=off'
|
||||
a dot 'cd ~/.dotfiles'
|
||||
a ex exit
|
||||
a feh qview
|
||||
a ff 'fd -HILi -Edosdevices -E.git'
|
||||
a g git
|
||||
a giveme 's chown $USER'
|
||||
|
|
12
.local/share/applications/qView.desktop
Normal file
12
.local/share/applications/qView.desktop
Normal file
|
@ -0,0 +1,12 @@
|
|||
[Desktop Entry]
|
||||
Name=qView
|
||||
Comment=An image viewer designed with minimalism and usability in mind.
|
||||
TryExec=qview
|
||||
Exec=qview %F
|
||||
Icon=qview
|
||||
StartupNotify=true
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=GNOME;GTK;Graphics;Viewer;
|
||||
MimeType=image/bmp;image/gif;image/jpeg;image/jpg;image/pjpeg;image/png;image/tiff;image/x-bmp;image/x-gray;image/x-icb;image/x-ico;image/x-png;image/x-portable-anymap;image/x-portable-bitmap;image/x-portable-graymap;image/x-portable-pixmap;image/x-xbitmap;image/x-xpixmap;image/x-pcx;image/svg+xml;image/svg+xml-compressed;image/vnd.wap.wbmp;
|
||||
Keywords=Image;Picture;Slideshow;
|
2
.setup
2
.setup
|
@ -8,7 +8,7 @@ sudo eopkg it -c system.devel
|
|||
audio="audacious audacious-plugins audacity opus-tools quodlibet spek"
|
||||
dev="docker-compose git-extras llvm-clang neovim parallel solbuild tig tor upx"
|
||||
gui="bleachbit caja engrampa keepassx kitty lutris vorta"
|
||||
media="feh gaupol gmic-gimp jpegoptim mpv playerctl usbmuxd rsync viewnior zathura-poppler"
|
||||
media="gaupol gmic-gimp jpegoptim mpv playerctl qview rsync usbmuxd zathura-poppler"
|
||||
rice="adapta-gtk-theme ant-dracula-gtk-theme font-ubuntu-ttf rofi starship stow"
|
||||
term="advancecomp autojump fd fish fzf innoextract most ncdu p7zip ranger ripgrep rsync tmux"
|
||||
web="arcanist aria2 deluge qutebrowser openssh-server speedtest-cli subliminal"
|
||||
|
|
Loading…
Reference in a new issue