Only bind F9 to Voxtype if installed (#5882) (#5897)

This commit is contained in:
Pavel Kadera
2026-05-21 06:48:20 +02:00
committed by GitHub
parent ed93a047ee
commit b911a6f8ba
5 changed files with 10 additions and 4 deletions
+5
View File
@@ -0,0 +1,5 @@
echo "Enable Voxtype keybindings toggle for existing installs"
if omarchy-cmd-present voxtype; then
omarchy-hyprland-toggle voxtype on
fi