Add key binding for my selfmade "inteligent" lamp in room
This commit is contained in:
parent
a9539754b3
commit
c4f08d112c
Binary file not shown.
@ -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
|
||||||
#~~~~~~~~~~~~
|
#~~~~~~~~~~~~
|
||||||
|
Loading…
x
Reference in New Issue
Block a user