terminal: use xfce4-terminal

While rxvt-unicode is great, it doesn't support xsettings making it
difficult to use when DPI can change while running.
This commit is contained in:
Vincent Bernat 2014-09-17 17:52:04 +02:00
parent 26651bc709
commit 3d903fc6ba
6 changed files with 30 additions and 397 deletions

View file

@ -9,8 +9,6 @@ local execute = {
"xset -b", -- Disable bell
-- Enable numlock
"numlockx on",
-- Read resources
"xrdb -merge " .. awful.util.getdir("config") .. "/Xresources",
-- Default browser
"xdg-mime default " .. config.browser .. ".desktop " ..
"x-scheme-handler/http " ..