Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignore secrets #9

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Changed from " to '
ShellTux committed May 12, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 461e5308fe8004f7c0b0f9a7d6a9d180237f0bd4
2 changes: 1 addition & 1 deletion wl-clipboard-history
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@ helpusage () {
if [ $# = 0 ]; then
case $XDG_CURRENT_DESKTOP in
Hyprland)
[ ! $(hyprctl -j activewindow | jq -r '.class' | xargs -I _ grep --count "_" $clipboard_ignore_file) = 0 ] && exit 0
[ ! $(hyprctl -j activewindow | jq -r '.class' | xargs -I _ grep --count '_' $clipboard_ignore_file) = 0 ] && exit 0
;;
esac
contents="$(< /dev/stdin sed "s/'/''/g")"