1
0
mirror of https://github.com/artizirk/dotfiles.git synced 2024-11-10 03:30:59 +02:00
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}\""