mirror of
https://github.com/artizirk/dotfiles.git
synced 2024-11-01 00:30:58 +02:00
5 lines
124 B
Bash
Executable File
5 lines
124 B
Bash
Executable File
#!/bin/bash
|
|
fzf_history="${HOME}/.desktop_launcher_history"
|
|
|
|
i3-dmenu-desktop --dmenu="fzf +m --history=\"${fzf_history}\""
|