Add more scripts
This commit is contained in:
parent
c34c3e6224
commit
a789af4d1e
|
@ -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
|
||||
|
|
@ -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
|
|
@ -0,0 +1,3 @@
|
|||
sleep 1
|
||||
xdotool mousedown 1
|
||||
xdotool mouseup 1
|
|
@ -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
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
#!/bin/bash
|
||||
|
||||
export XSECURELOCK_KEY_F12_COMMAND='xset dpms force off'
|
||||
|
||||
xset dpms force off
|
||||
xsecurelock
|
||||
# xset s activate
|
||||
# xsecurelock
|
Loading…
Reference in New Issue