Re: [dev] LDAP

2014-07-23 Thread Alexander Tanyukevich
On Wed, Jul 23, 2014 at 10:11 PM, Calvin Morrison wrote: > On 23 July 2014 16:06, Alexander Tanyukevich wrote: >> On Wed, Jul 23, 2014 at 9:21 PM, Calvin Morrison >> wrote: >>> >>> LDAP sucks, is there any good alternative for managing user logins >>&

Re: [dev] LDAP

2014-07-23 Thread Alexander Tanyukevich
And use maria/postgres/another server's shadow file/facebook/pop3/xmpp server as a backend to store users/passwords/uids/homedirs etc -- Alexander Tanyukevich atanyukev...@gmail.com

Re: [dev] Multimedia keys doesn't send proper keycodes

2012-04-18 Thread Alexander Tanyukevich
"/home/olek/.bin" without any arguments. Mea culpa :) Thank you all it works now!! -- Alexander Tanyukevich atanyukev...@gmail.com

Re: [dev] Multimedia keys doesn't send proper keycodes

2012-04-18 Thread Alexander Tanyukevich
86XK_AudioLowerVolume, spawn, {.v = voldeccmd } }, {0, XF86XK_AudioMute,spawn, {.v = voltogglemutecmd } }, pavolume is bash script and it works for shure. As currently I am using it manually. -- Alexander Tanyukevich atanyukev...@gmail.com

Re: [dev] Multimedia keys doesn't send proper keycodes

2012-04-17 Thread Alexander Tanyukevich
> > I'm pretty sure the commands are executed. Maybe the error is in the > commands. Have you checked your ~/.xsession-errors (or similar log)? You were right: After removing them from DWM config keycodes are appeared. Thank you for help. -- Alexander Tanyukevich atanyukev...@gmail.com

Re: [dev] Multimedia keys doesn't send proper keycodes

2012-04-17 Thread Alexander Tanyukevich
s are generating also acpi events, but it's the same in KDE. -- Alexander Tanyukevich atanyukev...@gmail.com

[dev] Multimedia keys doesn't send proper keycodes

2012-04-17 Thread Alexander Tanyukevich
mbols: pc+pl+ru(phonetic):2+inet(evdev)+group(alt_shift_toggle)+ctrl(nocaps)+terminate(ctrl_alt_bksp) geometry: dell(latitude) I've tried to bind keycodes from KDE with xmodmap without success. Any Ideas, or hints where and what I should search for ? Thank you for help. --