desktop/i3: Miscellaneous cleanups/enhancements

- show i3 in kdm
- default to xterm

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Eugene Suter 2010-10-10 19:11:57 -05:00 committed by Robby Workman
parent 7e4d30c2d5
commit cb4c0c65e2
3 changed files with 14 additions and 4 deletions

View file

@ -9,4 +9,6 @@ us to create i3.
Please be aware that i3 is primarily targeted at advanced users and developers.
This requires libev and yajl.
This requires libev, yajl, and dmenu.
i3status and dzen2 are optional, but useful to provide a system status bar.

View file

@ -3,10 +3,11 @@
# Slackware build script for i3
# Written by Eugene Wissner <belka.ew@gmail.com>
# Updated by Eugene Suter <easuter@gmail.com>
PRGNAM=i3
VERSION=3.e_bf1
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
SRC_VERSION=$(printf $VERSION | tr _ -)
@ -65,6 +66,13 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
# Don't clobber the default config
mv $PKG/etc/i3/config $PKG/etc/i3/config.new
# Make xterm default terminal
sed -i 's/urxvt/xterm/' $PKG/etc/i3/config.new
# KDM menu entry
mkdir -p $PKG/usr/share/apps/kdm/sessions
ln -s $PKG/usr/share/xsessions/i3.desktop $PKG/usr/share/apps/kdm/sessions/
# Install an xinitrc script
mkdir -p $PKG/etc/X11/xinit
cat $CWD/xinitrc.i3 > $PKG/etc/X11/xinit/xinitrc.i3

View file

@ -5,6 +5,6 @@ DOWNLOAD="http://i3.zekjur.net/downloads/i3-3.e-bf1.tar.bz2"
MD5SUM="e13be1a4c6f3ba5180c7264194f57e38"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Eugene Wissner"
EMAIL="belka.ew@gmail.com"
MAINTAINER="Eugene Suter"
EMAIL="easuter@gmail.com"
APPROVED="rworkman"