Improve the readme file 😇

This commit is contained in:
Anas Elgarhy 2022-07-10 17:59:57 +02:00
parent 3ef48bcaca
commit 7fa1d88d8b

View file

@ -63,23 +63,43 @@
> modkey = win key or super key > modkey = win key or super key
### Dependencies (apps) ### Dependencies (apps)
- google-chrome-stable - `google-chrome-stable` the main web browser
- alacritty - `alacritty` the main terminal
- spectacle - `spectacle` the main screenshot tool
- dolphin - `dolphin` the GUI file manger
- rofi - `rofi`
- dmenu - `dmenu`
- libxinerama1 - `libxinerama-dev`\*\*
- libxinerama-dev - `tmux`\*
- tmux\* - `tor-browser`
- tor-browser - `discord`
- discord - `libxft-bgra` for color emojies support
- jetbrains-toolbox - `jetbrains-toolbox`
- nvim\* - `nvim`\*
- vim\* - `vim`\*
- xbacklight - `xbacklight` for control in the screen brightness
- pamixer - `pamixer` for control in the audio level
- playerctl - `playerctl` for control in the media
- pactl - `pactl` for control in the mic
- betterlockscreen - `betterlockscreen` for lock screen
- `setxkbmap` for switch between keyboard layouts, like (ar, en)
- `slstatus` the status bar
- `picom` compositor , for transparency
- `nitrogen` for set the wallpaper
> \*\*: build dependencie.
### Install
- Maniual:
1. Run this command to install all avilable dependencies in standerd arch repostory
```bash
sudo pacman -S libxft-bgra rofi dmenu tmux tor-browser discord neovim jetbrains-toolbox vim pamixer playerctl betterlockscreen dolphin spectacle alacritty picom nitrogen libxinerama
```
2. Install yay if you not installed it.
3. Run this command to install all avilable dependencies in the AUR repostory
```bash
yay -S google-chrome xkblayout
```
4. Clone this repostory `git clone https://github.com/anas-elgarhy/dwm-anas.git`
5. Build and install `sudo make clean install`
6. Enjoy 😉