mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-26 11:25:59 +01:00
parent
0d5a6f3168
commit
b2516010b7
1 changed files with 1 additions and 1 deletions
|
@ -1046,7 +1046,7 @@ std::string dispatchGetOption(std::string request, HyprCtl::eHyprCtlOutputFormat
|
||||||
R"#(
|
R"#(
|
||||||
{{
|
{{
|
||||||
"option": "{}",
|
"option": "{}",
|
||||||
"int": {}
|
"int": {},
|
||||||
"float": {:.5f},
|
"float": {:.5f},
|
||||||
"str": "{}",
|
"str": "{}",
|
||||||
"data": "0x{:x}"
|
"data": "0x{:x}"
|
||||||
|
|
Loading…
Reference in a new issue