Hi,

I am using passmenu [1] to handle passwords.
I added a shortcut to it like so:

    awful.key({ modkey }, "p", function () os.execute("passmenu -i -p 'Get the 
password:'") end),

However when executing and selecting a password to retrieve, awesome
gets stuck for a minute or so (cannot switch tags, ...).

Run within a terminal, passmenu invokes a GTK window in which the
passphrase can be written to. It seems then that "os.execute" is not
able to open that input menu.

Would you know how I can fix that ?

Thanks,

[1] https://github.com/cdown/passmenu

-- 
Chuck Norris' blood type is AK+. Ass-Kicking Positive. It is compatible only 
with heavy construction equipment, tanks, and fighter jets. 

-- 
To unsubscribe, send mail to awesome-unsubscr...@naquadah.org.

Reply via email to