From: Andy Spencer Date: Sun, 12 May 2013 05:27:59 +0000 (+0000) Subject: Update wmpus page X-Git-Url: http://pileus.org/git/?p=pages;a=commitdiff_plain;h=db33aa49e622ce5793a4f3a5ad821bc40d5b078b Update wmpus page --- 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