1
0
mirror of https://github.com/balkian/dotfiles.git synced 2024-09-28 14:11:42 +00:00
dotfiles/scripts/.bin/winmenu.sh

13 lines
216 B
Bash
Raw Normal View History

2016-01-10 11:55:09 +00:00
#!/bin/sh
if command -v rofi >/dev/null 2>&1;
then
program="rofi -show window -combi-hide-mode-prefix -combi-modi drun,run -theme .bin/rofi-slate-theme.rasi"
2016-01-10 11:55:09 +00:00
else
program="i3-winmenu.py"
fi
$program "$@"