mirror of
https://github.com/Phantop/dotfiles
synced 2025-02-03 10:17:46 +00:00
optiall: fix mp3 handling, zathura: remove padding
This commit is contained in:
parent
6bb6327380
commit
7e524ab967
|
@ -7,6 +7,6 @@ fd -e webp -x cwebp -z 9 -mt {} -o {}
|
||||||
fd -t f -x advzip -z3
|
fd -t f -x advzip -z3
|
||||||
fd -t f -x advdef -z3
|
fd -t f -x advdef -z3
|
||||||
|
|
||||||
fd -e mp3 -x mp3packer \; -x rename -- -vbr ''
|
fd -e mp3 -x mp3packer \; -x mv {.}-vbr.mp3 {}
|
||||||
|
|
||||||
fd -e so -x strip
|
fd -e so -x strip
|
||||||
|
|
|
@ -9,8 +9,8 @@ pkgs="advancecomp arcanist aria2 audacious audacity autojump avidemux bleachbit
|
||||||
ccache corectrl dolphin-emu fd fish fzf gifsicle gimp git-extras htop ifuse
|
ccache corectrl dolphin-emu fd fish fzf gifsicle gimp git-extras htop ifuse
|
||||||
innoextract jpegoptim keepassxc kitty linux-tools-cpupower llvm-clang lrzip lynx
|
innoextract jpegoptim keepassxc kitty linux-tools-cpupower llvm-clang lrzip lynx
|
||||||
mkvtoolnix moreutils mpv ncdu neovim nicotine-plus nnn opus-tools p7zip parallel
|
mkvtoolnix moreutils mpv ncdu neovim nicotine-plus nnn opus-tools p7zip parallel
|
||||||
qt-creator qutebrowser ripgrep solbuild spek starship sxiv syncthing tig tlp tor upx
|
qt-creator qutebrowser ripgrep solbuild spectacle spek starship sxiv syncthing tig
|
||||||
usbmuxd yt-dlp zathura-mupdf"
|
tlp tor upx usbmuxd yt-dlp zathura-mupdf"
|
||||||
se up; se it -c system.devel $pkgs
|
se up; se it -c system.devel $pkgs
|
||||||
pip3 install adblock pipx-in-pipx readability-lxml
|
pip3 install adblock pipx-in-pipx readability-lxml
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
set selection-clipboard clipboard
|
set selection-clipboard clipboard
|
||||||
set highlight-active-color '#FF79C6'
|
set highlight-active-color '#FF79C6'
|
||||||
set first-page-column 0
|
set first-page-column 0
|
||||||
|
set page-padding 0
|
||||||
|
|
||||||
#set recolor
|
#set recolor
|
||||||
set recolor-keephue
|
set recolor-keephue
|
||||||
|
|
Loading…
Reference in a new issue