From 20d2afe19b588600a87ea892d4d4fab5064cb910 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Mon, 9 Oct 2006 10:50:05 +0200 Subject: [PATCH] auf x-terminal-emulator umgestellt --- 2xterm | 4 ++-- 4xterm | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/2xterm b/2xterm index 06ff894..5f7642d 100755 --- a/2xterm +++ b/2xterm @@ -1,3 +1,3 @@ #!/bin/sh -xterm -ls -title "F1rSt X-T3Rm" & -xterm -ls -title "²×-13erM" & +x-terminal-emulator -ls -title "F1rSt X-T3Rm" & +x-terminal-emulator -ls -title "²×-13erM" & diff --git a/4xterm b/4xterm index 8d56249..3b89cf0 100755 --- a/4xterm +++ b/4xterm @@ -1,5 +1,5 @@ #!/bin/sh -xterm -ls -title "Welcome to the world of darkness -#1#-" & -xterm -ls -title "Welcome to the cinema -#2#-" & -xterm -ls -title "Welcome to the paradis on earth -#3#-" & -xterm -ls -title "Welcome to the Universe -#4#-" & +x-terminal-emulator -ls -title "Welcome to the world of darkness -#1#-" & +x-terminal-emulator -ls -title "Welcome to the cinema -#2#-" & +x-terminal-emulator -ls -title "Welcome to the paradis on earth -#3#-" & +x-terminal-emulator -ls -title "Welcome to the Universe -#4#-" &