Skip to content

Commit

Permalink
Update rc.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
onuronsekiz authored Nov 4, 2021
1 parent 1db258d commit 1b8e3ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .config/awesome/rc.lua
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ globalkeys = my_table.join(
awful.key({modkey}, "c",
function()
awful.util.spawn(terminal)
end, {description = "open a terminal", group = "launcher"}),
end, {description = "open terminal", group = "hotkeys"}),
awful.key({modkey, "Control"}, "r",
awesome.restart,
{description = "reload awesome", group = "awesome"}),
Expand Down

0 comments on commit 1b8e3ad

Please sign in to comment.