From 601440b2ba6487fc8dbb7a197c3e4b2075b85805 Mon Sep 17 00:00:00 2001 From: Klesh Wong Date: Wed, 25 May 2022 23:27:42 +0800 Subject: [PATCH] feat: make st floating --- gui/awesome/rc.lua | 3 +++ 1 file changed, 3 insertions(+) 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