From f42a3a2cc941e34dd938b1e6bc24785a44781db2 Mon Sep 17 00:00:00 2001 From: delta Date: Sun, 21 May 2023 10:12:46 +0200 Subject: major update of awesome config add new icons, switch over to using stylesheets instead of gears.color.recolor_image, add a music widget to the panel, optimize services in common.lua, fix the application lense filtering and increase the update rate of services in common.lua Signed-off-by: delta --- .config/awesome/quarrel/bind.lua | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to '.config/awesome/quarrel/bind.lua') diff --git a/.config/awesome/quarrel/bind.lua b/.config/awesome/quarrel/bind.lua index 327da0b..4cb5d44 100644 --- a/.config/awesome/quarrel/bind.lua +++ b/.config/awesome/quarrel/bind.lua @@ -1,9 +1,11 @@ local awful = require "awful" local gtable = require "gears.table" -local insightful = require "ui.insightful" +local qstore = require "quarrel.store" local qbind = {} +qstore.bindings = {} + local function get_binding_function(trigger) if type(trigger) == "number" and trigger <= 5 and trigger > 0 then return "button" @@ -37,7 +39,7 @@ local function translate_binding(binding, trigger, multiple) end function qbind:new(binding) - if not binding.hidden then table.insert(insightful._bindings, binding) end + if not binding.hidden then table.insert(qstore.bindings, binding) end binding.mods = binding.mods or {} local awful_bindings = {} -- cgit v1.2.3