- https://github.com/Benjamin-Loison
- Joined on
2022-10-16
Block a user
Disable CD slot button to avoid unwanted opening
Click moves view, so double click may result in quite arbitrary item click
Track webext-signed-pages: Do not have to trust instance owner
Under normal circumstances we will only cooperate to the minimum extent which is required by a court order or judicial requisition. Under these conditions we may be obliged to share the limited…
Be notified on PHP warning/error
Show sizes of files without having to click *Properties*
Change home folder without
root
access
alias
to switch from disk could help, see the message:
-----BEGIN PGP MESSAGE-----
hF4DTQa9Wom5MBgSAQdAw1kRmFQiPkEouZH31SzPP+h5OG5q+99x+9xXg0yN…
Be notified on clipboard read or write
Bash script:
while ./clipnotify
do
xclip -selection clipboard -out
echo
done
Output:
ht…
Be notified on clipboard read or write
./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.
Be notified on clipboard read or write
ctrl + v does not make the program exit, which is quite as wanted.
Be notified on clipboard read or write
./clipnotify --help
Output:
./clipnotify: invalid option -- '-'
./clipnotify: Notify by exiting on clipboard events.
-l Instead of…
Be notified on clipboard read or write
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.
Be notified on clipboard read or write
make
cc clipnotify.c -o clipnotify -I/usr/X11R6/include -L/usr/X11R6/lib -lX11 -lXfixes
Be notified on clipboard read or write
The Unix Stack Exchange answer 723818:
clipnotify has 242 stars and last commit was 3 years ago.
[clipnotify/…