Compare commits
No commits in common. "c0827c076c5ede64131f14329f736fffb0162ccf" and "002b7ea59f6d19c4a8dcbefc0a6337e163e34ce0" have entirely different histories.
c0827c076c
...
002b7ea59f
20
programs
20
programs
@ -41,7 +41,6 @@ pipewire-pulse
|
|||||||
# utility
|
# utility
|
||||||
#
|
#
|
||||||
which
|
which
|
||||||
dnsutils
|
|
||||||
|
|
||||||
# in the aur
|
# in the aur
|
||||||
tmsu
|
tmsu
|
||||||
@ -116,22 +115,6 @@ lowdown
|
|||||||
# for lobster.sh
|
# for lobster.sh
|
||||||
html-xml-utils
|
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
|
# for new systems
|
||||||
#
|
#
|
||||||
@ -144,7 +127,10 @@ xorg-xinit
|
|||||||
man
|
man
|
||||||
|
|
||||||
# for compiling suckless utilities
|
# for compiling suckless utilities
|
||||||
|
make
|
||||||
freetype2
|
freetype2
|
||||||
|
pkgconf
|
||||||
|
gcc
|
||||||
|
|
||||||
#
|
#
|
||||||
# personal
|
# personal
|
||||||
|
@ -1,2 +0,0 @@
|
|||||||
termdown
|
|
||||||
animdl
|
|
@ -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.sh")
|
||||||
config.bind(",fL", "hint links userscript fixlink-tab.sh")
|
config.bind(",fL", "hint links userscript fixlink-tab.sh")
|
||||||
|
|
||||||
# dismiss on-screen messages
|
|
||||||
config.bind("<escape>", "clear-messages")
|
|
||||||
|
|
||||||
# homegrown file selector
|
# homegrown file selector
|
||||||
c.fileselect.handler = "external"
|
c.fileselect.handler = "external"
|
||||||
c.fileselect.multiple_files.command = ["st", "-e", "fish", "-C", "set -x OUTPUT {}; source ~/.local/bin/fish-fm"]
|
c.fileselect.multiple_files.command = ["st", "-e", "fish", "-C", "set -x OUTPUT {}; source ~/.local/bin/fish-fm"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user