mirror of
https://github.com/WayfireWM/wf-osk.git
synced 2025-04-05 04:46:45 +02:00
Merge pull request #9 from gg-rewrite/fix-anchor-options
added 'pinned' anchor option
This commit is contained in:
commit
6580840b5c
@ -179,7 +179,7 @@ int main(int argc, char **argv)
|
||||
("keyboard width") |
|
||||
clara::detail::Opt(wf::osk::default_height, "int")["-h"]["--height"]
|
||||
("keyboard height") |
|
||||
clara::detail::Opt(wf::osk::anchor, "top|left|bottom|right")["-a"]
|
||||
clara::detail::Opt(wf::osk::anchor, "top|left|bottom|right|pinned")["-a"]
|
||||
["--anchor"]("where the keyboard should anchor in the screen");
|
||||
|
||||
auto res = cli.parse(clara::detail::Args(argc, argv));
|
||||
|
Loading…
x
Reference in New Issue
Block a user