diff options
author | zachir <zachir@librem.one> | 2023-04-20 14:45:56 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-04-20 14:53:44 -0500 |
commit | 59bd2b89d3f772c0c1cf16316a26f5c86b108fec (patch) | |
tree | eef91adc30a7c5234161975af0b01d5052f84448 /awesome/rc.lua | |
parent | 88ea27b400baeaf7d401f02bff1c8cf651c94e4e (diff) |
fix awesome (bling) and don't swallow virtualbox
Diffstat (limited to 'awesome/rc.lua')
-rw-r--r-- | awesome/rc.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/awesome/rc.lua b/awesome/rc.lua index 002d609..634a650 100644 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -17,7 +17,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") @@ -62,6 +61,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 @@ -769,6 +769,7 @@ awful.rules.rules = { "sptrem", "qpwgraph", "QjackCtl", + "Tk", "gcr-prompter" } }, |