mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
i3b/iface: fix repeated xclip invocation
This commit is contained in:
parent
dfda38ffab
commit
761c84863e
@ -55,6 +55,8 @@ case $BLOCK_BUTTON in
|
||||
break;;
|
||||
2) curl -s https://api.ipify.org | tee >(xclip -i);
|
||||
break;;
|
||||
*) echo "$LOCIP" | tee >(xclip -i);
|
||||
0|3) echo "$LOCIP" | tee >(xclip -i);
|
||||
break;;
|
||||
*) echo "$LOCIP"
|
||||
break;;
|
||||
esac
|
||||
|
Loading…
Reference in New Issue
Block a user