Re: default terminal autoload disable afater xenodm login

2018-12-07 Thread Denis
.spectrwm.conf should contain or commented it out:

...
autorun = ws[1]:/usr/X11R6/bin/xterm -bg black -fg white +sb
...

to fix unexpected terminals load after xenodm login.

On 12/7/2018 7:59 PM, Anthony Campbell wrote:
> On 07 Dec 2018, Denis wrote:
>> Additional terminal loads by spectrwm because of config settings.
>>
>> Fixed it already.
>>
>> On 12/6/2018 9:33 PM, Denis wrote:
>>> After changing X Display Manager to xenodm + spectrwm as win manager I
>>> have an additional terminal load just after xenodm login.
>>>
>>> I've disabled 'xconsole' in /etc/X11/xenodm/Xsetup_0 by commenting it.
>>>
>>> # cat ~/.xsessinon
>>> export ENV=$HOME/.kshrc
>>> xsetroot -solid grey &
>>> xterm -bg black -fg white +sb &
>>> /usr/local/bin/spectrwm
>>>
>>> After login I have one xterm with black background, and the second one
>>> (xconsole) I want to disable. It loads by default once login is accepted.
>>>
>>> Please advice to do that
>>>
> 
> 
> Thanks for posting this - been bugging me for weeks.
> 



Re: default terminal autoload disable afater xenodm login

2018-12-07 Thread Anthony Campbell
On 07 Dec 2018, Denis wrote:
> Additional terminal loads by spectrwm because of config settings.
> 
> Fixed it already.
> 
> On 12/6/2018 9:33 PM, Denis wrote:
> > After changing X Display Manager to xenodm + spectrwm as win manager I
> > have an additional terminal load just after xenodm login.
> > 
> > I've disabled 'xconsole' in /etc/X11/xenodm/Xsetup_0 by commenting it.
> > 
> > # cat ~/.xsessinon
> > export ENV=$HOME/.kshrc
> > xsetroot -solid grey &
> > xterm -bg black -fg white +sb &
> > /usr/local/bin/spectrwm
> > 
> > After login I have one xterm with black background, and the second one
> > (xconsole) I want to disable. It loads by default once login is accepted.
> > 
> > Please advice to do that
> > 


Thanks for posting this - been bugging me for weeks.
-- 
Anthony Campbellhttp://www.acampbell.uk



Re: default terminal autoload disable afater xenodm login

2018-12-07 Thread Denis
Additional terminal loads by spectrwm because of config settings.

Fixed it already.

On 12/6/2018 9:33 PM, Denis wrote:
> After changing X Display Manager to xenodm + spectrwm as win manager I
> have an additional terminal load just after xenodm login.
> 
> I've disabled 'xconsole' in /etc/X11/xenodm/Xsetup_0 by commenting it.
> 
> # cat ~/.xsessinon
> export ENV=$HOME/.kshrc
> xsetroot -solid grey &
> xterm -bg black -fg white +sb &
> /usr/local/bin/spectrwm
> 
> After login I have one xterm with black background, and the second one
> (xconsole) I want to disable. It loads by default once login is accepted.
> 
> Please advice to do that
> 



default terminal autoload disable afater xenodm login

2018-12-06 Thread Denis
After changing X Display Manager to xenodm + spectrwm as win manager I
have an additional terminal load just after xenodm login.

I've disabled 'xconsole' in /etc/X11/xenodm/Xsetup_0 by commenting it.

# cat ~/.xsessinon
export ENV=$HOME/.kshrc
xsetroot -solid grey &
xterm -bg black -fg white +sb &
/usr/local/bin/spectrwm

After login I have one xterm with black background, and the second one
(xconsole) I want to disable. It loads by default once login is accepted.

Please advice to do that



Re: Xenodm login

2017-03-29 Thread Stuart Henderson
On 2017/03/29 06:06, Edgar Pettijohn wrote:
> > On Mar 29, 2017, at 3:40 AM, Stuart Henderson  wrote:
> > 
> >> On 2017-03-28, joshua stein  wrote:
> >>> On Tue, 28 Mar 2017 at 10:22:32 -0500, Edgar Pettijohn wrote:
> >>> I recently switched to using xenodm to login/startx. Previously I just 
> >>> used
> >>> startx at the command prompt. I'm curious if it's possible to change the
> >>> background around the login prompt. Currently it's a herringbone black and
> >>> gray that is not very appealing. I found where to change the attributes 
> >>> to the
> >>> login box and I have it looking good, but this background is killing me.  
> >>> Any
> >>> help is appreciated.
> >> 
> >> /etc/X11/xenodm/Xsetup_0 is run before showing the login dialog, so
> >> you can put something in there like "xsetroot -solid purple".
> > 
> > If you want to tweak it further, there's /etc/X11/xenodm/Xresources
> > where you can change fonts, background image etc. (It works exactly the same
> > as in xdm except for the removed features).
> 
> I played around in there as well. I'm wondering if these files get 
> overwritten during upgrades though.

