stumpwm-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [STUMP] stumpwm with kde4's plasma-desktop


From: Friedrich Delgado
Subject: Re: [STUMP] stumpwm with kde4's plasma-desktop
Date: Mon, 14 Apr 2014 16:56:04 +0200
User-agent: Mutt/1.5.23 (2014-03-12)

No, that didn't help... I was experimenting with something else at the
same time and mixed two effects up.

What apparently helps:

Set override redirect on those windows so stumpwm ignores them

(setf (xlib::window-override-redirect (window-xwin w)) :on)

and then restart stumpwm.

I guess the correct fix would be a conditional in the right place
to check for :desktop type windows and just ignore those too.

Friedrich Delgado schrieb:
> Hi again!
> 
> I couldn't let it rest and finally managed to figure it out:
> 
> (push '(:name "plasma-desktop") *deny-map-request*)
> 
> Hope that helps anybody who's googling this the next time. ;)
> 
> Friedrich Delgado schrieb:
> > Hiho (long time no see)!
> > 
> > I've managed to switch from rox-filer to kde's plasma-desktop, however
> > there's one remaining quirk I'd like some input on.
> > 
> > After first trying out 
> > https://github.com/stumpwm/stumpwm/wiki/FAQ#to-use-kdes-kicker
> > I noticed that my keyboard settings would get messed up even after 
> > configuring
> > them in kde.
> > 
> > So I decided to start plasma-desktop from my .xsession and then start 
> > stumpwm,
> > which works (I also still have ~/.kde/env/set-window-manager.sh in place, 
> > but
> > I don't think it's executed any more).
> > 
> > The only thing that annoys me still is that the plasma desktops appear as 
> > windows
> > in my stumpwm window list.
> > 
> > I use the following in my .stumpwmrc:
> > 
> > (mapcar (lambda (x)
> >           ;; un"mapped" appears to be "unmanaged" in fvwm lingo
> >           (push `(:class ,x) *deny-map-request*)
> >           (push `(:class ,x) *deny-raise-request*); do we need this?
> >           )
> >         '("Xfce4-notifyd"
> >           "Plasma"
> >           "Xfdesktop"))
> > (setf *suppress-deny-messages* t) ;; and that helps me focus
> > 
> > Which has no effect at all. ROX-Filer's Desktop was ignored, but I see
> > no special code for that in my .stumpwmrc.
> > 
> > Any ideas?
> > 
> > Kind regards
> >     Friedel
> > -- 
> >         Friedrich Delgado <address@hidden>
> >                              TauPan on Ircnet and Freenode ;)
> 
> 
> 
> > _______________________________________________
> > Stumpwm-devel mailing list
> > address@hidden
> > https://lists.nongnu.org/mailman/listinfo/stumpwm-devel
> 
> ---Zitatende---
> 
> -- 
>         Friedrich Delgado <address@hidden>
>                              TauPan on Ircnet and Freenode ;)



> _______________________________________________
> Stumpwm-devel mailing list
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/stumpwm-devel

---Zitatende---

-- 
        Friedrich Delgado <address@hidden>
                             TauPan on Ircnet and Freenode ;)

Attachment: pgp3nn90Twf_w.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]