Key bindings fix (Ctrl+Alt+Space).
This commit is contained in:
parent
6106dbcf23
commit
0ab30aed03
4
rc.lua
4
rc.lua
|
@ -72,8 +72,6 @@ tags = {
|
|||
tags[s] = awful.tag(tags.names, s, tags.layout)
|
||||
end
|
||||
|
||||
require("apprules")
|
||||
|
||||
----< Menu >----------------------------------------------------------
|
||||
-- Create a laucher widget and a main menu
|
||||
myawesomemenu = {
|
||||
|
@ -437,6 +435,8 @@ clientkeys = awful.util.table.join(
|
|||
end)
|
||||
)
|
||||
|
||||
require("apprules")
|
||||
|
||||
-- Compute the maximum number of digit we need, limited to 9
|
||||
keynumber = 0
|
||||
for s = 1, screen.count() do
|
||||
|
|
Loading…
Reference in New Issue