6 lines
101 B
Bash
6 lines
101 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
theme="~/.i3/rofi.theme"
|
||
|
cmd=$( cat ~/.i3/favs | rofi -dmenu -i -theme $theme )
|
||
|
exec $cmd
|