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

13 lines
137 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"
else
program="i3-winmenu.py"
fi
$program "$@"