From db33aa49e622ce5793a4f3a5ad821bc40d5b078b Mon Sep 17 00:00:00 2001 From: Andy Spencer Date: Sun, 12 May 2013 05:27:59 +0000 Subject: [PATCH] Update wmpus page --- wmpus/install.md | 13 ++++++++++--- wmpus/wmpus.desktop | 8 ++++++++ wmpus/wmpus.session | 2 ++ 3 files changed, 20 insertions(+), 3 deletions(-) create mode 100644 wmpus/wmpus.desktop create mode 100644 wmpus/wmpus.session diff --git a/wmpus/install.md b/wmpus/install.md index e8d9ce1..d3a3d94 100644 --- a/wmpus/install.md +++ b/wmpus/install.md @@ -1,11 +1,18 @@ -Install the [session] file to `/etc/X11/Sessions/wmpus` +Compile and install wmpus + + git clone git://pileus.org/wmpus + cd wmpus + make + sudo make install + +Download and install the [session] file to `/etc/X11/Sessions/wmpus` mkdir -p /etc/X11/Sessions cp wmpus.session /etc/X11/Sessions/wmpus -Install the [desktop] file to `/usr/share/xsessions/wmpus.desktop` +Download and install the [desktop] file to `/usr/share/xsessions/wmpus.desktop` - mkdir -p /etc/X11/Sessions + mkdir -p /usr/share/xsessions cp wmpus.desktop /usr/share/xsessions/wmpus.desktop [session]: files/wmpus.session diff --git a/wmpus/wmpus.desktop b/wmpus/wmpus.desktop new file mode 100644 index 0000000..7cb5c8a --- /dev/null +++ b/wmpus/wmpus.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=wmpus +Comment=a cross platform window manager +Exec=/etc/X11/Sessions/wmpus +TryExec=wmpus +Icon= +Type=Application diff --git a/wmpus/wmpus.session b/wmpus/wmpus.session new file mode 100644 index 0000000..74c2fbf --- /dev/null +++ b/wmpus/wmpus.session @@ -0,0 +1,2 @@ +#!/bin/sh +exec /usr/bin/wmpus -- 2.43.2