This commit is contained in:
2017-02-28 12:46:51 -08:00
parent 019730a5ed
commit d427f41624
2 changed files with 3 additions and 2 deletions

View File

@@ -1,4 +1,5 @@
/Popcorn-Time/ /Popcorn-Time/
/QtProject.conf/
/Trolltech.conf /Trolltech.conf
/autostart /autostart
/browser-launcher2 /browser-launcher2

View File

@@ -3,6 +3,6 @@
SELECTED_INDEX="$(copyq_all.sh | rofi -dmenu -format i)" SELECTED_INDEX="$(copyq_all.sh | rofi -dmenu -format i)"
if [ "$SELECTED_INDEX" -eq "$SELECTED_INDEX" ] 2>/dev/null; then if [ "$SELECTED_INDEX" -eq "$SELECTED_INDEX" ] 2>/dev/null; then
copyq select "$SELECTED_INDEX" copyq select "$SELECTED_INDEX"
copyq paste copyq paste
fi fi