Start work on i3 help doc

This commit is contained in:
Jonathan Hodgson 2019-01-04 17:24:59 +00:00
parent e105b4d771
commit 7b81af7679
2 changed files with 42 additions and 0 deletions

View file

@ -79,6 +79,9 @@ bindsym $mod+Shift+m exec "/usr/bin/tldr --list-all | sed 's/, /\\n/g' | rofi -d
# WP Lookup
bindsym $mod+Shift+w exec wpLookup
# Config Help
bindsym $mod+F1 exec showI3Help
bindsym $mod+Shift+s exec cat ~/.dotfiles/rofi/scripts/http-status-codes | rofi -i -dmenu -p 'HTTP Status Code' | awk '{ print "https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/"$1 }' | xargs -r qutebrowser