diff --git a/.config/i3/config b/.config/i3/config index 226e529..2618ea9 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -149,6 +149,7 @@ bindsym $mod+$alt+space exec --no-startup-id ~/.config/i3/cycleaudio.py bindsym $mod+numbersign exec "i3-sensible-terminal -e 'sh -c xclip\ -o\ |\ gpg\ --decrypt\ 2>&1\ \;\ $SHELL'" bindsym $mod+r exec "bash -c 'pwgen -nc 32 1 | tee >(xargs notify-send Generated\ password\:) | xclip -i'" bindsym $mod+g exec "LINK=$(gist -PRpc); notify-send -c transfer \\"$LINK\\"" +bindsym --release $mod+i exec sh -c 'sleep 0.5 && xdotool type --delay 400 "$(xclip -o -selection clipboard)"' # Media player controls bindsym XF86AudioPlay exec --no-startup-id playerctl -a play-pause