Skip to content

Commit

Permalink
feat(tools): cleanup macos clipboard
Browse files Browse the repository at this point in the history
  • Loading branch information
haunt98 committed Sep 26, 2023
1 parent 737a5c5 commit 33f17b3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/2023-06-25-useful-tools.html
Original file line number Diff line number Diff line change
Expand Up @@ -843,6 +843,10 @@ <h3 id="user-content-macos-2">
<li><code>~/Library/LaunchAgents</code></li>
<li><code>/Library/LaunchAgents</code></li>
</ul>
<p>Clean up clipboard:</p>
<div class="highlight highlight-source-shell">
<pre>pbcopy <span class="pl-k">&lt;</span> /dev/null</pre>
</div>
<h3 id="user-content-linux">
<a class="heading-link" href="#linux"
>Linux<span aria-hidden="true" class="octicon octicon-link"></span
Expand Down
6 changes: 6 additions & 0 deletions posts/2023-06-25-useful-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,12 @@ Clean up leftover data:
- `~/Library/LaunchAgents`
- `/Library/LaunchAgents`

Clean up clipboard:

```sh
pbcopy < /dev/null
```

### Linux

Fix black screen when open game in fullscreen in external monitor with
Expand Down

0 comments on commit 33f17b3

Please sign in to comment.