awesomerc: fix xterm -e in case of others terms

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2008-07-09 10:07:59 +02:00
parent 0eed11dadd
commit 9de637afee
1 changed files with 3 additions and 3 deletions

View File

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