[i3config] changed esp-sockets to fit new location

This commit is contained in:
Felix Buehler 2018-01-31 00:43:34 +01:00
parent 29388007fc
commit 488a673da9

View file

@ -58,8 +58,13 @@ bindsym F1 exec :
# ESP8266 # ESP8266
bindsym $mod+F1 exec curl http://esp8266.local/socket0Toggle bindsym $mod+F1 exec curl http://esp8266.local/socket0Toggle
bindsym $mod+Shift+F1 exec curl http://esp8266.local/socket0Off bindsym $mod+Shift+F1 exec curl http://esp8266.local/socket0Off
bindsym $mod+F12 exec curl http://esp8266.local/socket1Toggle bindsym $mod+F2 exec curl http://esp8266.local/socket1Toggle
bindsym $mod+Shift+F12 exec curl http://esp8266.local/socket1Off bindsym $mod+Shift+F2 exec curl http://esp8266.local/socket1Off
bindsym $mod+F11 exec curl http://esp8266.local/socket2Toggle
bindsym $mod+Shift+F11 exec curl http://esp8266.local/socket2Off
bindsym $mod+F12 exec curl http://esp8266.local/socket3Toggle
bindsym $mod+Shift+F12 exec curl http://esp8266.local/socket3Off
# Screenshot # Screenshot
bindsym Print exec "scrot ~/Downloads/Screenshot%Y-%m-%d-%H:%M:%S.png -z" bindsym Print exec "scrot ~/Downloads/Screenshot%Y-%m-%d-%H:%M:%S.png -z"