From 2fb46b4bb962b15ca78a35adc3146b084daefd8a Mon Sep 17 00:00:00 2001 From: voidarc Date: Mon, 1 Jun 2026 19:51:43 +0100 Subject: [PATCH] added notification history --- .config/otter-launcher/config.toml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.config/otter-launcher/config.toml b/.config/otter-launcher/config.toml index ce834ffb..7e192d19 100644 --- a/.config/otter-launcher/config.toml +++ b/.config/otter-launcher/config.toml @@ -93,6 +93,15 @@ with_argument = true url_encode = true unbind_proc = true +[[modules]] +description = "notify" +prefix = "dunst" +cmd = """ +hyprctl dispatch 'hl.dsp.window.resize({x = 800, y = 500, window = activewindow})' && +hyprctl dispatch 'hl.dsp.window.center({window = activewindow})'&& +dunstctl history | jq -r '.data[][] | [.appname.data, .summary.data, .body.data] | join(" — ")' | fzf +""" + [[modules]] description = "open folder" prefix = "path"