Browse Source

Add shortcut for typing password from password store

Frans Bergman 6 years ago
parent
commit
ed8385ce71
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .config/i3/config

+ 2 - 0
.config/i3/config

@@ -26,6 +26,8 @@ bindsym XF86AudioPrev exec --no-startup-id playerctl previous
 
 # Lock
 bindsym Mod1+Ctrl+l exec "~/.scripts/lock.sh && echo mem | sudo /usr/bin/tee /sys/power/state"
+# Type password
+bindsym Mod1+p exec passmenu -i --type
 
 # Take a screenshot
 bindsym Print exec --no-startup-id "~/.scripts/screenshot.sh"