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