Add various things

This commit is contained in:
swaggboi 2025-02-10 18:54:26 -05:00
parent 63c70f7e17
commit 3f8b6f5739
4 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,5 @@
#!/usr/bin/env sh
if bluetoothctl show > /dev/null 2>&1; then
bluetoothctl power off
fi

View File

@ -0,0 +1,5 @@
#!/usr/bin/env sh
if bluetoothctl show > /dev/null 2>&1; then
bluetoothctl power on
fi

5
my_home/Desktop/kill_picom.sh Executable file
View File

@ -0,0 +1,5 @@
#!/usr/bin/env sh
if pidof picom; then
killall picom
fi

View File

@ -0,0 +1,13 @@
[Desktop Entry]
Version=1.0
Type=Application
NoDisplay=false
Name=picom
GenericName=X compositor
Comment=An X compositor
Categories=Utility;
Keywords=compositor;composite manager;window effects;transparency;opacity;
TryExec=picom
Exec=picom
# Thanks to quequotion for providing this file!
Icon=picom