Revert "awesomerc: fix xterm -e in case of others terms"

This reverts commit 9de637afee.

Conflicts:

	awesomerc.in
This commit is contained in:
Julien Danjou 2008-08-02 18:32:19 +02:00
parent 4ee816510f
commit deb3cc26d8
1 changed files with 3 additions and 3 deletions

View File

@ -142,7 +142,7 @@ screen 0
{
button = "1"
command = "spawn"
arg = "exec xterm -e \"man awesome\""
arg = "exec xterm -e man awesome"
}
}
}
@ -211,7 +211,7 @@ keys
modkey = {"Mod4"}
key = "F1"
command = "spawn"
arg = "exec xterm -e \"man `for i in /usr/share/man/man?;do ls $i; done | cut -d. -f1 | awesome-menu 'See manual page for:'`\""
arg = "exec xterm -e man `for i in /usr/share/man/man?;do ls $i; done | cut -d. -f1 | awesome-menu 'See manual page for:'`"
}
key
{
@ -225,7 +225,7 @@ keys
modkey = {"Mod4"}
key = "F3"
command = "spawn"
arg = "exec xterm -e \"ssh `cut -d' ' -f1 ~/.ssh/known_hosts | cut -d, -f1 | awesome-menu 'ssh to:'`\""
arg = "exec xterm -e ssh `cut -d' ' -f1 ~/.ssh/known_hosts | cut -d, -f1 | awesome-menu 'ssh to:'`"
}
key
{