diff --git a/rc.lua.template b/rc.lua.template index e040460..7951d87 100644 --- a/rc.lua.template +++ b/rc.lua.template @@ -66,6 +66,7 @@ local terminal = "xterm" local editor = os.getenv("EDITOR") or "nano" local gui_editor = "gvim" local browser = "firefox" +local guieditor = "atom" awful.util.terminal = terminal awful.util.tagnames = { "1", "2", "3", "4", "5" } @@ -419,8 +420,8 @@ globalkeys = awful.util.table.join( awful.key({ modkey }, "v", function () awful.spawn("xsel -b | xsel") end), -- User programs - awful.key({ modkey }, "e", function () awful.spawn(gui_editor) end), awful.key({ modkey }, "q", function () awful.spawn(browser) end), + awful.key({ modkey }, "a", function () awful.spawn(guieditor) end), -- Default --[[ Menubar