Hyprland-dotfiles/hypr/scripts/cleanup.sh

7 lines
137 B
Bash
Raw Normal View History

2024-06-03 10:27:48 -04:00
#!/bin/bash
# Remove gamemode flag
if [ -f ~/.cache/gamemode ] ;then
rm ~/.cache/gamemode
echo ":: ~/.cache/gamemode removed"
fi