diff --git a/gui/awesome/rc.lua b/gui/awesome/rc.lua index 5d86044..97fcc33 100644 --- a/gui/awesome/rc.lua +++ b/gui/awesome/rc.lua @@ -481,6 +481,8 @@ globalkeys = gears.table.join( -- Standard program awful.key({ modkey, }, "Return", function () awful.spawn(terminal) end, {description = "open a terminal", group = "launcher"}), + awful.key({ modkey, }, "`", function () awful.spawn("st -e fish") end, + {description = "open a terminal", group = "launcher"}), awful.key({ modkey, "Control" }, "r", awesome.restart, {description = "reload awesome", group = "awesome"}), awful.key({ modkey, "Shift" }, "q", awesome.quit, @@ -756,6 +758,7 @@ awful.rules.rules = { "Tor Browser", -- Needs a fixed window size to avoid fingerprinting by screen size. "Wpa_gui", "veromix", + "st-256color", "xtightvncviewer"}, -- Note that the name property shown in xprop might be set slightly after creation of the client