dotfiles/_i3__abraracourcix/menu.sh

6 lines
101 B
Bash
Raw Normal View History

2017-05-06 17:35:49 +00:00
#!/bin/sh
2017-10-31 10:51:11 +00:00
theme="~/.i3/rofi.theme"
cmd=$( cat ~/.i3/favs | rofi -dmenu -i -theme $theme )
2017-05-06 17:35:49 +00:00
exec $cmd