Initial commit
This commit is contained in:
commit
209ba130c0
4852 changed files with 1517959 additions and 0 deletions
14
.config/hypr/scripts/cleanup.sh
Executable file
14
.config/hypr/scripts/cleanup.sh
Executable file
|
|
@ -0,0 +1,14 @@
|
|||
#!/bin/bash
|
||||
# ____ _
|
||||
# / ___| | ___ __ _ _ __ _ _ _ __
|
||||
# | | | |/ _ \/ _` | '_ \| | | | '_ \
|
||||
# | |___| | __/ (_| | | | | |_| | |_) |
|
||||
# \____|_|\___|\__,_|_| |_|\__,_| .__/
|
||||
# |_|
|
||||
#
|
||||
|
||||
# Remove gamemode flag
|
||||
if [ -f ~/.cache/gamemode ]; then
|
||||
rm ~/.cache/gamemode
|
||||
echo ":: ~/.cache/gamemode removed"
|
||||
fi
|
||||
Loading…
Add table
Add a link
Reference in a new issue