mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-24 18:58:33 +02:00
terminal: fix xfce4-terminal invocation
This commit is contained in:
parent
3d903fc6ba
commit
9e3964f32b
1 changed files with 1 additions and 1 deletions
2
rc.lua
2
rc.lua
|
@ -45,7 +45,7 @@ os.execute("test -d " .. awful.util.getdir("cache") ..
|
||||||
-- Global configuration
|
-- Global configuration
|
||||||
modkey = "Mod4"
|
modkey = "Mod4"
|
||||||
config = {}
|
config = {}
|
||||||
config.terminal = "xfce4-terminal --perl-lib " .. awful.util.getdir("config") .. "/lib/rxvt"
|
config.terminal = "xfce4-terminal"
|
||||||
config.termclass = "Xfce4-terminal"
|
config.termclass = "Xfce4-terminal"
|
||||||
config.layouts = {
|
config.layouts = {
|
||||||
awful.layout.suit.tile,
|
awful.layout.suit.tile,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue