diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-31 23:46:43 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-31 23:46:43 -0200 |
commit | 63dfd651503e24ea1bb3cede976712e5852b33b7 (patch) | |
tree | 821003f16a92cd7c70648c007cc2e839971ef161 /modules/profile/xprofile | |
parent | db23eb35937041ef97295022915bd2abf84f7534 (diff) | |
download | dotfiles-63dfd651503e24ea1bb3cede976712e5852b33b7.tar.gz dotfiles-63dfd651503e24ea1bb3cede976712e5852b33b7.tar.bz2 |
Removing bashisms from profile scripts
Diffstat (limited to 'modules/profile/xprofile')
-rwxr-xr-x | modules/profile/xprofile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/profile/xprofile b/modules/profile/xprofile index eeeaf27..744ae5d 100755 --- a/modules/profile/xprofile +++ b/modules/profile/xprofile @@ -43,3 +43,8 @@ done # https://bugs.launchpad.net/ubuntu/+source/gnome-keyring/+bug/932177 unset GNOME_KEYRING_PID unset GNOME_KEYRING_CONTROL + +# Execute window manager +if [ "`cut -d . -f 1 /etc/debian_version`" ]; then + awesome +fi |