diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2018-10-11 19:45:23 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2018-10-11 19:45:23 -0400 |
| commit | 2c44ee2b73bfd517fde7dbfe998f1414c712aa39 (patch) | |
| tree | f306398381410a861f8301f74392b65c3af07b80 /.config/i3 | |
| parent | 7140495e2d6f1f92a7f5ff821f2499ccfd7ce6ee (diff) | |
| download | eibhear-2c44ee2b73bfd517fde7dbfe998f1414c712aa39.tar.gz eibhear-2c44ee2b73bfd517fde7dbfe998f1414c712aa39.tar.zst eibhear-2c44ee2b73bfd517fde7dbfe998f1414c712aa39.zip | |
duckduckgo search binding added with dox
Diffstat (limited to '.config/i3')
| -rw-r--r-- | .config/i3/config | 2 | ||||
| -rw-r--r-- | .config/i3/i3_guide.rmd | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.config/i3/config b/.config/i3/config index a64d3df..e1bd09d 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -294,7 +294,7 @@ bindsym $mod+F7 exec --no-startup-id td-toggle bindsym $mod+F8 exec --no-startup-id ~/.config/mutt/etc/mailsync.sh bindsym $mod+F9 exec --no-startup-id dmenumount bindsym $mod+F10 exec --no-startup-id dmenuumount -bindsym $mod+F11 exec --no-startup-id dmenuarchwiki +bindsym $mod+F11 exec --no-startup-id ducksearch bindsym $mod+F12 exec $term -e sudo -A wifi-menu # #---Arrow Keys---# # diff --git a/.config/i3/i3_guide.rmd b/.config/i3/i3_guide.rmd index be026ec..a69ddcd 100644 --- a/.config/i3/i3_guide.rmd +++ b/.config/i3/i3_guide.rmd @@ -148,7 +148,7 @@ for and install any you want to add. + `Mod+F9` -- Mount a drive/partition + `Mod+F10` -- Unmount a drive/partition (does not umount `/`, `/home` or `/boot`) -+ `Mod+F11` -- Search term in the Arch Wiki ++ `Mod+F11` -- Search term on DuckDuckGo + `Mod+F12` -- Wifi-menu for selecting the wireless internet source. ## Audio |
