]> git.rmz.io Git - dotfiles.git/blobdiff - awesome/rc.lua
switch to urxvt
[dotfiles.git] / awesome / rc.lua
index 7dd4696ea5fd38d64d82253261a6bb3be9c178c9..8879c5e7115b481371bad07913ef7554f38f40ba 100644 (file)
@@ -41,7 +41,7 @@ end
 beautiful.init("/usr/share/awesome/themes/default/theme.lua")
 
 -- This is used later as the default terminal and editor to run.
-terminal = "konsole"
+terminal = "urxvt"
 editor = os.getenv("EDITOR") or "vim"
 editor_cmd = terminal .. " -e " .. editor