more awesome 4.0 fixes
This commit is contained in:
parent
a43b908350
commit
7738e9ad32
5 changed files with 40 additions and 15 deletions
3
rc.lua
3
rc.lua
|
@ -1,7 +1,6 @@
|
|||
-- libraries {{{
|
||||
local awful = require("awful")
|
||||
require("awful.autofocus")
|
||||
--require("autobeautiful")
|
||||
beautiful = require("autobeautiful")
|
||||
naughty = require("naughty")
|
||||
conf = require("localconf")
|
||||
|
@ -24,7 +23,7 @@ tags.setup()
|
|||
|
||||
-- {{{ widgets
|
||||
widgets = require("widgets")
|
||||
for s = 1, screen.count() do
|
||||
for s in screen do
|
||||
local ltop = widgets.container(s, "left", "top")
|
||||
local rtop = widgets.container(s, "right", "top")
|
||||
local lbottom = widgets.container(s, "left", "bottom")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue