---
Heyho,
while reviewing the latest slock patch, I noticed code duplication where the
background colors are set. This patch fixes that. If you have any comments, let
me know.
--Markus
slock.c | 17 +++--
1 file changed, 7 insertions(+), 10 deletions(-)
diff --git a/slock.c b/sl
Nick Currier wrote:
> I've made this change and attached the updated patch.
Heyho,
thanks for your contribution, I've pushed the patch.
--Markus
Attached is the patch. This might seem obvious to many of you, but I
think it would be nice to have it explained in the man page for people
who are not computer experts like the suckless developers. Probably
suckless users will be able to figure this out eventually, but this
explanation can save
On Thu, May 7, 2015, at 03:20 PM, Connor Lane Smith wrote:
> It's also in the 9base git repo [1], just not in a release.
>
> [1]: http://git.suckless.org/9base/tree/ssam
Thank you so much, that works!
--
http://www.fastmail.com - Same, same, but different...
Applied both, thanks :)
On May 6, 2015 6:45:25 PM CEST, FRIGN wrote:
>Come to think of this sentence, who seriously eats at a pub?
There's a nice jazz pub 15 minutes down the road (by foot). They serve beer,
weed,
and some exceptional curry dish.
--
koneu
This allows for creating dangling symlinks with force applied:
# Before:
$ ln -sf non-existant target
ln: stat non-existent: No such file or directory
$ ls -l target
ls: lstat target: No such file or directory
# After:
$ ln -sf non-existant target
$ ls -l target
On Sun, May 3, 2015 at 11:06 PM, Hypsurus wrote:
> Hello to dev@suckless,
>
> i just started a new project: "sple - simple PDF links extractor"
>
> the uses for sple:
> 1. to extract email addresses/links from a multiple PDF files
>
> i working on the following features:
> 2. parse PDF documents O
---
ln.c | 8 ++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/ln.c b/ln.c
index 2bfdbbdeacc6..bbda8215716f 100644
--- a/ln.c
+++ b/ln.c
@@ -19,7 +19,8 @@ int
main(int argc, char *argv[])
{
char *fname, *to;
- int sflag = 0, fflag = 0, hasto = 0, dirfd = AT_FD