Pushing some dotfile edits.

This commit is contained in:
Derek Taylor
2020-05-12 01:04:10 -05:00
parent 813e7862ec
commit ab560d1cf9
13 changed files with 70 additions and 147 deletions

View File

@@ -110,7 +110,7 @@ local filemanager = "thunar"
local mailclient = "geary"
local mediaplayer = "vlc"
local scrlocker = "slimlock"
local terminal = "st"
local terminal = "alacritty"
local virtualmachine = "virtualbox"
-- awesome variables
@@ -477,8 +477,8 @@ globalkeys = my_table.join(
{description = "delete tag", group = "tag"}),
-- Standard program
awful.key({ modkey, }, "Return", function () awful.spawn(terminal) end,
{description = terminal, group = "super"}),
awful.key({ modkey, }, "Return", function () awful.spawn( terminal.." -e fish" ) end,
{description = "terminal with fish shell", group = "super"}),
awful.key({ modkey, "Shift" }, "r", awesome.restart,
{description = "reload awesome", group = "awesome"}),
awful.key({ modkey, "Shift" }, "q", function () awful.spawn.with_shell( '~/.dmenu/prompt "are you sure?" "killall awesome"' ) end,