From a9fce08efc54c6999b1f09d9b3ccadfd50d6dd2e Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Wed, 10 Jan 2018 21:25:52 +0100 Subject: [PATCH] fixed esp resolution, because unitymedia sucks --- i3/i3config | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/i3/i3config b/i3/i3config index 0784391..be67725 100644 --- a/i3/i3config +++ b/i3/i3config @@ -56,10 +56,10 @@ bindsym $mod+u exec feedreader bindsym F1 exec : # ESP8266 -bindsym $mod+F1 exec curl http://esp8266/socket0Toggle -bindsym $mod+Shift+F1 exec curl http://esp8266/socket0Off -bindsym $mod+F2 exec curl http://esp8266/socket1Toggle -bindsym $mod+Shift+F2 exec curl http://esp8266/socket1Off +bindsym $mod+F1 exec curl http://esp8266.local/socket0Toggle +bindsym $mod+Shift+F1 exec curl http://esp8266.local/socket0Off +bindsym $mod+F12 exec curl http://esp8266.local/socket1Toggle +bindsym $mod+Shift+F12 exec curl http://esp8266.local/socket1Off # Screenshot bindsym Print exec "scrot ~/Downloads/Screenshot%Y-%m-%d-%H:%M:%S.png -z"