Update hyprland and waybar configs

This commit is contained in:
Alex Selimov 2025-10-10 21:19:25 -04:00
parent 710caefead
commit 5d65e9de4f
Signed by: aselimov
GPG key ID: 3DDB9C3E023F1F31
8 changed files with 51 additions and 29 deletions

View file

@ -17,7 +17,7 @@ case "$1" in
input=$(tee)
if [ ! -z "$input" ]; then
emoji=${input: -1}
xdotool type "$emoji"
ydotool type "$emoji"
fi
;;
"")