mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-19 13:46:17 +10:00
Pushing some dotfile edits.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user