1
0
Fork 0
mirror of https://github.com/Horhik/dotfiles.git synced 2024-09-16 04:47:18 +00:00
Dotfiles/.config/sxhkd/scratchpads.sh

6 lines
116 B
Bash
Raw Normal View History

2020-09-25 16:51:12 +00:00
dropdown_enabled=$(cat /tmp/dropdown | grep 'dropdown')
if [[ $dropdown_enabled == dropdown ]];
then
echo true
fi