From 488a673da9610d2c7ccb6b3287fcfcd03cab898f Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Wed, 31 Jan 2018 00:43:34 +0100 Subject: [PATCH] [i3config] changed esp-sockets to fit new location --- i3/i3config | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/i3/i3config b/i3/i3config index c5bb5d9..0cf28fb 100644 --- a/i3/i3config +++ b/i3/i3config @@ -58,8 +58,13 @@ bindsym F1 exec : # ESP8266 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 +bindsym $mod+F2 exec curl http://esp8266.local/socket1Toggle +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 bindsym Print exec "scrot ~/Downloads/Screenshot%Y-%m-%d-%H:%M:%S.png -z"