Skip to content

Read-only, compact LastPass interface for Linux+i3wm environments

Notifications You must be signed in to change notification settings

alexzorin/i3-lastpass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

i3-lastpass

This project aims to be a read-only interface for LastPass exclusively for the Linux + i3 Window Manager environment.

It aims to be an improvement over my previous cross-platform attempt in both safety and usability.

screenshot

Features

  • No binaries, no building: it is just a really short shell script that composes lpass-cli, dmenu (which is already used as the i3 application launcher) and xsel for clipboard management.
  • UI: mimics the i3 application launcher, doesn't look out of place
  • Security: uses the 'SECONDARY' clipboard. Does not use your regular (Ctrl-C,Ctrl-V) clipboard and clears the password after the first use.
  • Probably doesn't work on Wayland ¯\(ツ)

Usage

  1. Install the i3-lastpass script from this repository to somewhere in your path (such as /usr/local/bin/).
  2. Set your ~/.i3/config up and reload it with key binds for both the 'copy' and 'paste' actions. I use $mod+, and $mod+. , respectively:
bindsym --release $mod+less exec "i3-lastpass"
bindsym --release $mod+greater exec --no-startup-id "xdotool type --delay 0 --clearmodifiers $(xsel --secondary -o -c)"
  1. Enjoy!

LICENCE

MIT

About

Read-only, compact LastPass interface for Linux+i3wm environments

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages