diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 9 |
1 files changed, 5 insertions, 4 deletions
| @@ -85,14 +85,10 @@ sudo make install | |||
| 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 | ``` |
| @@ -124,6 +120,11 @@ changes. | |||
| 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 |
| 126 | 122 | ||
| 123 | You can also sen `SIGUSR1` to trigger restart with | ||
| 124 | ```sh | ||
| 125 | kill -s SIGUSR1 $(pidof glitch) | ||
| 126 | ``` | ||
| 127 | |||
| 127 | ### Configuration Structure | 128 | ### Configuration Structure |
| 128 | 129 | ||
| 129 | The configuration uses two main arrays: | 130 | The configuration uses two main arrays: |
