fixed esp resolution, because unitymedia sucks

This commit is contained in:
Felix Buehler 2018-01-10 21:25:52 +01:00
parent 4c382f25e8
commit a9fce08efc

View file

@ -56,10 +56,10 @@ bindsym $mod+u exec feedreader
bindsym F1 exec : bindsym F1 exec :
# ESP8266 # ESP8266
bindsym $mod+F1 exec curl http://esp8266/socket0Toggle bindsym $mod+F1 exec curl http://esp8266.local/socket0Toggle
bindsym $mod+Shift+F1 exec curl http://esp8266/socket0Off bindsym $mod+Shift+F1 exec curl http://esp8266.local/socket0Off
bindsym $mod+F2 exec curl http://esp8266/socket1Toggle bindsym $mod+F12 exec curl http://esp8266.local/socket1Toggle
bindsym $mod+Shift+F2 exec curl http://esp8266/socket1Off bindsym $mod+Shift+F12 exec curl http://esp8266.local/socket1Off
# 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"