[dev] xcamcontrol: Linux camera controls

2024-09-20 Thread Storkman
practical enough to use on its own. https://git.storkman.nl/xcamcontrol -- Storkman

Re: [dev] alternatives to C: Ada, Rust, Pascal

2024-06-21 Thread Storkman
ms. > * * * > > Safety is overrated. The more "safe" a language is, the less it can do. > The more the programmer is "protected" from "shooting himself in the > foot", the less control he has over the program. The most powerful > language is assembler/machine code, and C is very close. > -- Storkman

Re: [dev] [dwm][st] why use ints over bools?

2024-06-21 Thread Storkman
like "bool is_cromulent(foo)", I'd expect it to return true when foo IS cromulent (or 1 if the return type is int). Are you saying it should return cromulence_t with values either IS_CROMULENT or IS_NOT_CROMULENT? > > [...] Not so long ago, this very list opined that C89 is the only true > > C standard [...] If there was a new poll, I demand a recount! -- Storkman

Re: [dev] gtk2 without atk

2024-01-11 Thread Storkman
ly checking for atk and dbus even though the application wasn't using them directly in any way... -- Storkman

Re: [dev] [license] gpl issues

2023-05-06 Thread Storkman
t choice is 0-clause BSD, which beats MIT by about 60 words. > Also, the GPL is included on the on the cat-v.org list of harmful software but > without explanation. Does anyone here know if its considered harmful for > compatability reasons or something else? > > Anyway, thanks for the programs. > > Cheers > Ray > -- Storkman

Re: [dev] [dwm] with SIGCHLD commit, dwm cannot launch dmenu_extended.

2023-04-08 Thread Storkman
On Sat, Apr 08, 2023 at 04:28:15PM +0200, p...@mailbox.org wrote: > Hello everyone, > > I bind keyboard shortcut to launch dmenu_extended[1] in dwm, what works > flawlessly before the `Use sigaction(SA_NOCLDWAIT) for SIGCHLD > handling` [1] commit, since dmenu_extended does not change anything her

Re: [dev] [dwm] Bluetooth XF86 keys not working

2023-01-16 Thread Storkman
On January 17, 2023 3:03:52 AM UTC, Anskrevy wrote: >I've got XF86XK_AudioPlay bound in my config.h with the necessary >include file, and this hotkey works when I use my keyboard. However, >when sent from a pair of bluetooth headphones the hotkey isn't >triggered. I've got the following xev ou

Re: [SPAM Warning!][dev] [dwm] view() and toggleview() functions

2023-01-16 Thread Storkman
On January 16, 2023 11:21:57 AM UTC, A Farzat wrote: >Btw, on the email subject it says [SPAM Warning!]. Is it anything I need >to be concerned with? Spam filters hate the .xyz TLD because it's supposedly "frequently used by spammers". I don't know why single out that one in particular, but i

Re: [dev] [tabbed] utf8 characters not displayed in tabs

2022-08-30 Thread Storkman
T supported by ANY font", you could just iterate over all fonts and OR their charsets together. $ time fc-list '' fullname charset >/dev/null 0m00.06s real 0m00.05s user 0m00.01s system > If it is possible and someone can point out which routines I should be > looking at then I can try to take a crack at it. In case that's not > possible, then there's probably not a whole lot that can be done about > the situation. > > - NRK > - Storkman

Re: [dev] [dwm] Need help about gray windows of Java applications

2019-05-14 Thread Storkman
hing forever... until you restart X, or change the property again. That being said, I've had wmname LG3D in my .xinitrc for years now, and it's never interfered with anything as far as I can tell. As for what "LG3D" is, apparently it used to be some wacky Java 3D window manager back in the magical times when that sounded like a good idea. -- Storkman

Re: [dev] [dmenu] running shell scripts in dmenu

2019-01-04 Thread Storkman
/sh, but I did it now So you didn't test this script? Are you sure it's actually executable? -- Storkman