Dotfiles/home/bspwm/.config/sxhkd/scratchpads.sh

6 lines
116 B
Bash
Raw Normal View History

2021-08-25 13:36:27 +00:00
dropdown_enabled=$(cat /tmp/dropdown | grep 'dropdown')
if [[ $dropdown_enabled == dropdown ]];
then
echo true
fi