small updates

This commit is contained in:
Alexander Gehrke 2026-01-11 15:28:29 +01:00
parent 1882057748
commit a5447d1669
3 changed files with 9 additions and 6 deletions

View file

@ -15,9 +15,6 @@ local app_folders = {
(os.getenv("XDG_DATA_HOME") or os.getenv("HOME") .. "/.local/share") .. "/applications",
os.getenv("HOME") .. "/Desktop",
}
local menubar = require("menubar")
menubar.utils.terminal = conf.cmd.terminal -- Set the terminal for applications that require it
local binder = { modal = mb }
@ -203,7 +200,7 @@ local clientkeys = awful.util.table.join(
c["class"],
c["instance"],
c["type"],
c["pid"]
c["pid"] or -1
),
})
end)