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

6 lines
116 B
Bash
Executable File

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