mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-08-09 17:41:12 +10:00
Minor edits
This commit is contained in:
@@ -239,8 +239,8 @@ globalkeys = my_table.join(
|
||||
{description = "surf web browser" , group = "gui apps" }),
|
||||
awful.key({ modkey, altkey }, "c", function () awful.util.spawn( terminal.." -e cmus" ) end,
|
||||
{description = "cmus" , group = "terminal apps" }),
|
||||
awful.key({ modkey, altkey }, "e", function () awful.util.spawn( terminal.." -e neomutt" ) end,
|
||||
{description = "neomutt email" , group = "terminal apps" }),
|
||||
awful.key({ modkey, altkey }, "e", function () awful.util.spawn( "emacsclient -a 'emacs' -c" ) end,
|
||||
{description = "emacs client" , group = "gui apps" }),
|
||||
awful.key({ modkey, altkey }, "f", function () awful.util.spawn( terminal.." -e sh ./.config/vifm/scripts/vifmrun" ) end,
|
||||
{description = "vifm" , group = "terminal apps" }),
|
||||
awful.key({ modkey, altkey }, "i", function () awful.util.spawn( terminal.." -e irssi" ) end,
|
||||
|
||||
Reference in New Issue
Block a user