dmenu-scripts/README.md
2022-06-03 08:49:34 +02:00

66 lines
1.5 KiB
Markdown

dmenu-scripts - My implementation of dmenu to simulate Rofi functions (run, drun, window, filebrowser and theme-selector)
=========================================================================================================================
### Dependencies:
* **Arch Linux:**
* `sudo pacman -S gcc make coreutils sed expat freetype2 libxinerama xdotool xorg-xlsclients dex xterm brotli fontconfig libbsd libmd libpng libx11 libxau libxdmcp libxft libxrender`
* **Debian/Ubuntu:**
* `sudo apt install gcc make coreutils sed libexpat1-dev libfreetype-dev libxinerama-dev xdotool x11-utils dex xterm libxft-dev libfreetype6-dev libfontconfig1-dev libpng-dev libbrotli-dev libxrender-dev libmd-dev libxau-dev libbsd-dev libxdmcp-dev`
_Note: Installation of `kitty` is opcional._
### Build and install:
* Open terminal and run the following commands:
```shell
$ git clone https://github.com/q3aql/dmenu-scripts
$ sudo make install clean
````
### dmenu scripts that simulate Rofi:
```shell
dmenu_run
```
<img src="examples/dmenu_run.png" />
```shell
dmenu_drun
```
<img src="examples/dmenu_drun.png" />
```shell
dmenu_wrun
```
<img src="examples/dmenu_wrun.png" />
```shell
dmenu_fbrun
```
<img src="examples/dmenu_fbrun.png" />
```shell
dmenu_themes
```
<img src="examples/dmenu_themes.png" />
### External links:
* [dmenu homepage](https://tools.suckless.org/dmenu/)
* [Rofi homepage](https://github.com/davatorium/rofi)