Skip to content
Snippets Groups Projects
Commit feb940da authored by KilakOriginal's avatar KilakOriginal
Browse files

Virtual keyboard size fix

parent 68840e99
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@
"format": "{icon}",
"format-icons": [""],
"tooltip-format": "Toggle virtual keyboard",
"on-click": "if pgrep wvkbd-mobintl; then killall wvkbd-mobintl; else wvkbd-mobintl; fi"
"on-click": "if pgrep wvkbd-mobintl; then killall wvkbd-mobintl; else wvkbd-mobintl --landscape-layers landscape,landscapespecial -L 300; fi"
},
"clock": {
// "timezone": "Europe/Berlin",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment