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