Skip to content

Commit

Permalink
improve desktop entry
Browse files Browse the repository at this point in the history
  • Loading branch information
Slackadays committed Jul 10, 2023
1 parent 263df73 commit f133a75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.getclipboard.Clipboard.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Name=Clipboard
Icon=app.getclipboard.Clipboard
GenericName=Clipboard Manager
Exec=bash -c "export CLIPBOARD_NOAUDIO=1; while true; do cb hs; cb; echo -n -e '\033[?25l'; sleep 4; clear; done"
Exec=bash -c "export CLIPBOARD_SILENT=1; while true; do cb hs; CLIPBOARD_NOGUI=1 cb; echo -n -e '\033[?25l'; sleep 2; clear; done"
Type=Application
Terminal=true
Categories=Utility;Office;Development
Expand Down

0 comments on commit f133a75

Please sign in to comment.