rofi-pass/parsers/chromium

9 lines
326 B
Plaintext
Raw Normal View History

2015-06-06 07:23:53 -04:00
# get active URL from browser
# Chose the one for your browser or create your own.
# chromium - needs url in title extension
# https://chrome.google.com/webstore/detail/url-in-title/ignpacbgnbnkaiooknalneoeladjnfgb
# set string to "{protocol}://{hostname}{port}/{path}/{args}"
2015-06-06 07:33:38 -04:00
wmctrl -l | grep Chromium | awk '{ print $4 }'