pokoy | Lightweight daemon that helps prevent RSI | Chat library
kandi X-RAY | pokoy Summary
kandi X-RAY | pokoy Summary
pokoy is lightweight daemon for X that helps prevent RSI and other computer related stress. It locks the screen and forces you to take regular breaks. Pokoy doesn't have any dependencies except xcb and consumes less than 2 MB of memory. See man page for more information.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of pokoy
pokoy Key Features
pokoy Examples and Code Snippets
$ pokoy -r # run daemon
$ pokoy
29:59
04:59
$ pokoy -s # sleep / deactivate (but don't kill) daemon
$ pokoy
Daemon is sleeping.
$ pokoy -s # wake up
$ pokoy -n # start first break now
$ pokoy -k # kill daemon
Community Discussions
Trending Discussions on pokoy
QUESTION
Every time I build my docker image it appears to grow in 5-10mb for no apparent reason.
Each time I am building, I'm adding a single line comment to a ruby.
Below are 3 images that are built with single line changes to the code and running docker -it /bin/sh
and then du -d1
from the root. All 3 have no blocks/file-size differences.
Any idea as to why I'm losing 5-10mb per build?
...ANSWER
Answered 2019-Oct-18 at 04:58Found the answer here: https://forums.docker.com/t/why-run-command-which-deletes-files-inflates-image-size/33670/6
This is expected behavior because a COPY
is bringing in the files.
There's an experimental (as of Oct '19) flag --squash
that can be used on docker build
, but it loses the primary advantages of layers.
I'll have to figure out a different scheme to avoid bringing files in through the tmp folder.
[EDIT] I ended up using intermediary containers to 'strip' out what I didn't want.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install pokoy
Arch Linux sudo pacman -S libxcb xcb-util-keysyms xcb-util-wm
If you'd like to install in other than default directory, then the last step should look like sudo make PREFIX=/some/install/base/dir install.
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page