1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00

i3: add $mod+i for type-paste from xclip

This commit is contained in:
Joe Groocock 2019-04-08 14:11:55 +01:00
parent a11dac4d00
commit af65ab019e
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86

View File

@ -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 \\"<a href=\\\\"$LINK\\\\">$LINK</a>\\""
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