mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-24 17:26:00 +01:00
hyprctl: order commands alphabetically (#4061)
This commit is contained in:
parent
cfd94c5b30
commit
8bd86cf37e
1 changed files with 19 additions and 19 deletions
|
@ -26,33 +26,33 @@
|
||||||
const std::string USAGE = R"#(usage: hyprctl [(opt)flags] [command] [(opt)args]
|
const std::string USAGE = R"#(usage: hyprctl [(opt)flags] [command] [(opt)args]
|
||||||
|
|
||||||
commands:
|
commands:
|
||||||
monitors
|
|
||||||
workspaces
|
|
||||||
activeworkspace
|
|
||||||
workspacerules
|
|
||||||
clients
|
|
||||||
activewindow
|
activewindow
|
||||||
layers
|
activeworkspace
|
||||||
devices
|
|
||||||
binds
|
binds
|
||||||
|
clients
|
||||||
|
cursorpos
|
||||||
|
devices
|
||||||
dispatch
|
dispatch
|
||||||
keyword
|
getoption
|
||||||
version
|
globalshortcuts
|
||||||
kill
|
|
||||||
splash
|
|
||||||
hyprpaper
|
hyprpaper
|
||||||
|
instances
|
||||||
|
keyword
|
||||||
|
kill
|
||||||
|
layers
|
||||||
|
layouts
|
||||||
|
monitors
|
||||||
|
notify
|
||||||
|
plugin
|
||||||
reload
|
reload
|
||||||
setcursor
|
setcursor
|
||||||
getoption
|
|
||||||
cursorpos
|
|
||||||
switchxkblayout
|
|
||||||
seterror
|
seterror
|
||||||
setprop
|
setprop
|
||||||
plugin
|
splash
|
||||||
notify
|
switchxkblayout
|
||||||
globalshortcuts
|
version
|
||||||
instances
|
workspacerules
|
||||||
layouts
|
workspaces
|
||||||
|
|
||||||
flags:
|
flags:
|
||||||
-j -> output in JSON
|
-j -> output in JSON
|
||||||
|
|
Loading…
Reference in a new issue