This website requires JavaScript.
Explore
Help
Sign In
meutel
/
dotfiles
Watch
1
Star
0
Fork
0
You've already forked dotfiles
Code
Issues
Pull Requests
Releases
Wiki
Activity
7ff58bd2b2
dotfiles
/
_i3__abraracourcix
/
menu.sh
6 lines
101 B
Bash
Raw
Normal View
History
Unescape
Escape
i3 menus, musicpd control
2017-05-06 17:35:49 +00:00
#!/bin/sh
Upgrade rofi 1.4.1
2017-10-31 10:51:11 +00:00
theme
=
"~/.i3/rofi.theme"
cmd
=
$(
cat ~/.i3/favs
|
rofi -dmenu -i -theme
$theme
)
i3 menus, musicpd control
2017-05-06 17:35:49 +00:00
exec
$cmd
Reference in New Issue
Copy Permalink