summaryrefslogtreecommitdiff
path: root/.config/awesome/rc.lua
diff options
context:
space:
mode:
Diffstat (limited to '.config/awesome/rc.lua')
-rw-r--r--.config/awesome/rc.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua
index bad31f5..0a29a09 100644
--- a/.config/awesome/rc.lua
+++ b/.config/awesome/rc.lua
@@ -52,7 +52,7 @@ end
beautiful.init(gears.filesystem.get_themes_dir() .. "default/theme.lua")
-- This is used later as the default terminal and editor to run.
-terminal = "rxvt"
+terminal = "xfce4-terminal"
editor = os.getenv("vim") or "vim"
editor_cmd = terminal .. " -e " .. editor
@@ -350,8 +350,8 @@ globalkeys = gears.table.join(
end,
{description = "lua execute prompt", group = "awesome"}),
-- Menubar
- awful.key({ modkey }, "d", function() menubar.show() end,
- {description = "show the menubar", group = "launcher"})
+-- awful.key({ modkey }, "d", function() menubar.show() end,
+-- {description = "show the menubar", group = "launcher"})
)
clientkeys = gears.table.join(