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)
|
tags[s] = awful.tag(tags.names, s, tags.layout)
|
||||||
end
|
end
|
||||||
|
|
||||||
require("apprules")
|
|
||||||
|
|
||||||
----< Menu >----------------------------------------------------------
|
----< Menu >----------------------------------------------------------
|
||||||
-- Create a laucher widget and a main menu
|
-- Create a laucher widget and a main menu
|
||||||
myawesomemenu = {
|
myawesomemenu = {
|
||||||
|
@ -437,6 +435,8 @@ clientkeys = awful.util.table.join(
|
||||||
end)
|
end)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
require("apprules")
|
||||||
|
|
||||||
-- Compute the maximum number of digit we need, limited to 9
|
-- Compute the maximum number of digit we need, limited to 9
|
||||||
keynumber = 0
|
keynumber = 0
|
||||||
for s = 1, screen.count() do
|
for s = 1, screen.count() do
|
||||||
|
|
Loading…
Reference in New Issue