diff --git a/dot_config/i3/config.tmpl b/dot_config/i3/config.tmpl index d6aeb285816cccdcb7b1555efafab8216c10c090..ada324a0651f1a86959dd805ce5fe1266b7f352b 100644 --- a/dot_config/i3/config.tmpl +++ b/dot_config/i3/config.tmpl @@ -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 diff --git a/dot_config/rofi/executable_pass.sh b/dot_config/rofi/executable_pass.sh new file mode 100644 index 0000000000000000000000000000000000000000..cda198d198cdd42b02864eed30008fe8b72d940c --- /dev/null +++ b/dot_config/rofi/executable_pass.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +secret-tool lookup name $(rofi -dmenu -password -p "󰟵 ") | xdotool type --delay 100 --file - && xdotool key enter