Dotfiles config update (2022-11-20)
This commit is contained in:
parent
760abd613a
commit
987f81eaf4
|
@ -1,24 +0,0 @@
|
|||
dmenu - dynamic menu
|
||||
====================
|
||||
dmenu is an efficient dynamic menu for X.
|
||||
|
||||
|
||||
Requirements
|
||||
------------
|
||||
In order to build dmenu you need the Xlib header files.
|
||||
|
||||
|
||||
Installation
|
||||
------------
|
||||
Edit config.mk to match your local setup (dmenu is installed into
|
||||
the /usr/local namespace by default).
|
||||
|
||||
Afterwards enter the following command to build and install dmenu
|
||||
(if necessary as root):
|
||||
|
||||
make clean install
|
||||
|
||||
|
||||
Running dmenu
|
||||
-------------
|
||||
See the man page for details.
|
|
@ -1,87 +0,0 @@
|
|||
dmenu-scripts - My implementation of dmenu to simulate Rofi functions (run, drun, window, filebrowser and theme-selector)
|
||||
=========================================================================================================================
|
||||
|
||||
### Dependencies:
|
||||
|
||||
* **Arch Linux:**
|
||||
|
||||
```shell
|
||||
$ sudo pacman -S gcc make coreutils sed expat freetype2 libxinerama git wmctrl \
|
||||
dex brotli fontconfig libbsd libmd libpng libx11 libxau libxdmcp libxft \
|
||||
libxrender xdg-utils --noconfirm
|
||||
````
|
||||
|
||||
* **Debian/Ubuntu:**
|
||||
|
||||
```shell
|
||||
$ sudo apt install gcc make coreutils sed libexpat1-dev libfreetype-dev xdg-utils \
|
||||
libxinerama-dev git wmctrl x11-utils dex libxft-dev libfreetype6-dev libpng-dev \
|
||||
libfontconfig1-dev libbrotli-dev libxrender-dev libmd-dev libxau-dev libbsd-dev \
|
||||
libxdmcp-dev -y
|
||||
````
|
||||
|
||||
### Build and install:
|
||||
|
||||
* Open terminal and run the following commands:
|
||||
|
||||
```shell
|
||||
$ git clone https://gitlab.com/q3aql/dmenu-scripts
|
||||
$ cd 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" />
|
||||
|
||||
|
||||
```shell
|
||||
dmenu_cmd
|
||||
```
|
||||
|
||||
<img src="examples/dmenu_cmd.png" />
|
||||
|
||||
|
||||
```shell
|
||||
dmenu_close
|
||||
```
|
||||
|
||||
<img src="examples/dmenu_close.png" />
|
||||
|
||||
### External links:
|
||||
|
||||
* [dmenu homepage](https://tools.suckless.org/dmenu/)
|
||||
* [Rofi homepage](https://github.com/davatorium/rofi)
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
|
||||
install:
|
||||
mkdir -p /usr/share/fonts/truetype/ubuntumono/
|
||||
tar Jxvf ubuntumono-nerd-fonts.tar.xz -C /usr/share/fonts/truetype/ubuntumono/
|
||||
|
||||
uninstall:
|
||||
rm -rfv /usr/share/fonts/truetype/ubuntumono/
|
||||
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user