- https://github.com/Benjamin-Loison
- Joined on
2022-10-16
root
access
alias
to switch from disk could help, see the message:
-----BEGIN PGP MESSAGE-----
hF4DTQa9Wom5MBgSAQdAw1kRmFQiPkEouZH31SzPP+h5OG5q+99x+9xXg0yN…
Bash script:
while ./clipnotify
do
xclip -selection clipboard -out
echo
done
Output:
ht…
./clipnotify -s clipboard
works as wanted, not stopping the program on word double clicked in the terminal.
It works fine even if the program is running in the background.
ctrl + v does not make the program exit, which is quite as wanted.
./clipnotify --help
Output:
./clipnotify: invalid option -- '-'
./clipnotify: Notify by exiting on clipboard events.
-l Instead of…
When double click a word in the terminal the program exits which is unwanted. It seems to also exit when ctrl + shift + c which is a wanted behavior.
make
cc clipnotify.c -o clipnotify -I/usr/X11R6/include -L/usr/X11R6/lib -lX11 -lXfixes
The Unix Stack Exchange answer 723818:
clipnotify has 242 stars and last commit was 3 years ago.
[clipnotify/…
Could be useful when having a bad Internet connection, but want to download many YouTube videos from Element by putting each into clipboard.
DuckDuckGo search *Debian be notified on clipboard…
adb shell input -h
Output:
Usage: input [<source>] [-d DISPLAY_ID] <command> [<arg>...]
The sources are:
touchnavigation
…
adb shell input keyevent KEYCODE_POWER
does not return anything and (un)locks the screen.
For reference: scroll.
benjamin_loison
across my devices
The Ask Ubuntu question 665950 was relevant to me.