Am 19.03.2013 20:25, schrieb Louis MARIE: > I would like to know how to set "rxvt-unicode" as default term when i press > modkey (Mod4) + "enter" At least in the default rc.lua there is a variable called "terminal", which is set to "xterm" by default. If you haven't modified your rc.lua too much it should be enough to just change this from "xterm" to "urxvt" (or whatever the rxvt-unicode is called on your machine).
In the globalkeys (at least default-rc.lua) there is a keybind for Mod4+Enter which spawns the program in the terminal-variable. You can also change that from terminal to "urxvt" if you just want to have urxvt be started via this keybind, but I assume you want to use rxvt-unicode as the default terminal emulator for everything, so the upper way is yours. Cheers, Manuel -- To unsubscribe, send mail to [email protected].
