Integrated rofi
This commit is contained in:
12
scripts/.bin/winmenu.sh
Executable file
12
scripts/.bin/winmenu.sh
Executable 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 "$@"
|
||||
|
Reference in New Issue
Block a user