Страхиња Радић wrote:
> Дана 24/08/08 03:24PM, Roberto E. Vargas Caballero написа:
> > In fact, the correct thing to do is not modifying TERM.
> > St defines the correct value for the TERM variable, and
> > you can change that value in the config.h file, based in
> > your preferences.
>
> st set
luons...@autistici.org wrote:
> export TERM=3D'linux-s'
Try leaving TERM="st-256color" and report the results. Terminal
programs (such as a shell) behave very differently depending on
what the value of TERM is. As a user you shouldn't really be
modifying that value unless you are developing/testin
NRK wrote:
> Below are two of the most impactful changes. I was going to elaborate on
> these but it was getting *really* long very quickly so I've kept it to a
> brief overview followed by a real-world project that demonstrates these
> techniques.
I completely agree. Since trying sized strings/f
Elie Le Vaillant wrote:
> Another idea could be to have both in the same git repository,
> [...]
This would be my idea as well. It also wouldn't be that difficult
to let people pick and choose which sets of tools to include in the
final -box via config.mk or similar. I would stick with only the
h
> That is one of the jobs of the -p switch to mkdir. However, without -p,
> mkdir is not allowed to ignore failure like that.
Once I looked in more detail I realized that was the case so I didn't
send the patch. It was not how I previously thought about the -p
switch though.
> Plus I didn't know
> scripts/mkproto: 15: cannot create /usr/local/share/man: Is a directory
Actually, looking at it again this is just a problem in the makefile.
scripts/mkproto has too many args. Though fixing that exposes a
separate issue with the way `find` is being invoked.
- Randy
Hi,
> scripts/mkproto: 15: cannot create /usr/local/share/man: Is a directory
This is a problem with mkdir in sbase. It probably shouldn't error out
when mkdir(3p) fails and sets errno to EEXIST or EISDIR. I'll send a
patch to hackers@ soon.
- Randy
> How do you avoid duplicates
`grep -q "https://url.com"; $BOOKMARKS \
&& echo "https://url.com based,bloat" >> $BOOKMARKS`
> and edit existing booksmarks?
??? it's just a simple text file.
In all seriousness I like to keep the bookmarks grouped and easily
readable so I open the file in vis, in
Hi,
I think this script is way too complicated for what it does. I
do the following:
`grep -v -e '#' -e '^$' $BOOKMARKS | dmenu -i -l 20 | cut -f 1 -d ' '`
Then I pipe it to the clipboard or a plumber script depending
on what I want to do with it (bound to a keybind in dwm).
To add bookmarks I