mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-15 04:34:21 +02:00
terminal: switch to evilvte
With a custom compilation. It supports more stuff than xfce4-terminal, notably italics. There are still a lot to do to have something as nice as rxvt... Should be compiled with GTK3, otherwise, it will have the same problems than xfce4-terminal.
This commit is contained in:
parent
0cdc86dd0d
commit
a20ee81fa5
6 changed files with 67 additions and 33 deletions
4
rc.lua
4
rc.lua
|
@ -45,8 +45,8 @@ os.execute("test -d " .. awful.util.getdir("cache") ..
|
|||
-- Global configuration
|
||||
modkey = "Mod4"
|
||||
config = {}
|
||||
config.terminal = "xfce4-terminal"
|
||||
config.termclass = "terminal"
|
||||
config.terminal = "evilvte"
|
||||
config.termclass = "Evilvte"
|
||||
config.layouts = {
|
||||
awful.layout.suit.tile,
|
||||
awful.layout.suit.tile.left,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue