jorenheit / awesome_alttab

Familiar Alt-Tab functionality in Awesome WM (3.5.5)
ISC License
24 stars 30 forks source link

You should try to move that in a module so we don't have to copy paste it in our rc.lua files #1

Closed nikolavp closed 10 years ago

jorenheit commented 10 years ago

Done! No previous experience in Lua, so still learning. This is much cleaner indeed :-)

nikolavp commented 10 years ago

Hmm look at my fork at https://github.com/nikolavp/awesome_alttab. There are more dependencies for this module. This commit didn't work for me because it depends on the place you put require('alttab'). You can also get some instructions for the installation from there.

jorenheit commented 10 years ago

You are right. I'll take this approach as well.

jorenheit commented 10 years ago

Are you sure about your instructions? This way, it doesn't end up on my path, so I have to do "alttab/alttab" instead.

nikolavp commented 10 years ago

Yes the instructions come from my module (https://github.com/nikolavp/awesome-pomodoro). Hmm note that you should rename alttab to be init.lua

jorenheit commented 10 years ago

Ah so that's how this works, got it. Thanks for the help!