From 40b9c600ad8022476c9c8b65572a6b0145270dd7 Mon Sep 17 00:00:00 2001 From: Pierre Habouzit Date: Fri, 18 Sep 2009 15:06:16 +0200 Subject: [PATCH] proper way to launch awesome Signed-off-by: Pierre Habouzit --- gnomerc | 3 +++ xsessionrc | 8 -------- 2 files changed, 3 insertions(+), 8 deletions(-) create mode 100644 gnomerc diff --git a/gnomerc b/gnomerc new file mode 100644 index 0000000..a3d923c --- /dev/null +++ b/gnomerc @@ -0,0 +1,3 @@ +#!/bin/sh + +export WINDOW_MANAGER=awesome diff --git a/xsessionrc b/xsessionrc index 39440a4..1731f06 100755 --- a/xsessionrc +++ b/xsessionrc @@ -1,11 +1,3 @@ #! /bin/zsh . "$HOME/.config/zsh/20_environment" - -xkbcomp -w 0 -R/usr/share/X11/xkb ~/.Xkeyboard :0 - -for applet in klipper; do - which $applet 1>/dev/null 2>&1 && $applet& -done - -awesome & -- 2.20.1