mirror of
https://github.com/Phantop/dotfiles
synced 2024-11-16 11:52:47 +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 advdef -z3
|
||||
|
||||
fd -e mp3 -x mp3packer \; -x rename -- -vbr ''
|
||||
fd -e mp3 -x mp3packer \; -x mv {.}-vbr.mp3 {}
|
||||
|
||||
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
|
||||
innoextract jpegoptim keepassxc kitty linux-tools-cpupower llvm-clang lrzip lynx
|
||||
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
|
||||
usbmuxd yt-dlp zathura-mupdf"
|
||||
qt-creator qutebrowser ripgrep solbuild spectacle spek starship sxiv syncthing tig
|
||||
tlp tor upx usbmuxd yt-dlp zathura-mupdf"
|
||||
se up; se it -c system.devel $pkgs
|
||||
pip3 install adblock pipx-in-pipx readability-lxml
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
set selection-clipboard clipboard
|
||||
set highlight-active-color '#FF79C6'
|
||||
set first-page-column 0
|
||||
set page-padding 0
|
||||
|
||||
#set recolor
|
||||
set recolor-keephue
|
||||
|
|
Loading…
Reference in a new issue