From 4045a5c7e3416de5c7df45b6d5a70497dc0522c6 Mon Sep 17 00:00:00 2001 From: tfheen Date: Fri, 15 Aug 2003 10:27:04 +0000 Subject: [PATCH] Try fvwm24 before before fvwm2 git-svn-id: file:///svn/tfheen/trunk/dotfiles@176 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf --- Xclients-default | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Xclients-default b/Xclients-default index 8d59613..dcc8119 100755 --- a/Xclients-default +++ b/Xclients-default @@ -54,6 +54,10 @@ if type oroborus; then exec oroborus fi +if type fvwm24; then + exec fvwm24 +fi + if type fvwm2; then exec fvwm2 fi -- 2.39.5