cdump / awesome-shifty

Dynamic tagging library for awesome window manager
17 stars 7 forks source link

Problem with secound screen #5

Closed jl23 closed 11 years ago

jl23 commented 11 years ago

An error occurs if I try to open a new tag on my second screen:

Oops, an error happened! ./shifty.lua:117 attempt to index field 'taglist' (a nil value)

when I move a window to the second screen it disappears.

cdump commented 11 years ago

Attach your rc.lua config please and i will try to fix it. I'm not tested this shifty with multiple screens yet.

jl23 commented 11 years ago

ok, i checked my config and forgot these lines: shifty.taglist = mytaglist shifty.init() i can now move tags between my two screens but shifty is ignoring the pre-defined screen setting in shifty.config.tags i took the example rc.conf and added screen=2 to the mail tag, then i started awesome and startet thunderbird. the new tag was created on the first screen. when i set init to true, the tag is correctly on the secound screen.

cdump commented 11 years ago

Screen bug issue - https://github.com/cdump/awesome-shifty/issues/8