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"