mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-12-03 13:43:16 +01:00
6f75925146
Although removing these dotfiles gave the repository a clean feeling, it made it significantly harder to resume using a certain window manager or other tool at any time. Instead of removing dotfiles entirely, it's enough to simply not install the programs you don't want to use, or even install them but not open them.
18 lines
407 B
Markdown
18 lines
407 B
Markdown
# rofi
|
|
|
|
[rofi][rofi] is an application launcher, window switcher, and dmenu replacement.
|
|
|
|
## Use Cases
|
|
|
|
rofi can be used to:
|
|
|
|
- Launch applications based on `.desktop` files
|
|
- Show all open windows and switch between them
|
|
- Parse dmenu-like input
|
|
|
|
You should not use rofi if:
|
|
|
|
- Your desktop environment already has an application launcher and window switcher
|
|
|
|
[rofi]: https://github.com/DaveDavenport/rofi
|