27 lines
1.2 KiB
Markdown
27 lines
1.2 KiB
Markdown
# dots
|
|
My dotfiles.
|
|
|
|
## Installation
|
|
|
|
Copy all the folders in here (including hidden ones like .config) to your home directory.
|
|
You don't need .git, and you probably don't need my scripts in .local/bin (like mon-on or notification-sound.sh).
|
|
|
|
After, install the programs that I have dots for (you can remove the ones you don't use):
|
|
|
|
`pacman -S - < programs`
|
|
|
|
Then install the AUR programs in programs-aur using your preferred method. If you don't need picom dual kawase blur, install regular picom instead of picom-git.
|
|
|
|
You should install [my dwm](https://github.com/dogeystamp/dwm), [dmenu](https://github.com/dogeystamp/dmenu), [slock](https://github.com/dogeystamp/slock) and [st](https://github.com/dogeystamp/st) builds as well as this for a complete desktop environment.
|
|
|
|
### Note
|
|
|
|
The xinitrc provides changes I like, such as swapping escape and caps lock, which you should remove if you don't need.
|
|
|
|
Also, by default, the wallpaper is solid black. You can change it by swapping out `.config/wall.png`.
|
|
Picom is already configured to blur and fade windows.
|
|
If you wish to keep the black wallpaper, disable blur for better performance.
|
|
|
|
**Desktop Preview**
|
|
![preview](https://raw.githubusercontent.com/DogeyStamp/dots/main/preview.png)
|