Add instructions to readme

Author Mitja Felicijan <mitja.felicijan@gmail.com> 2026-01-25 01:30:34 +0100
Committer Mitja Felicijan <mitja.felicijan@gmail.com> 2026-01-25 01:30:34 +0100
Commit 675ebf56305a549aa6fcdfe4b5c308315d4b6d99 (patch)
-rw-r--r-- README.md 9
1 files changed, 5 insertions, 4 deletions
diff --git a/README.md b/README.md
...
85
- Add Glitch to your display manager's session list
85
- Add Glitch to your display manager's session list
86
- Select it from the session menu
86
- Select it from the session menu
87
  
87
  
88
**From a terminal (if already in X11):**
  
89
```sh
88
```sh
90
# Exit current window manager first, then:
89
# Exit current window manager first, then:
91
./glitch
90
./glitch
92
```
  
93
  
91
  
94
**From a TTY (text console):**
  
95
```sh
  
96
# Start X server and window manager
92
# Start X server and window manager
97
startx ./glitch
93
startx ./glitch
98
```
94
```
...
123
4. **Restart or Reload**:
119
4. **Restart or Reload**:
124
   - Quit and restart, or
120
   - Quit and restart, or
125
   - Use `Mod+Shift+r` to reload in-place
121
   - Use `Mod+Shift+r` to reload in-place
  
122
  
  
123
   You can also sen `SIGUSR1` to trigger restart with
  
124
   ```sh
  
125
   kill -s SIGUSR1 $(pidof glitch)
  
126
   ```
126
  
127
  
127
### Configuration Structure
128
### Configuration Structure
128
  
129
  
...