A collection of useful menu scripts for Rofi and dmenu.
To select which menu to use (un)comment the corresponding lines in the shellscripts. The default is Rofi.
- android-emulators.sh
- audio-devices.sh
- downloads.sh
- rofi-firefox-bookmarks.sh
- window-switcher.sh
- quit.sh
- ssh.sh
A launcher for Android emulators configured in ANDROID_HOME
.
Selection for the default audio sink used by PulseAudio by utilizing pactl
.
Selection for opening a file in your downloads directory specified by XDG_DOWNLOAD_DIR
. Uses xdg-open
to open the selected file.
A rofi menu to open your Firefox bookmarks.
https://github.com/milosz/rofi-firefox-bookmarks
Window switcher for X Window Managers utilizing wmctrl
.
poweroff, reboot, suspend by menu utilizing systemctl
.
Selection for hosts defined in ssh config file (~/.ssh/config
). Spawns a new terminal with a ssh session to the selected host. Variable TERM
needs to be adjusted to the used terminal emulator (in this case konsole).