diff --git a/dotfiles/lib/bin/shell_command.sh b/dotfiles/lib/bin/shell_command.sh new file mode 100755 index 00000000..6c53915e --- /dev/null +++ b/dotfiles/lib/bin/shell_command.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +bash -c "$(rofi -input /dev/null -dmenu)"