mirror of
https://github.com/morgant/mlvwmrc.git
synced 2024-12-27 22:30:49 +00:00
Added new mlvwm-restart tool which can restart a running mlvwm using xdotool
This commit is contained in:
parent
82e4facb5f
commit
0d8d7b0bd3
@ -18,6 +18,7 @@ MLVWM includes a very rudimentary set of rc ([run command](https://en.wikipedia.
|
|||||||
* `locale`
|
* `locale`
|
||||||
* `curl`
|
* `curl`
|
||||||
* `make`
|
* `make`
|
||||||
|
* `xdotool`
|
||||||
* ImageMagick
|
* ImageMagick
|
||||||
|
|
||||||
## USAGE
|
## USAGE
|
||||||
|
11
bin/mlvwm-restart
Executable file
11
bin/mlvwm-restart
Executable file
@ -0,0 +1,11 @@
|
|||||||
|
#!/bin/sh -e
|
||||||
|
|
||||||
|
# mlvwm-restart - Restart MLVWM by sending it a restart key code
|
||||||
|
#
|
||||||
|
# Assumes that your ~/.mlvwmrc contains the following:
|
||||||
|
#
|
||||||
|
# ShortCut
|
||||||
|
# Escape M Restart mlvwm
|
||||||
|
# END
|
||||||
|
|
||||||
|
xdotool key --window root --clearmodifiers alt+Escape
|
Loading…
Reference in New Issue
Block a user