
rofi
List of commands for rofi:
-
rofi:tldr:4afb6 rofi: Switch between windows.$ rofi -show windowtry on your machineexplain this command
-
rofi:tldr:70543 rofi: Show the list of apps.$ rofi -show druntry on your machineexplain this command
-
rofi:tldr:78da2 rofi: Show the list of all commands.$ rofi -show runtry on your machineexplain this command
-
rofi:tldr:fb9e6 rofi: Pipe a list of items to `stdin` and print the selected item to `stdout`.$ printf "${Choice1\nChoice2\nChoice3}" | rofi -dmenutry on your machineexplain this command