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