aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files 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
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
97startx ./glitch 93startx ./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
129The configuration uses two main arrays: 130The configuration uses two main arrays: