Add more scripts

This commit is contained in:
Santiago Lo Coco 2025-01-01 13:08:48 +01:00
parent c34c3e6224
commit a789af4d1e
Signed by: slococo
GPG Key ID: F995EFC8B68B1ADF
5 changed files with 39 additions and 0 deletions

13
dotfiles/.local/bin/autolock Executable file
View File

@ -0,0 +1,13 @@
#!/bin/bash
export XSECURELOCK_KEY_F12_COMMAND='xset dpms force off'
xset s off
#xset s 60 5
#xset s 300 5
xset dpms 0 0 890 # It has to be a little less than the xautlock
#xset dpms 0 0 310
#xss-lock -n /usr/lib/xsecurelock/dimmer -l -- xsecurelock
xautolock -time 15 -notify 15 -notifier '/usr/lib/xsecurelock/until_nonidle /usr/lib/xsecurelock/dimmer' -locker xsecurelock
#xautolock -time 5 -notify 5 -notifier '/usr/lib/xsecurelock/until_nonidle /usr/lib/xsecurelock/dimmer' -locker xsecurelock

10
dotfiles/.local/bin/btrestart Executable file
View File

@ -0,0 +1,10 @@
#!/bin/bash
bluetoothctl power off
sudo systemctl stop bluetooth
sudo rfkill block bluetooth
sudo rfkill unblock bluetooth
sudo systemctl start bluetooth
sleep 1
bluetoothctl power on
exit 0

3
dotfiles/.local/bin/click Executable file
View File

@ -0,0 +1,3 @@
sleep 1
xdotool mousedown 1
xdotool mouseup 1

View File

@ -0,0 +1,5 @@
#!/bin/bash
pactl set-card-profile bluez_card.58_0A_D4_E8_8C_0E a2dp-sink-sbc
pactl set-card-profile bluez_card.58_0A_D4_E8_8C_0E a2dp-sink

View File

@ -0,0 +1,8 @@
#!/bin/bash
export XSECURELOCK_KEY_F12_COMMAND='xset dpms force off'
xset dpms force off
xsecurelock
# xset s activate
# xsecurelock