add som shizz
This commit is contained in:
7
hyprland/.config/hypr/toggle_kbd.sh
Normal file
7
hyprland/.config/hypr/toggle_kbd.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
pid=`pgrep wvkbd`;
|
||||
|
||||
if [ $pid > '0' ]; then
|
||||
`kill $pid`
|
||||
else
|
||||
wvkbd-mobintl
|
||||
fi
|
||||
Reference in New Issue
Block a user