1
0
mirror of https://github.com/balkian/dotfiles.git synced 2024-09-16 08:41:42 +00:00
dotfiles/scripts/.bin/winmenu.sh
J. Fernando Sánchez e68ff6e85e Integrated rofi
2016-01-10 12:55:09 +01:00

13 lines
137 B
Bash
Executable File

#!/bin/sh
if command -v rofi >/dev/null 2>&1;
then
program="rofi -show window"
else
program="i3-winmenu.py"
fi
$program "$@"