Awesome config update.
This commit is contained in:
parent
cab80b8863
commit
d1bc6807a6
1 changed files with 2 additions and 2 deletions
|
|
@ -321,8 +321,8 @@ globalkeys = gears.table.join(
|
|||
{ description="enable xautolock", group="awesome" }),
|
||||
|
||||
-- Some Application shortcuts
|
||||
awful.key({ modkey, }, "a", function () awful.spawn("/usr/bin/alacritty") end,
|
||||
{ description = "open a terminal", group = "launcher"}),
|
||||
--awful.key({ modkey, }, "a", function () awful.spawn("/usr/bin/alacritty") end,
|
||||
-- { description = "open a terminal", group = "launcher"}),
|
||||
awful.key({ modkey, }, "Return", function () awful.spawn(terminal) end,
|
||||
{ description = "open a terminal", group = "launcher"}),
|
||||
awful.key({ modkey, "Control" }, "Return", function () awful.util.spawn(xterminal) end,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue