From 740c8af41e77a0cf5a748a7530d19405ad6739c0 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 7 May 2007 01:41:48 +0000 Subject: add .desktops for running Openbox, KDE/Openbox and GNOME/Openbox add more .desktops for gnome and update it add scripts to run an KDE/Openbox and GNOME/Openbox session also add scripts for openbox-gnome and openbox-kde which are placeholders and will be replaced by real programs. also set the name on the wm_support_win to be how we were called (which is passed in the environment) rather than just "Openbox" add an envionment variable for wanting to be notified (SIGUSR2) when openbox reconfigures. this would be used by openbox-shell to update the root window.. if i make such a thing.. i dunno. --- data/xsession/Makefile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/xsession/Makefile (limited to 'data/xsession/Makefile') diff --git a/data/xsession/Makefile b/data/xsession/Makefile new file mode 100644 index 00000000..b90edacf --- /dev/null +++ b/data/xsession/Makefile @@ -0,0 +1,4 @@ +all clean install: + $(MAKE) -C .. -$(MAKEFLAGS) $@ + +.PHONY: all clean install -- cgit v1.2.3