modify hyprland config
This commit is contained in:
parent
ee825fb354
commit
ba6f6dfd5f
2 changed files with 3 additions and 2 deletions
|
@ -67,7 +67,8 @@ if [[ -n "$selected" ]]; then
|
||||||
{
|
{
|
||||||
echo "typedelay 100"
|
echo "typedelay 100"
|
||||||
echo "type $cleaned_text"
|
echo "type $cleaned_text"
|
||||||
} | DOTOOL_XKB_LAYOUT=de dotool && notify-send "Passwort eingetippt"
|
} | DOTOOL_XKB_LAYOUT=de dotool && \
|
||||||
|
notify-send -t 5000 -u low "Eingabe abgeschlossen" "Inhalt wurde getippt"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -6,4 +6,4 @@ sleep 1
|
||||||
echo "typedelay 100"
|
echo "typedelay 100"
|
||||||
echo "type $(wl-paste)"
|
echo "type $(wl-paste)"
|
||||||
} | DOTOOL_XKB_LAYOUT=de dotool && \
|
} | DOTOOL_XKB_LAYOUT=de dotool && \
|
||||||
notify-send -t 5000 "Eingabe abgeschlossen" "Inhalt wurde getippt"
|
notify-send -t 5000 -u low "Eingabe abgeschlossen" "Inhalt wurde getippt"
|
||||||
|
|
Loading…
Add table
Reference in a new issue