summaryrefslogtreecommitdiff
path: root/awesome/rc.lua
diff options
context:
space:
mode:
Diffstat (limited to 'awesome/rc.lua')
-rw-r--r--awesome/rc.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/awesome/rc.lua b/awesome/rc.lua
index bbdcfce..7ae5a5e 100644
--- a/awesome/rc.lua
+++ b/awesome/rc.lua
@@ -15,7 +15,6 @@ local naughty = require("naughty")
package.loaded["naughty.dbus"] = {}
local menubar = require("menubar")
local hotkeys_popup = require("awful.hotkeys_popup")
-local bling = require("bling")
-- Enable hotkeys help widget for VIM and other apps
-- when client with a matching name is opened:
require("awful.hotkeys_popup.keys")
@@ -60,6 +59,7 @@ beautiful.init(theme.dir .. "/theme.lua")
beautiful.useless_gap = 5
beautiful.wallpaper = awful.util.get_configuration_dir() .. "../../background.png"
font = beautiful.font or "mononoki Nerd Font Mono 18"
+local bling = require("bling")
-- Widget definitions/initializations
@@ -901,6 +901,7 @@ awful.rules.rules = {
{ rule_any = {
class = {
"QjackCtl",
+ "Tk",
"gcr-prompter"
}
},