mirror of
https://github.com/morgant/mlvwmrc.git
synced 2025-04-21 12:39:19 +00:00
12 lines
237 B
Bash
Executable File
12 lines
237 B
Bash
Executable File
#!/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
|