Compare commits

..

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

3 changed files with 3 additions and 22 deletions

View File

@ -41,7 +41,6 @@ pipewire-pulse
# utility
#
which
dnsutils
# in the aur
tmsu
@ -116,22 +115,6 @@ lowdown
# for lobster.sh
html-xml-utils
# for general compiling from source
cmake
ninja
fakeroot
autoconf
automake
bison
flex
gcc
libtool
m4
make
patch
pkgconf
texinfo
#
# for new systems
#
@ -144,7 +127,10 @@ xorg-xinit
man
# for compiling suckless utilities
make
freetype2
pkgconf
gcc
#
# personal

View File

@ -1,2 +0,0 @@
termdown
animdl

View File

@ -116,9 +116,6 @@ config.bind("ct", "hint title userscript code_select.py")
config.bind(",fl", "hint links userscript fixlink.sh")
config.bind(",fL", "hint links userscript fixlink-tab.sh")
# dismiss on-screen messages
config.bind("<escape>", "clear-messages")
# homegrown file selector
c.fileselect.handler = "external"
c.fileselect.multiple_files.command = ["st", "-e", "fish", "-C", "set -x OUTPUT {}; source ~/.local/bin/fish-fm"]