Skip to content

Commit 5bc4e07

Browse files
Update README.md
1 parent a6bf89e commit 5bc4e07

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,14 @@ All you need is just download [flux](https://github.com/itz-me-zappex/flux/blob/
5050
```
5151
Usage: flux [option] <value>
5252
Options and values:
53-
-c, --config <path-to-config> Specify path to config file
53+
-c, --changelog Display changelog
54+
-C, --config <path-to-config> Specify path to config file
55+
-f, --focused Display template for config from focused window
5456
-h, --help Display this help
5557
-H, --hot Apply actions to already unfocused windows before handling events
5658
-l, --lazy Avoid focus and unfocus commands on hot
57-
-q, --quiet Print errors and warnings only
58-
-t, --template Print template for config by picking window
59+
-p, --pick Display template for config by picking window
60+
-q, --quiet Display errors and warnings only
5961
-u, --usage Same as '--help'
6062
-v, --verbose Detailed output
6163
-V, --version Display release information
@@ -77,9 +79,9 @@ Available keys and description:
7779
| `focus` | Command to execute on focus event, command runs via bash and won't be killed on daemon exit, output is hidden for avoid mess in output of daemon. |
7880
| `unfocus` | Command to execute on unfocus event, command runs via bash and won't be killed on daemon exit, output is hidden for avoid mess in output of daemon. |
7981
| `command` | Command of process, gets from `/proc/<PID>/cmdline`, required if neither `name` nor `executable` is specified. |
80-
| `mangohud-config` | Path to MangoHud config, required if you want change FPS-limits and requires `mangohud-fps-limit`. |
81-
| `mangohud-fps-limit` | FPS to set on unfocus, required by and requires `mangohud-config`. |
82-
| `mangohud-fps-unlimit` | FPS to set on focus, requires `mangohud-fps-limit`, defaults to `0` (i.e. full unlimit). |
82+
| `mangohud-config` | Path to MangoHud config, required if you want change FPS-limits and requires `fps-limit`. |
83+
| `fps-limit` | FPS to set on unfocus, required by and requires `mangohud-config`. |
84+
| `fps-unlimit` | FPS to set on focus, requires `fps-limit`, defaults to `0` (i.e. full unlimit). |
8385

8486
#### Config path
8587
- Daemon searches for following configuration files by priority:

0 commit comments

Comments
 (0)