fix screen-keyboard
This commit is contained in:
parent
52ad2ff0d1
commit
5efcad81a2
2 changed files with 4 additions and 4 deletions
|
@ -370,9 +370,6 @@ exec /usr/bin/lxqt-policykit-agent
|
||||||
# Clipboard Manager
|
# Clipboard Manager
|
||||||
exec wl-paste -t text --watch clipman store
|
exec wl-paste -t text --watch clipman store
|
||||||
|
|
||||||
# wvkbd - On-screen keyboard for wlroots that sucks less
|
|
||||||
exec wvkbd-mobintl --hidden --fn 'DejaVuSansMono Nerd Font 14' -l 'simple,special,emoji,arabic' -L 240
|
|
||||||
|
|
||||||
exec swayidle -w \
|
exec swayidle -w \
|
||||||
timeout 300 'swaylock -f' \
|
timeout 300 'swaylock -f' \
|
||||||
timeout 600 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' \
|
timeout 600 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' \
|
||||||
|
|
|
@ -251,11 +251,14 @@
|
||||||
"return-type": "json"
|
"return-type": "json"
|
||||||
},
|
},
|
||||||
"custom/wvkbd": {
|
"custom/wvkbd": {
|
||||||
|
"tooltip": false,
|
||||||
"format": "{icon}",
|
"format": "{icon}",
|
||||||
"format-icons": {
|
"format-icons": {
|
||||||
"default": ""
|
"default": ""
|
||||||
},
|
},
|
||||||
"on-click": "pkill --signal SIGRTMIN wvkbd-mobintl"
|
//"interval": "once",
|
||||||
|
//"exec": "if pgrep wvkbd-mobintl >/dev/null; then echo \"\"; else echo \"\"; fi",
|
||||||
|
"on-click": "if pgrep wvkbd-mobintl >/dev/null; then pkill wvkbd-mobintl; else wvkbd-mobintl --fn 'DejaVuSansMono Nerd Font 14' -l 'simple,special,emoji,arabic' -L 240; fi"
|
||||||
},
|
},
|
||||||
"custom/notification": {
|
"custom/notification": {
|
||||||
"tooltip": false,
|
"tooltip": false,
|
||||||
|
|
Loading…
Reference in a new issue