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+<Search-Key> (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.
This commit is contained in:
parent
f4c3944519
commit
b628f7e4e8
1 changed files with 2 additions and 1 deletions
|
@ -26,7 +26,8 @@ XF86Audio{LowerVolume,RaiseVolume}
|
||||||
control-volume {down, up}
|
control-volume {down, up}
|
||||||
|
|
||||||
XF86Search
|
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)
|
# Open terminal emulator (the variable gets set in sh module basic env vars)
|
||||||
super + Return
|
super + Return
|
||||||
|
|
Loading…
Reference in a new issue