mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-29 21:04:21 +02:00
terminal: use "terminal" for class
We do substring match. Dunno why "Xfce4-terminal" wasn't working...
This commit is contained in:
parent
b30a00e7e3
commit
f19b22cd43
1 changed files with 1 additions and 1 deletions
2
rc.lua
2
rc.lua
|
@ -46,7 +46,7 @@ os.execute("test -d " .. awful.util.getdir("cache") ..
|
|||
modkey = "Mod4"
|
||||
config = {}
|
||||
config.terminal = "xfce4-terminal"
|
||||
config.termclass = "Xfce4-terminal"
|
||||
config.termclass = "terminal"
|
||||
config.layouts = {
|
||||
awful.layout.suit.tile,
|
||||
awful.layout.suit.tile.left,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue