Compare commits
5 Commits
cc4d8e92bc
...
002b7ea59f
Author | SHA1 | Date | |
---|---|---|---|
002b7ea59f | |||
cc348b5711 | |||
a1742ca0d2 | |||
3d4009673a | |||
6da824e060 |
11
programs
11
programs
@ -41,6 +41,13 @@ pipewire-pulse
|
||||
# utility
|
||||
#
|
||||
which
|
||||
|
||||
# in the aur
|
||||
tmsu
|
||||
|
||||
# for qutebrowser copy code block
|
||||
python-pyperclip
|
||||
|
||||
termdown
|
||||
rsync
|
||||
unzip
|
||||
@ -57,6 +64,7 @@ remmina
|
||||
python-pynvim
|
||||
xorg-xinput
|
||||
neofetch
|
||||
cloc
|
||||
|
||||
aerc
|
||||
# use w3m for aerc and disallow network
|
||||
@ -104,6 +112,9 @@ ansible
|
||||
# for personal website compilation
|
||||
lowdown
|
||||
|
||||
# for lobster.sh
|
||||
html-xml-utils
|
||||
|
||||
#
|
||||
# for new systems
|
||||
#
|
||||
|
@ -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"
|
||||
|
@ -41,3 +41,13 @@ 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user