Skip to content
Advertisement

How to add android studio into rofi menu in i3wm? [closed]

I have searched everywhere, from the documentation of the rofi to add the menu item. But I cant do that. Please help me.

Advertisement

Answer

One of the easiest method is to create a shell script and add it to /bin. For example create a file named android.sh with these couple of lines.

#!/bin/bash
sh ~/android-studio/bin/studio.sh

Then search using rofi you should be able to see the listing. Don’t forget to make it executible by typing chmod +x android.sh.

User contributions licensed under: CC BY-SA
2 People found this is helpful
Advertisement