Add various things
This commit is contained in:
parent
63c70f7e17
commit
3f8b6f5739
5
my_home/Desktop/bluetooth_off.sh
Executable file
5
my_home/Desktop/bluetooth_off.sh
Executable file
@ -0,0 +1,5 @@
|
|||||||
|
#!/usr/bin/env sh
|
||||||
|
|
||||||
|
if bluetoothctl show > /dev/null 2>&1; then
|
||||||
|
bluetoothctl power off
|
||||||
|
fi
|
5
my_home/Desktop/bluetooth_on.sh
Executable file
5
my_home/Desktop/bluetooth_on.sh
Executable 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
5
my_home/Desktop/kill_picom.sh
Executable file
@ -0,0 +1,5 @@
|
|||||||
|
#!/usr/bin/env sh
|
||||||
|
|
||||||
|
if pidof picom; then
|
||||||
|
killall picom
|
||||||
|
fi
|
13
my_home/Desktop/picom.desktop
Normal file
13
my_home/Desktop/picom.desktop
Normal 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
|
Loading…
x
Reference in New Issue
Block a user