Installed Manjaro awesome (full) (a third time, since I messed it up each time trying to learn to cofigure the config-files :D).
And I must say, I love it. - the standard keybindings are very intuitive and I got into them rather quickly,having never used a WM before.
I think I'm gonna stick with it for a while and learn.
I have a question too:
How this it exactely work to assing a keybinding to start a programme?
I tried analog to browser:
awful.key({ modkey }, "b", function () awful.spawn(browser) end,
{description = "launch Browser", group = "launcher"}),
this:
awful.key({ modkey }, "b", function () awful.spawn(audacious) end,
{description = "launch Audacious", group = "launcher"}),
But it doesn't work. I assume there must be an general term like browser. music-player i.e.?
Can someone help me out?
~Seantum