[dev] Suckless paint/graphic editor program

2023-07-03 Thread Fernando
p would be appreciated. Sincerely, Fernando

[dev] [dwm] shiftview patch (shifting tagset left/right )

2011-04-19 Thread Fernando C.V.
s selected. I did it before realizing there was already a "nextprevtag.c", and although it's very simple, since it's a bit different in functionality I thought that maybe it would be useful for someone else. -- Fernando Carmona Varo /** Function to shift the current view to the

Re: [dev] wmii as a prepatched dwm (Was: segfault)

2011-06-27 Thread Fernando C.V.
e/projects/dwm-sprinkles/ -- Fernando

Re: [dev] tabbed - why?

2014-02-17 Thread Fernando C.V.
ic layout for your particular case if you need several groups of windows overlapped in a specific way different than monocle (or you might as well just use the floating layout). -- Fernando

Re: [dev] tabbed - why?

2014-02-17 Thread Fernando C.V.
On Tue, Feb 18, 2014 at 12:17 AM, Fernando C.V. wrote: > You may want to create a specific layout for your particular case if you need > several > groups of windows overlapped in a specific way different than monocle I just remembered about the deck layout [1], it's anothe

Re: [dev] JFS filesystem

2019-04-21 Thread Fernando Cassia
On 4/19/19, Daniel Cegiełka wrote: > Would anyone be interested to start supporting JFS? I'm thinking about > rewriting jfsutils. > > Best regards, > Daniel +1 on all your points. I ran JFS on a dual-Pentium III SMP system for nearly five years. With excellent performance. Ten years ago I wrot

Re: [dev] A dmenu that includes all additional features

2011-09-15 Thread Fernando C.V.
$CACHE"; then # Add all the executables in PATH mkdir -p "`dirname "$CACHE"`" && lsx $PATH | sort -u >> "$CACHE" fi ) cmd=$(tac "$HISTORY" "$CACHE" | dmenu "$@") || exit { # Update history in background (echo "g/${cmd}/d"; echo 'wq') | ex -s "$HISTORY" echo "$cmd" >> "$HISTORY" } & exec sh -c "$cmd" ## End of script -- Fernando Carmona Varo

Re: [dev] smessage

2012-03-02 Thread Fernando C.V.
s the focus as soon as it appears, so it's not very nice. I didn't play too much with X11 API.. would it be even possible to modify smessage.c to draw directly on the display without using a window? if so.. any help on how would I do this? -- Fernando

Re: [dev] [dmenu] What is the status of the project?

2013-04-19 Thread Fernando C.V.
I'm not sure how far did it went. -- Fernando

Re: [dev] [dwm] Running dwm in KDE

2013-05-21 Thread Fernando C.V.
our xinitrc to your liking, setting the environment variables you need and the stuff you want and have a "startkde" at the bottom. Also instead of slim you can just add "[[ $TTY == "/dev/tty1" ]] && exec xinit" to your bashrc and get rid of the display manager completely. -- Fernando

Re: [dev] [st] problem reading man pages

2013-05-22 Thread Fernando C.V.
SS_TERMCAP_se - $LESS_TERMCAP_so - $LESS_TERMCAP_ue -- Fernando

Re: [dev] [st] problem reading man pages

2013-05-22 Thread Fernando C.V.
or better: set | grep LESS -- Fernando On Wed, May 22, 2013 at 11:48 AM, Fernando C.V. wrote: > On Wed, May 22, 2013 at 11:23 AM, G David Modica > wrote: >> I believe it defaults to "less". > > Maybe you have some custom less settings? > try this

Re: [dev] [st] problem reading man pages

2013-05-22 Thread Fernando C.V.
g about it) -- Fernando

Re: [dev] Re: Why HTTP is so bad?

2013-05-24 Thread Fernando C.V.
th UNIX tools. If a new stack were to replace web browsers, I wouldn't want it to be designed to send me a closed mess of binary bloat from some company that might not care to consume all my computer resources to show some flashy shit. -- Fernando

Re: [dev] Re: Why HTTP is so bad?

2013-05-24 Thread Fernando C.V.
thing is that multiple problems are being mixed and forced to work through a solution that wasn't designed for that. And this is not efficient. -- Fernando Carmona Varo

Re: [dev] Re: Why HTTP is so bad?

2013-05-27 Thread Fernando C.V.
On Sun, May 26, 2013 at 3:21 PM, Dmitrij Czarkoff wrote: > How does this problem differ from downloading a file from URI in IRC chat or > from mail? Why should it be solved differently in browser then? Doesn't have to be solved differently, but then, for the sake of convenience, network efficienc

Re: [dev] Re: Why HTTP is so bad?

2013-05-27 Thread Fernando C.V.
12:34 PM, Hadrian Węgrzynowski wrote: > [1] http://httpfs.sourceforge.net/ Thanks awesome. How come surf is not based on this idea? -- Fernando

Re: [dev] lynx?

2013-05-28 Thread Fernando C.V.
n you open youtube urls, etc. -- Fernando On Tue, May 28, 2013 at 1:06 PM, markus schnalke wrote: > Hoi, > > these days, lynx was often mentioned when a text browser was meant. > Is there really someone (apart from mirabilos) who uses lynx? Don't > you rather use w3m? > > I am just wondering ... > > > meillo >

[dev] Is there any plan on a shell for sbase?

2013-05-31 Thread Fernando C.V.
syntax that make it kind of weird for something that should be so simple. Would this make sense or would it be extremely inefficient and stupid? -- Fernando

[dev] Re: Is there any plan on a shell for sbase?

2013-05-31 Thread Fernando C.V.
> by doing system() calls to an extremelly minimal shell. Would it make sense? uh.. I mean, something like a while-cmd like this: while-cmd 'test whatever' <

Re: [dev] suckless dotfiles approach

2013-06-07 Thread Fernando C.V.
> * When symlinking files i get problems when moving/backing up the > configfiles in $HOME since it will move the symlink and maybe write an > actual file to $HOME instead.label:l-dwm dot The files are already under version control, if you need backup you could use some remote repository to sync w

Re: [dev] suckless dotfiles approach

2013-06-08 Thread Fernando C.V.
irectory linking is even worse, since it leads to recursivity. That's why they are usually disabled. -- Fernando

Re: [dev] Re: Maintaining sbase

2013-06-28 Thread Fernando C.V.
>> It's for people that don't know how to use FIFOs/process substitution >> properly ;-) >> > > should suffice: > > cat file | tee >(sort -u > sorted) >(sort -R > unsorted) > That's a bashism, not POSIX. Not much better than using pee -- Fernando Carmona Varo

[dev] [dwm] changing the current view from a function

2013-11-17 Thread Fernando C.V.
he windows tiled in a single vertical column, with no master window. Not being possible to have one window at the left and another at the right. -- Fernando

Re: [dev] New utility "when"

2013-12-11 Thread Fernando C.V.
p;&' You probably meant this: $ { ssh user@host &; } && xmessage connected Still, you would always be running "xmessage connected" even in the case of "ssh user@host" failing, which is not what he wants. -- Fernando

Re: [dev] New utility "when"

2013-12-11 Thread Fernando C.V.
On Thu, Dec 12, 2013 at 12:56 AM, Fernando C.V. wrote: > $ { ssh user@host &; } && xmessage connected Whoops, it's: $ { ssh user@host & } && xmessage connected Btw, what "when" does is that it considers that the program is running successfully if

Re: [dev] New utility "when"

2013-12-12 Thread Fernando C.V.
An alternative would be to read one of the commands from stdin. This way could do something like: $ when -t ssh host > xmessage DONE! You won't get tab-completion and other interactive fancyness, but it won't be missed for simple notification commands. -- Fernando

Re: [dev] New utility "when"

2013-12-12 Thread Fernando C.V.
On Thu, Dec 12, 2013 at 10:49 PM, Fernando C.V. wrote: > This way could do something like: > > $ when -t ssh host >> xmessage DONE! Well... even if you didn't prompt it to the user interactively, it would still be nice for aliases. Probably most of the time you just want

Re: swc library to implement dwm under Wayland (was Re: [dev] gtk3 support for surf?)

2014-01-13 Thread Fernando C.V.
tails are up to the compositor, Wayland is just a protocol. At least in archlinux, the wayland package has only 2 dependencies: libffi and expat Regards, -- Fernando