diff --git a/README.md b/README.md index 3764dd1be42ad4e9573a6e4eb153851311e220d0..89bb94a82a6a9a7af3befeb08f4ebc6991579bbf 100644 --- a/README.md +++ b/README.md @@ -85,14 +85,10 @@ **From a display manager (login screen):** - Add Glitch to your display manager's session list - Select it from the session menu -**From a terminal (if already in X11):** ```sh # Exit current window manager first, then: ./glitch -``` -**From a TTY (text console):** -```sh # Start X server and window manager startx ./glitch ``` @@ -123,6 +119,11 @@ 4. **Restart or Reload**: - Quit and restart, or - Use `Mod+Shift+r` to reload in-place + + You can also sen `SIGUSR1` to trigger restart with + ```sh + kill -s SIGUSR1 $(pidof glitch) + ``` ### Configuration Structure