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"