Skip to content
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.

Commit

Permalink
Awesome - added mod4+d to open ferdi
Browse files Browse the repository at this point in the history
  • Loading branch information
dwdwdan committed May 6, 2021
1 parent 78974f7 commit 56bdf39
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions awesome/rc.lua
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,11 @@ globalkeys = gears.table.join(
end,
{description = "Firefox", group = "software"}),

awful.key({ modkey }, "d", function ()
awful.util.spawn("ferdi",{tag="<Social>"}) --Ferdi refuses to be controlled by tags for some reason
end,
{description = "Ferdi - Messaging", group = "software"}),

awful.key({ modkey }, "e", function ()
screen[2].tags[5]:view_only()
end,
Expand Down

0 comments on commit 56bdf39

Please sign in to comment.