Change summary
dot_config/i3/config.tmpl | 1 +
dot_config/rofi/executable_pass.sh | 3 +++
2 files changed, 4 insertions(+)
Detailed changes
@@ -136,6 +136,7 @@ bindsym $mod+e exec "rofi -show emoji"
bindsym $mod+w exec "rofi -show window"
bindsym $mod+u exec "rofi -show unicode"
bindsym $mod+Shift+e exec "rofi -show kaomoji"
+bindsym $mod+Shift+p exec "~/.config/rofi/pass.sh"
# bindings for dunst
bindsym $mod+n exec dunstctl close-all
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+secret-tool lookup name $(rofi -dmenu -password -p " ") | xdotool type --delay 100 --file - && xdotool key enter