mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-26 06:25:59 +01:00
mention hyprctl cursorpos
This commit is contained in:
parent
b35141b26f
commit
d353e00892
1 changed files with 2 additions and 1 deletions
|
@ -81,7 +81,7 @@ hyprctl setcursor Bibata-Modern-Classic 24
|
||||||
|
|
||||||
## Info
|
## Info
|
||||||
|
|
||||||
```sh
|
```plain
|
||||||
version - prints the hyprland version, meaning flags, commit and branch of build.
|
version - prints the hyprland version, meaning flags, commit and branch of build.
|
||||||
monitors - lists all the outputs with their properties
|
monitors - lists all the outputs with their properties
|
||||||
workspaces - lists all workspaces with their properties
|
workspaces - lists all workspaces with their properties
|
||||||
|
@ -91,6 +91,7 @@ activewindow - gets the active window name
|
||||||
layers - lists all the layers
|
layers - lists all the layers
|
||||||
splash - prints the current random splash
|
splash - prints the current random splash
|
||||||
getoption [option] - gets the config option status (values)
|
getoption [option] - gets the config option status (values)
|
||||||
|
cursorpos - gets the current cursor pos in global layout coordinates
|
||||||
```
|
```
|
||||||
|
|
||||||
For the getoption command, the option name should be written as `section:option`,
|
For the getoption command, the option name should be written as `section:option`,
|
||||||
|
|
Loading…
Reference in a new issue