osk now toggles on cmd-ctl-G

main
Your Name 2025-05-19 09:00:01 +02:00
parent 44ce5f1ae2
commit c16692e039
2 changed files with 4 additions and 3 deletions

View File

@ -235,8 +235,7 @@ bindl=, XF86AudioPlay, exec, playerctl play-pause -p spotify, vlc
bind= $mainMod SHIFT, I, exec, ~/Dotfiles/desktopenvs/hyprland/scripts/getispeed.sh bind= $mainMod SHIFT, I, exec, ~/Dotfiles/desktopenvs/hyprland/scripts/getispeed.sh
bind= $mainMod CTRL, C, exec, dunstctl close-all bind= $mainMod CTRL, C, exec, dunstctl close-all
bind= $mainMod CTRL SHIFT, G, exec, ~/Dotfiles/desktopenvs/hyprland/scripts/onscreenkb.sh bind= $mainMod CTRL, G, exec, ~/Dotfiles/desktopenvs/hyprland/scripts/onscreenkb.sh
bind= $mainMod CTRL, G, exec, killall wvkbd-mobintl
bind= $mainMod CTRL, W ,exec, hyprctl hyprsunset gamma +10 bind= $mainMod CTRL, W ,exec, hyprctl hyprsunset gamma +10
bind= $mainMod CTRL, S ,exec, hyprctl hyprsunset gamma -10 bind= $mainMod CTRL, S ,exec, hyprctl hyprsunset gamma -10

View File

@ -1,2 +1,4 @@
#!/bin/bash #!/bin/bash
if ! $(killall wvkbd-mobintl); then
wvkbd-mobintl -L 250 --fn AgaveNerdFont --bg 1a1a1a --fg 5018dd --fg-sp 5018dd --press E40046 --press-sp E40046 --text d6abab --text-sp d6abab -R 20 wvkbd-mobintl -L 250 --fn AgaveNerdFont --bg 1a1a1a --fg 5018dd --fg-sp 5018dd --press E40046 --press-sp E40046 --text d6abab --text-sp d6abab -R 20
fi