mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-24 11:04:41 +02:00
[i3config] changed esp-sockets to fit new location
This commit is contained in:
parent
29388007fc
commit
488a673da9
1 changed files with 7 additions and 2 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue