1
0
Fork 0
mirror of https://github.com/Horhik/dotfiles.git synced 2025-03-14 18:23:48 +00:00
Dotfiles/.config/sxhkd/scratchpads.sh
2020-09-25 19:51:12 +03:00

5 lines
116 B
Bash
Executable file

dropdown_enabled=$(cat /tmp/dropdown | grep 'dropdown')
if [[ $dropdown_enabled == dropdown ]];
then
echo true
fi