init: copy from Hacmini
This commit is contained in:
7
dotfiles/hypr/scripts/cleanup.sh
Executable file
7
dotfiles/hypr/scripts/cleanup.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Remove gamemode flag
|
||||
if [ -f ~/.cache/gamemode ] ;then
|
||||
rm ~/.cache/gamemode
|
||||
echo ":: ~/.cache/gamemode removed"
|
||||
fi
|
||||
Reference in New Issue
Block a user