diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2024-01-13 17:38:57 -0500 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2024-01-13 17:38:57 -0500 |
commit | a0cab8cd1a13e665ee83efecf37fa8cf87bf2c46 (patch) | |
tree | 894396d0bcb8ccc364832af5599b61e40786aaef /.config/sxhkd | |
parent | d3d4381b296912577550ae1d0310dbc35f7f98cd (diff) |
Use `ducksearch` instead of `websearch` script
Diffstat (limited to '.config/sxhkd')
-rw-r--r-- | .config/sxhkd/sxhkdrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index ad116de..90dad96 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -130,7 +130,7 @@ super + w $BROWSER ## Quickly Search DuckDuckGo super + shift + w - websearch + ducksearch ## TUI Email Client (neomutt) super + e kill -46 $(pidof dwmblocks) && killall neomutt || $TERMINAL -e neomutt && kill -46 $(pidof dwmblocks) |