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#-" &