Re: [dev] [dwm] X autologin and startup applications

2012-05-07 Thread Uttamchandani, Amit
On Mon, May 07, 2012 at 12:12:05AM -0700, James Smith wrote: > To answer your question number one, autologin has security > implications that you should consider. If you are still interested > in autologin, nodm is probably the > easiest and simplest solution. It's

Re: [dev] [dwm] X autologin and startup applications

2012-05-07 Thread Yoshi Rokuko
--- Amit Uttamchandani on Sun, 06 May 2012 22:49:17 -0700 --- > So the questions are: > 1. Is there a better way to accomplish X autologin? Preferrably without > installing a login manager. I have a fully encrypted single user system with autologin like that: force agetty to use a dif

Re: [dev] st development

2012-05-07 Thread Brandon Invergo
On Sat, 2012-05-05 at 23:41 +0200, Aurélien Aptel wrote: > Hi all, > > As I'm enrolled in Google Summer of Code until the end of summer, > updates to st are unlikely. If someone is interested in working on it, > ask Anselm for a write access to the repo. Well, if no one else volunteers, I can tr

Re: [dev] [dwm] X autologin and startup applications

2012-05-07 Thread James Smith
On 05/06/2012 10:49 PM, Amit Uttamchandani wrote: Hello, Using dwm on a customized system and accomplished X autologin and starting of applications using the following: For X autologin: 1. Modified /etc/X11/xinit/xserverrc to add a sudo. Thus: exec sudo /usr/bin/X -nolisten tcp "$@" 2