dotfiles/_i3__oda.armorique.lan/menu.sh

6 lines
101 B
Bash
Raw Normal View History

2017-11-21 17:51:47 +00:00
#!/bin/sh
theme="~/.i3/rofi.theme"
cmd=$( cat ~/.i3/favs | rofi -dmenu -i -theme $theme )
exec $cmd