You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,12 +50,14 @@ All you need is just download [flux](https://github.com/itz-me-zappex/flux/blob/
50
50
```
51
51
Usage: flux [option] <value>
52
52
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
54
56
-h, --help Display this help
55
57
-H, --hot Apply actions to already unfocused windows before handling events
56
58
-l, --lazy Avoid focus and unfocus commands on hot
57
-
-q, --quietPrint errors and warnings only
58
-
-t, --templatePrint template for config by picking window
59
+
-p, --pick Display template for config by picking window
60
+
-q, --quiet Display errors and warnings only
59
61
-u, --usage Same as '--help'
60
62
-v, --verbose Detailed output
61
63
-V, --version Display release information
@@ -77,9 +79,9 @@ Available keys and description:
77
79
|`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. |
78
80
|`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. |
79
81
|`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). |
83
85
84
86
#### Config path
85
87
- Daemon searches for following configuration files by priority:
0 commit comments