dotfiles/.bin/desktop_launcher.sh

5 lines
124 B
Bash
Executable File

#!/bin/bash
fzf_history="${HOME}/.desktop_launcher_history"
i3-dmenu-desktop --dmenu="fzf +m --history=\"${fzf_history}\""