osk now toggles on cmd-ctl-G
parent
44ce5f1ae2
commit
c16692e039
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
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
|
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
|
||||||
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue