new ssd and use qview
This commit is contained in:
parent
2c85d4c160
commit
98d7f13de3
4 changed files with 10 additions and 6 deletions
|
|
@ -5,7 +5,6 @@
|
|||
#wlrobs # Allows you to screen capture on wlroots based wayland compositors
|
||||
obs-vkcapture # Linux Vulkan/OpenGL game capture
|
||||
#obs-vaapi # VAAPI support via GStreamer. FFMPEG VAAPI implementation shows performance bottlenecks on some AMD hardware.
|
||||
#obs-tuna # Выводить инфу о треке, который сейчас играет
|
||||
#obs-pipewire-audio-capture # Capture using PipeWire (разве этого нет в сток обс?)
|
||||
#obs-mute-filter # Mute audio of a source
|
||||
#obs-multi-rtmp # Multi-site simultaneous broadcast. Имба? Рестрим локальный?
|
||||
|
|
@ -17,4 +16,4 @@
|
|||
};
|
||||
|
||||
# home.file."config?".source = ./config?; # Мб потом добавлю конфиги obs сюда
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,5 +5,10 @@
|
|||
fsType = "ext4";
|
||||
options = [ "defaults" "noatime" ]; #"uid=1000" "gid=1000" "dmask=007" "fmask=117" ];
|
||||
};
|
||||
"/mnt/shit" = {
|
||||
device = "/dev/disk/by-uuid/234dc4ed-ade3-447f-af5a-4d254835cc66";
|
||||
fsType = "ext4";
|
||||
options = [ "defaults" "noatime" ]; #"uid=1000" "gid=1000" "dmask=007" "fmask=117" ];
|
||||
};
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -397,7 +397,7 @@
|
|||
mpv # Смотреть видео
|
||||
# Смотреть картинки
|
||||
imv # Не умеет показывать анимированные webp. Через раз может показывать avif
|
||||
qview # Умеет в анимированные webp. Не умеет открывать avif
|
||||
qview # Умеет открывать всё, включая анимированный webp и avif
|
||||
feh # Нужен в большом количестве софта как зависимость. Может в avif, но криво
|
||||
|
||||
############
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ application/xml=nvim.desktop;code.desktop
|
|||
application/yaml=nvim.desktop;code.desktop
|
||||
image/*=com.interversehq.qView.desktop;imv.desktop
|
||||
image/apng=com.interversehq.qView.desktop;imv.desktop
|
||||
image/avif=imv.desktop
|
||||
image/avif=com.interversehq.qView.desktop;imv.desktop
|
||||
image/gif=com.interversehq.qView.desktop;imv.desktop
|
||||
image/jpeg=;com.interversehq.qView.desktop;imv.desktop;
|
||||
image/pjpeg=com.interversehq.qView.desktop;imv.desktop
|
||||
|
|
@ -56,7 +56,7 @@ audio/x-mpegurl=mpv.desktop
|
|||
audio/x-opus+ogg=mpv.desktop
|
||||
image/*=com.interversehq.qView.desktop;imv.desktop
|
||||
image/apng=com.interversehq.qView.desktop;imv.desktop
|
||||
image/avif=imv.desktop
|
||||
image/avif=com.interversehq.qView.desktop;imv.desktop
|
||||
image/gif=com.interversehq.qView.desktop;imv.desktop
|
||||
image/jpeg=com.interversehq.qView.desktop;imv.desktop
|
||||
image/pjpeg=com.interversehq.qView.desktop;imv.desktop
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue