aboutsummaryrefslogtreecommitdiff
path: root/.config/awesome
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2021-10-18 03:35:13 -0400
committertdro <tdro@users.noreply.github.com>2021-10-18 03:35:13 -0400
commite2c84230cefba047c0d0a976fdd6ba0b4b3279fa (patch)
treeb5854437e8e1c659accdd9e6310c57f95dc98872 /.config/awesome
parent9119f950b8c62d8fe0647d948bea9098cdb4ed6b (diff)
downloaddotfiles-e2c84230cefba047c0d0a976fdd6ba0b4b3279fa.tar.gz
dotfiles-e2c84230cefba047c0d0a976fdd6ba0b4b3279fa.tar.bz2
dotfiles-e2c84230cefba047c0d0a976fdd6ba0b4b3279fa.zip
.config/awesome/rc.lua: Float dropdown terminal
Diffstat (limited to '.config/awesome')
-rw-r--r--.config/awesome/rc.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua
index 86da445..82580d7 100644
--- a/.config/awesome/rc.lua
+++ b/.config/awesome/rc.lua
@@ -262,7 +262,7 @@ awful.rules.rules = {
{
rule_any =
{
- instance = { "copyq", },
+ name = { "dropdown-terminal", },
},
properties = { floating = true } -- Floating clients.
}