Skip to content

Commit

Permalink
add nixpackages search engine to qutebrowser
Browse files Browse the repository at this point in the history
  • Loading branch information
ethan-coe-renner committed Aug 21, 2024
1 parent 0820c70 commit 5d5e815
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .chezmoitemplates/qutebrowser_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

c.url.searchengines = {
"DEFAULT":"https://duckduckgo.com/?q={}",
"np": "https://search.nixos.org/packages?type=packages&query={}",
"yt":
"https://www.youtube.com/results?search_query={}",
"wa":
Expand Down
1 change: 1 addition & 0 deletions dot_config/hypr/hyprland.conf
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ bind = $mainMod, B, exec, $browser
bind = $mainMod, C, killactive,
bind = $mainMod SHIFT, E, exit,
bind = $mainMod, X, exec, emacsclient -c
bind = $mainMod SHIFT, X, exec, emacs
bind = $mainMod, V, togglefloating,
bind = $mainMod, R, exec, $menu
bind = $mainMod, P, pseudo, # dwindle
Expand Down

0 comments on commit 5d5e815

Please sign in to comment.