They're in xetc.tgz; sysmerge will merge them.



Re: Xenodm login

2017-03-29 Thread Edgar Pettijohn
Sent from my iPhone

> On Mar 29, 2017, at 3:40 AM, Stuart Henderson  wrote:
>
>> On 2017-03-28, joshua stein  wrote:
>>> On Tue, 28 Mar 2017 at 10:22:32 -0500, Edgar Pettijohn wrote:
>>> I recently switched to using xenodm to login/startx. Previously I just
used
>>> startx at the command prompt. I'm curious if it's possible to change the
>>> background around the login prompt. Currently it's a herringbone black
and
>>> gray that is not very appealing. I found where to change the attributes to
the
>>> login box and I have it looking good, but this background is killing me.
Any
>>> help is appreciated.
>>
>> /etc/X11/xenodm/Xsetup_0 is run before showing the login dialog, so
>> you can put something in there like "xsetroot -solid purple".
>
> If you want to tweak it further, there's /etc/X11/xenodm/Xresources
> where you can change fonts, background image etc. (It works exactly the
same
> as in xdm except for the removed features).

I played around in there as well. I'm wondering if these files get overwritten
during upgrades though.



Re: Xenodm login

2017-03-29 Thread Stuart Henderson
On 2017-03-28, joshua stein  wrote:
> On Tue, 28 Mar 2017 at 10:22:32 -0500, Edgar Pettijohn wrote:
>> I recently switched to using xenodm to login/startx. Previously I just used
>> startx at the command prompt. I'm curious if it's possible to change the
>> background around the login prompt. Currently it's a herringbone black and
>> gray that is not very appealing. I found where to change the attributes to 
>> the
>> login box and I have it looking good, but this background is killing me.  Any
>> help is appreciated.
>
> /etc/X11/xenodm/Xsetup_0 is run before showing the login dialog, so
> you can put something in there like "xsetroot -solid purple".

If you want to tweak it further, there's /etc/X11/xenodm/Xresources
where you can change fonts, background image etc. (It works exactly the same
as in xdm except for the removed features).



Re: Xenodm login

2017-03-28 Thread Edgar Pettijohn

On 03/28/17 10:31, joshua stein wrote:

On Tue, 28 Mar 2017 at 10:22:32 -0500, Edgar Pettijohn wrote:

I recently switched to using xenodm to login/startx. Previously I just used
startx at the command prompt. I'm curious if it's possible to change the
background around the login prompt. Currently it's a herringbone black and
gray that is not very appealing. I found where to change the attributes to the
login box and I have it looking good, but this background is killing me.  Any
help is appreciated.

/etc/X11/xenodm/Xsetup_0 is run before showing the login dialog, so
you can put something in there like "xsetroot -solid purple".


That did it. Thanks.



Re: Xenodm login

2017-03-28 Thread joshua stein
On Tue, 28 Mar 2017 at 10:22:32 -0500, Edgar Pettijohn wrote:
> I recently switched to using xenodm to login/startx. Previously I just used
> startx at the command prompt. I'm curious if it's possible to change the
> background around the login prompt. Currently it's a herringbone black and
> gray that is not very appealing. I found where to change the attributes to the
> login box and I have it looking good, but this background is killing me.  Any
> help is appreciated.

/etc/X11/xenodm/Xsetup_0 is run before showing the login dialog, so
you can put something in there like "xsetroot -solid purple".



Xenodm login

2017-03-28 Thread Edgar Pettijohn
I recently switched to using xenodm to login/startx. Previously I just used
startx at the command prompt. I'm curious if it's possible to change the
background around the login prompt. Currently it's a herringbone black and
gray that is not very appealing. I found where to change the attributes to the
login box and I have it looking good, but this background is killing me.  Any
help is appreciated.

Thanks,

Edgar

Sent from my iPhone