mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 12:45:59 +01:00
fix mistake in hyprctl activeworkspace description (#297)
This commit is contained in:
parent
7e0602098e
commit
219399d5d7
1 changed files with 2 additions and 2 deletions
|
@ -233,11 +233,11 @@ OK = 5
|
|||
version - prints the hyprland version, meaning flags, commit and branch of build.
|
||||
monitors - lists all the outputs with their properties
|
||||
workspaces - lists all workspaces with their properties
|
||||
activeworkspace - gets the active window name and it's properties
|
||||
activeworkspace - gets the active workspace and its properties
|
||||
clients - lists all windows with their properties
|
||||
devices - lists all connected keyboards and mice
|
||||
binds - lists all registered binds
|
||||
activewindow - gets the active window name and it's properties
|
||||
activewindow - gets the active window name and its properties
|
||||
layers - lists all the layers
|
||||
splash - prints the current random splash
|
||||
getoption [option] - gets the config option status (values)
|
||||
|
|
Loading…
Reference in a new issue