diff --git a/pages/linux/rofi.md b/pages/linux/rofi.md new file mode 100644 index 0000000000..44b7aaf8e0 --- /dev/null +++ b/pages/linux/rofi.md @@ -0,0 +1,15 @@ +# rofi + +> An application launcher and window switcher. + +- Show the list of apps: + +`rofi -show drun` + +- Show the list of all commands: + +`rofi -show run` + +- Switch between windows: + +`rofi -show window`