mirror of
https://github.com/lcpz/awesome-copycats.git
synced 2026-03-23 05:55:12 +00:00
bluetooth status parameter
This commit is contained in:
parent
1d9fe2d406
commit
4fabd8c678
|
|
@ -9,7 +9,7 @@ local keybindings = {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function keybindings.get_global_keys(mytable, modkey, altkey, cycle_prev, browser, terminal)
|
function keybindings.get_global_keys(mytable, modkey, altkey, cycle_prev, browser, terminal, BLUESTATUS)
|
||||||
local globalkeys = mytable.join(-- Destroy all notifications
|
local globalkeys = mytable.join(-- Destroy all notifications
|
||||||
awful.key({ "Control", "Shift" }, "Escape", function()
|
awful.key({ "Control", "Shift" }, "Escape", function()
|
||||||
naughty.destroy_all_notifications()
|
naughty.destroy_all_notifications()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue