## Description Provides a collection of handy ~/bin scripts. * **i3-lock-wrapper**: Wrapper around the i3 window manager lock program, i3lock. Takes a screenshot of the current screen, blurs and desaturates, then sets as the lock screen background. * **random_wallpaper.sh**: Randomly selects an image from the given path (presumably a wallpapers directory) and sets that image as the wallpaper. * **screenshot.sh**: Takes a three-second-delayed drag select screenshot from the command line. Useful for i3 users who set up hotkeys that call scripts. * **share_desktop.sh**: Sets up a read-only passworded vnc session for desktop sharing. Configured to allow multiple users to connect. Serves as a fairly nice replacement for proprietary desktop sharing applications. * **vid_compress**: Compresses the given video to ogv (for now). The original is not deleted. Useful for when lots of video was taken on a trip and you don't want to keep the highest quality uncompressed originals around. Does not delete the original (in case you would like to keep it or the ogv is bigger than the original) * **virtualize**: Uses qemu and libvirt to quickly virtualize a single system in the foreground. Useful for spinning up quick virtual machines with short lives (eg: for testing purposes). All script arguments are passed through to qemu directly, in case further configuration is desired.