mirror of
https://github.com/Phantop/dotfiles
synced 2025-12-08 04:57:35 +00:00
use nsxiv rather than sxiv
This commit is contained in:
parent
98dc897819
commit
6c9e0e0fee
|
|
@ -22,12 +22,12 @@ depends=(
|
|||
qutebrowser dart-sass qrencode pdfjs python-adblock python-readability-lxml
|
||||
|
||||
audacity avidemux-qt obs-studio sof-firmware sonic-visualiser
|
||||
mpv mpv-mpris anime4k-git sxiv libheif webp-pixbuf-loader
|
||||
mpv mpv-mpris anime4k-git nsxiv libheif webp-pixbuf-loader
|
||||
gimp krita qownnotes vmpk xournalpp
|
||||
zathura zathura-cb zathura-djvu zathura-pdf-mupdf xreader xarchiver calibre
|
||||
|
||||
ares-emu cemu-git dolphin-emu mandarine-git melonds-git ryujinx
|
||||
love luanti steam-native-runtime
|
||||
ares-emu azahar-git cemu-git dolphin-emu melonds-git ryujinx
|
||||
legendary love luanti proton-ge-custom-bin steam-native-runtime
|
||||
gamescope game-devices-udev
|
||||
|
||||
# Stuff to check out
|
||||
|
|
|
|||
|
|
@ -100,6 +100,7 @@ a scale 'dconf write /org/gnome/desktop/interface/text-scaling-factor'
|
|||
a smt 'echo on | s tee /sys/devices/system/cpu/smt/control'
|
||||
a sre 'systemctl soft-reboot'
|
||||
a sus 'systemctl suspend'
|
||||
a sxiv nsxiv
|
||||
a tar bsdtar
|
||||
a tcsv 'curl https://torrents-csv.com/service/search?q=(echo $argv | tr " " +) | jless;:'
|
||||
a up 's pacman -Syu'
|
||||
|
|
|
|||
|
|
@ -26,6 +26,7 @@ echo options i915 enable_rc6=1 enable_fbc=1 lvds_downclock=1 enable__psr=1 | t /
|
|||
if bootctl status | grep systemd-boot; then
|
||||
echo options lsm=landlock,lockdown,yama,integrity,apparmor,bpf | t /boot/loader/entries/*.conf
|
||||
fi
|
||||
s sed -i /NoDisplay/d /usr/share/applications/nsxiv.desktop
|
||||
|
||||
mkdir -p ~/.parallel/will-cite ~/.config/aria2
|
||||
stow --no-folding -d ~/.dotfiles -t ~/.config .
|
||||
|
|
|
|||
Loading…
Reference in a new issue