1
0
Fork 0
mirror of https://github.com/Horhik/dotfiles.git synced 2024-09-06 09:26:55 +00:00
Dotfiles/.config/sxhkd/scratchpads.sh
2020-09-25 19:51:12 +03:00

6 lines
116 B
Bash
Executable file

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