diff options
author | Stefan Ritter <xeno@thehappy.de> | 2010-02-26 19:10:01 +0100 |
---|---|---|
committer | Stefan Ritter <xeno@thehappy.de> | 2010-02-26 19:10:01 +0100 |
commit | d05332308dd148ca8653f94a23e1076637badea6 (patch) | |
tree | a6487f2b87526a56e49dc6fe01077657798bc251 /xorg/xinitrc | |
parent | 44e1d5779af42225e07b6afa47b7ddadb34daed5 (diff) |
Added compose sign
Diffstat (limited to '')
-rwxr-xr-x | xorg/xinitrc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xorg/xinitrc b/xorg/xinitrc index 85ec5d4..4308950 100755 --- a/xorg/xinitrc +++ b/xorg/xinitrc @@ -1,5 +1,7 @@ #!/bin/bash + WM='xfce4-session' +#WM='scrotwm' export XDG_DESKTOP_DIR=~/.desktop @@ -9,5 +11,4 @@ blueman-applet & xscreensaver -nosplash & xrandr --dpi 86 - exec $WM |