Skip to content

Instantly share code, notes, and snippets.

View konchunas's full-sized avatar

Julian Konchunas konchunas

View GitHub Profile
#!/bin/sh
xdotool key super+Right
sleep 0.4
xdotool key alt+Escape
sleep 0.2
xdotool key super+Left
exit 0
#!/bin/sh
ADAPTER="Adapter1"
ADDRESS="hci0"
IS_BLUETOOTH_ON=$(dbus-send --system --dest=org.bluez --print-reply /org/bluez/${ADDRESS} org.freedesktop.DBus.Properties.Get string:org.bluez.${ADAPTER} string:Powered )
DESIRED_STATE="false"
case $IS_BLUETOOTH_ON in
*false*)