#!/usr/bin/env bash window_class="floating" if [[ $(pidof ranger) ]]; then pkill ranger fi exec alacritty --class $window_class -e ranger