Compare commits

..

No commits in common. "002b7ea59f6d19c4a8dcbefc0a6337e163e34ce0" and "cc4d8e92bc3918b39fb3439a3d226882dc8341c8" have entirely different histories.

3 changed files with 1 additions and 22 deletions

View File

@ -41,13 +41,6 @@ pipewire-pulse
# utility
#
which
# in the aur
tmsu
# for qutebrowser copy code block
python-pyperclip
termdown
rsync
unzip
@ -64,7 +57,6 @@ remmina
python-pynvim
xorg-xinput
neofetch
cloc
aerc
# use w3m for aerc and disallow network
@ -112,9 +104,6 @@ ansible
# for personal website compilation
lowdown
# for lobster.sh
html-xml-utils
#
# for new systems
#

View File

@ -1,6 +1,6 @@
set recolor-darkcolor "#ffffff"
set recolor-lightcolor "#000000"
# set recolor true
set recolor true
set default-bg "#000000ff"
set index-bg "#000000"

View File

@ -41,13 +41,3 @@ function sel
end
exit
end
# use sxiv to select pictures
# see its man page about marking
# 'm' marks a single picture
function ssel
set res (sxiv -to $argv)
if test -n "$res"
sel $res
end
end