From a789af4d1e932fb5f7e90c3f861a1dd1e2336d6d Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Wed, 1 Jan 2025 13:08:48 +0100 Subject: [PATCH] Add more scripts --- dotfiles/.local/bin/autolock | 13 +++++++++++++ dotfiles/.local/bin/btrestart | 10 ++++++++++ dotfiles/.local/bin/click | 3 +++ dotfiles/.local/bin/fix-minerva | 5 +++++ dotfiles/.local/bin/turnoffscreen | 8 ++++++++ 5 files changed, 39 insertions(+) create mode 100755 dotfiles/.local/bin/autolock create mode 100755 dotfiles/.local/bin/btrestart create mode 100755 dotfiles/.local/bin/click create mode 100755 dotfiles/.local/bin/fix-minerva create mode 100755 dotfiles/.local/bin/turnoffscreen diff --git a/dotfiles/.local/bin/autolock b/dotfiles/.local/bin/autolock new file mode 100755 index 0000000..d6f0ec8 --- /dev/null +++ b/dotfiles/.local/bin/autolock @@ -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 + diff --git a/dotfiles/.local/bin/btrestart b/dotfiles/.local/bin/btrestart new file mode 100755 index 0000000..b62bc3f --- /dev/null +++ b/dotfiles/.local/bin/btrestart @@ -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 diff --git a/dotfiles/.local/bin/click b/dotfiles/.local/bin/click new file mode 100755 index 0000000..c44109a --- /dev/null +++ b/dotfiles/.local/bin/click @@ -0,0 +1,3 @@ +sleep 1 +xdotool mousedown 1 +xdotool mouseup 1 diff --git a/dotfiles/.local/bin/fix-minerva b/dotfiles/.local/bin/fix-minerva new file mode 100755 index 0000000..8a7e0b6 --- /dev/null +++ b/dotfiles/.local/bin/fix-minerva @@ -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 + diff --git a/dotfiles/.local/bin/turnoffscreen b/dotfiles/.local/bin/turnoffscreen new file mode 100755 index 0000000..9fcf28f --- /dev/null +++ b/dotfiles/.local/bin/turnoffscreen @@ -0,0 +1,8 @@ +#!/bin/bash + +export XSECURELOCK_KEY_F12_COMMAND='xset dpms force off' + +xset dpms force off +xsecurelock +# xset s activate +# xsecurelock