Integrated rofi

This commit is contained in:
J. Fernando Sánchez
2016-01-10 12:55:09 +01:00
parent 18af6196b3
commit e68ff6e85e
3 changed files with 28 additions and 5 deletions

12
scripts/.bin/winmenu.sh Executable file
View File

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