XFCE for touchsreen

Andreas Müller schnitzeltony at googlemail.com
Sat Sep 22 15:18:40 CEST 2012


On Fri, Sep 21, 2012 at 1:02 PM, killermoehre <killermoehre at gmx.net> wrote:
> Hi,
>
> for auto-maximizing certain applications you can use devilspie (regexp-based
> window manipulator). I suggest gdevilspie as graphical frontend.
> For the second wish you need a dummy mouse theme with empty sprites and udev
> rules (or another mechanism to check for plugged in devices) which switchs
> the mouse theme depending on what is inserted. For mouse theme switching use
> »xfconf-query -c xsettings -p /Gtk/CursorThemeName -s <Theme Name>«.
>
> Regards
OK I decided to use gdevilspie2 with a very simple rule:

if (get_window_is_maximized()) then
    undecorate_window();
end

Thanks for the helping hint!

Andreas


More information about the Xfce mailing list