From 675ebf56305a549aa6fcdfe4b5c308315d4b6d99 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sun, 25 Jan 2026 01:30:34 +0100 Subject: Add instructions to readme --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3764dd1..89bb94a 100644 --- a/README.md +++ b/README.md @@ -85,14 +85,10 @@ sudo make install - 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 ``` @@ -124,6 +120,11 @@ changes. - 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 The configuration uses two main arrays: -- cgit v1.2.3