mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-24 11:04:41 +02:00
fixed esp resolution, because unitymedia sucks
This commit is contained in:
parent
4c382f25e8
commit
a9fce08efc
1 changed files with 4 additions and 4 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue