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
|
# utility
|
||||||
#
|
#
|
||||||
which
|
which
|
||||||
|
|
||||||
|
# in the aur
|
||||||
|
tmsu
|
||||||
|
|
||||||
|
# for qutebrowser copy code block
|
||||||
|
python-pyperclip
|
||||||
|
|
||||||
termdown
|
termdown
|
||||||
rsync
|
rsync
|
||||||
unzip
|
unzip
|
||||||
@ -57,6 +64,7 @@ remmina
|
|||||||
python-pynvim
|
python-pynvim
|
||||||
xorg-xinput
|
xorg-xinput
|
||||||
neofetch
|
neofetch
|
||||||
|
cloc
|
||||||
|
|
||||||
aerc
|
aerc
|
||||||
# use w3m for aerc and disallow network
|
# use w3m for aerc and disallow network
|
||||||
@ -104,6 +112,9 @@ ansible
|
|||||||
# for personal website compilation
|
# for personal website compilation
|
||||||
lowdown
|
lowdown
|
||||||
|
|
||||||
|
# for lobster.sh
|
||||||
|
html-xml-utils
|
||||||
|
|
||||||
#
|
#
|
||||||
# for new systems
|
# for new systems
|
||||||
#
|
#
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
set recolor-darkcolor "#ffffff"
|
set recolor-darkcolor "#ffffff"
|
||||||
set recolor-lightcolor "#000000"
|
set recolor-lightcolor "#000000"
|
||||||
set recolor true
|
# set recolor true
|
||||||
|
|
||||||
set default-bg "#000000ff"
|
set default-bg "#000000ff"
|
||||||
set index-bg "#000000"
|
set index-bg "#000000"
|
||||||
|
@ -41,3 +41,13 @@ function sel
|
|||||||
end
|
end
|
||||||
exit
|
exit
|
||||||
end
|
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