On 05/21/2013 05:22 PM, Fernando C.V. wrote:
Also instead of slim you can just add "[[ $TTY == "/dev/tty1" ]] &&
exec xinit" to your bashrc and get rid of the display manager
completely.
Wouldn't that be .profile?
On Tue, May 21, 2013 at 12:53 AM, Martin Miller wrote:
> I guess this system is a combo of Gnome and KDE.
> I spent a little time unsuccessfully configuring gdm from the settings
> panel.
If you have the choice, I would recommend getting something like
"slim" and just tweak your xinitrc to your l
On Thu, May 16, 2013 at 10:54:05AM -0500, Martin Miller wrote:
> On Thu, May 16, 2013 at 01:53:46AM +0200, Hugues Moretto-Viry wrote:
> > Hi,
> >
> > Did you try with kwin?
> I thought I looked for that process, I'll check again.
>
> On Thu, May 16, 2013 at 07:48:32AM +0100, Raphaël Proust wrote:
On Thu, May 16, 2013 at 01:53:46AM +0200, Hugues Moretto-Viry wrote:
> Hi,
>
> Did you try with kwin?
I thought I looked for that process, I'll check again.
On Thu, May 16, 2013 at 07:48:32AM +0100, Raphaël Proust wrote:
> This is for xmonad, but it might also work for dwm:
> http://www.haskell.o
On Thu, May 16, 2013 at 9:15 AM, Thorsten Glaser wrote:
> Martin Miller dixit:
>
>>pkill -9 metacity && dwm
>
Oh dear, taht way you can really disgruntle the UNIX gods. [0]
cheers!
mar77i
[0] http://partmaps.org/era/unix/award.html#uuk9letter
Martin Miller dixit:
>pkill -9 metacity && dwm
In most environments, this will *not* work, as terminating the
window manager will terminate your X session as well.
>I've been given a laptop for work that's running Kubuntu. In the KDE
>world is there something similar to metacity that I can kill
On Thu, May 16, 2013 at 12:44 AM, Martin Miller wrote:
> I've been given a laptop for work that's running Kubuntu. In the KDE
> world is there something similar to metacity that I can kill so that I
> can start dwm?
This is for xmonad, but it might also work for dwm:
http://www.haskell.org/haskel
Hi,
Did you try with kwin?
Regards
--
H.Mo.
When I'm on school computers, I run dwm on top of gnome by doing
something like:
pkill -9 metacity && dwm
And then I have some rules set to move all the taskbars and things to
workspace 9. It works pretty well.
I've been given a laptop for work that's running Kubuntu. In the KDE
world is there so