change x-terminal-emulator to xterm
This commit is contained in:
parent
6e4942711f
commit
1695d811e4
|
@ -65,7 +65,7 @@ awesome:
|
||||||
modkey = "Mod4";
|
modkey = "Mod4";
|
||||||
|
|
||||||
# Keys binding
|
# Keys binding
|
||||||
keys = ((("Mod4"), "Return", "spawn", "exec x-terminal-emulator"),
|
keys = ((("Mod4"), "Return", "spawn", "exec xterm"),
|
||||||
(("Mod4"), "space", "setlayout"),
|
(("Mod4"), "space", "setlayout"),
|
||||||
(("Mod4"), "b", "togglebar"),
|
(("Mod4"), "b", "togglebar"),
|
||||||
(("Mod4"), "j", "focusnext"),
|
(("Mod4"), "j", "focusnext"),
|
||||||
|
|
Loading…
Reference in New Issue