From b628f7e4e8b3af096ed9ab07c8209f8e457cbd4a Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Wed, 20 Oct 2021 22:35:49 +0200 Subject: [PATCH] sxhkd: Switch dunst pause for history search Removed the unused dunst pausing hotkey, and switched it for a search of qutebrowser bookmarks, quickmarks, and history. Key mapping is fn+ (F9 on my machine), and it will open in a dmenu-like frame. Results will open in the last opened browser instance, or open a new one. --- sxhkd/.config/sxhkd/sxhkdrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc index 3a0ebe5..ca1325f 100644 --- a/sxhkd/.config/sxhkd/sxhkdrc +++ b/sxhkd/.config/sxhkd/sxhkdrc @@ -26,7 +26,8 @@ XF86Audio{LowerVolume,RaiseVolume} control-volume {down, up} XF86Search - dunstctl set-paused toggle && echo "$(dunstctl is-paused)" > /tmp/dunstpaused + ~/.local/share/qutebrowser/userscripts/qutedmenu + # dunstctl set-paused toggle && echo "$(dunstctl is-paused)" > /tmp/dunstpaused # Open terminal emulator (the variable gets set in sh module basic env vars) super + Return