Compare commits

..

No commits in common. "7a528f1bb51502274f70aa1178a8d4cbbc948c1c" and "df53e606e74e43a8984f7aedcad7a414ebd77022" have entirely different histories.

3 changed files with 1 additions and 17 deletions

View File

@ -53,8 +53,6 @@ Left M PreviousSameDeskWindow
Right M NextSameDeskWindow
Escape M Restart mlvwm
Escape SM Exit
3 SC Exec "mlvwm-screenshot" exec .bin/mlvwm-screenshot
4 SC Exec "mlvwm-screenshot" exec .bin/mlvwm-screenshot -s
END
# Load Theme from themes/ ('System7', 'MacOS8', or 'MacOS9')

View File

@ -19,9 +19,8 @@ MLVWM includes a very rudimentary set of rc ([run command](https://en.wikipedia.
* `make`
* `unzip`
* `curl`
* `xdotool`
* ImageMagick
* `xdotool` (for `mlvwm-restart`)
* [`maim`](https://github.com/naelstrof/maim) & [`slop`](https://github.com/naelstrof/slop) (for `mlvwm-screenshot`)
## USAGE

View File

@ -1,13 +0,0 @@
#!/bin/sh
# mlvwm-screenshot - Take a screenshot using maim and save it as a date-stamped PNG
#
# Assumes that your ~/.mlvwmrc contains the following:
#
# ShortCut
# 3 SC Exec "mlvwm-screenshot" exec ./bin/mlvwm-screenshot
# 4 SC Exec "mlvwm-screenshot" exec ./bin/mlvwm-screenshot -s
SCREENSHOT_DIR=${SCREENSHOT_DIR:-$HOME/Pictures}
maim "$@" "${SCREENSHOT_DIR}/screenshot-$(date +%Y%m%d-%H%M%S).png"