hyprland: Add attempt at using wvkbd

Squeekboard was misbehaving so I thought I'd have better luck with
wvkbd, but it turns out that this isn't the case. For some reason,
nothing can be typed at all which is even worse than Squeekboard.
This commit is contained in:
Donovan Glover 2024-07-14 09:49:31 -04:00
parent f16aa7ecd1
commit 1a1280c287
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -23,12 +23,12 @@ in
hyprshade hyprshade
swww swww
grimblast grimblast
wvkbd
brightnessctl brightnessctl
playerctl playerctl
mpvpaper mpvpaper
lnch lnch
wev wev
squeekboard
tessen tessen
wtype wtype
dmenu-wayland dmenu-wayland
@ -78,10 +78,10 @@ in
"ironbar" "ironbar"
"fcitx5" "fcitx5"
"mpdris2-rs" "mpdris2-rs"
"squeekboard"
"hyprctl dispatch workspace 5000000" "hyprctl dispatch workspace 5000000"
"${polkit_gnome}/libexec/polkit-gnome-authentication-agent-1" "${polkit_gnome}/libexec/polkit-gnome-authentication-agent-1"
"hyprdim --no-dim-when-only --persist --ignore-leaving-special --dialog-dim" "hyprdim --no-dim-when-only --persist --ignore-leaving-special --dialog-dim"
"wvkbd-mobintl"
"sleep 1 && eww open desktop-icons" "sleep 1 && eww open desktop-icons"
"~/.config/${randomBackgroundScript}" "~/.config/${randomBackgroundScript}"
]; ];
@ -262,7 +262,7 @@ in
"${super}, mouse_down, workspace, e+1" "${super}, mouse_down, workspace, e+1"
"${super}, mouse_up, workspace, e-1" "${super}, mouse_up, workspace, e-1"
", edge:d:u, exec, busctl call --user sm.puri.OSK0 /sm/puri/OSK0 sm.puri.OSK0 SetVisible b true" '', edge:d:u, exec, kill -34 "$(pgrep -x "wvkbd-mobintl")" || wvkbd-mobintl''
", edge:u:d, exec, kgx" ", edge:u:d, exec, kgx"
", edge:r:l, exec, hyprnome" ", edge:r:l, exec, hyprnome"
", edge:l:r, exec, hyprnome -p" ", edge:l:r, exec, hyprnome -p"
@ -272,7 +272,7 @@ in
", swipe:3:rd, exec, gnome-control-center" ", swipe:3:rd, exec, gnome-control-center"
", swipe:4:d, killactive" ", swipe:4:d, killactive"
", swipe:4:u, exec, librewolf" ", swipe:4:u, exec, librewolf"
", tap:3, exec, busctl call --user sm.puri.OSK0 /sm/puri/OSK0 sm.puri.OSK0 SetVisible b true" '', tap:3, exec, kill -34 "$(pgrep -x "wvkbd-mobintl")" || wvkbd-mobintl''
]; ];
bindm = [ bindm = [