57 lines
1.1 KiB
Markdown
57 lines
1.1 KiB
Markdown
|
dmenu-scripts - My implementation of dmenu to simulate Rofi functions
|
||
|
=====================================================================
|
||
|
|
||
|
### Dependencies:
|
||
|
|
||
|
* **Arch Linux:**
|
||
|
* `$ sudo pacman -S gcc make coreutils sed expat freetype2 libxinerama xdotool xorg-xlsclients dex xterm`
|
||
|
|
||
|
* **Debian/Uuntu:`**
|
||
|
* `$ sudo apt install gcc make coreutils sed libexpat1-dev libfreetype-dev libxinerama-dev xdotool x11-utils dex xterm`
|
||
|
|
||
|
### 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" />
|
||
|
|
||
|
### External links:
|
||
|
|
||
|
* [dmenu homepage](https://tools.suckless.org/dmenu/)
|
||
|
* [Rofi homepage](https://github.com/davatorium/rofi)
|
||
|
|
||
|
|
||
|
|