Add key binding for my selfmade "inteligent" lamp in room

This commit is contained in:
Wiktor Zykubek 2020-04-15 20:41:58 +02:00
parent a9539754b3
commit c4f08d112c
2 changed files with 9 additions and 2 deletions

Binary file not shown.

View File

@ -14,9 +14,9 @@
#~~~~~~
# APPS
#~~~~~~
# firefox
# browser
super + b
firefox
$BROWSER
# st
super + Return
st
@ -80,6 +80,13 @@ super + v
F11
if [ $(pgrep ffmpeg) ]; then "$SCRD/blaze/blaze" -s; else "$SCRD/blaze/blaze"; fi
#~~~~~~~~~~~
# SmartHome
#~~~~~~~~~~~
F10
curl 192.168.1.11/toggle.php
#~~~~~~~~~~~~
# WM CONTROL
#~~~~~~~~~~~~