Compare commits
2 Commits
002b7ea59f
...
c0827c076c
Author | SHA1 | Date | |
---|---|---|---|
c0827c076c | |||
5ac55ecc39 |
20
programs
20
programs
@ -41,6 +41,7 @@ pipewire-pulse
|
|||||||
# utility
|
# utility
|
||||||
#
|
#
|
||||||
which
|
which
|
||||||
|
dnsutils
|
||||||
|
|
||||||
# in the aur
|
# in the aur
|
||||||
tmsu
|
tmsu
|
||||||
@ -115,6 +116,22 @@ 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
|
||||||
#
|
#
|
||||||
@ -127,10 +144,7 @@ xorg-xinit
|
|||||||
man
|
man
|
||||||
|
|
||||||
# for compiling suckless utilities
|
# for compiling suckless utilities
|
||||||
make
|
|
||||||
freetype2
|
freetype2
|
||||||
pkgconf
|
|
||||||
gcc
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# personal
|
# personal
|
||||||
|
2
programs-python
Normal file
2
programs-python
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
termdown
|
||||||
|
animdl
|
@ -116,6 +116,9 @@ 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