dots/README.md

27 lines
1.2 KiB
Markdown
Raw Normal View History

2021-03-19 16:26:13 -04:00
# dots
My dotfiles.
2021-03-19 16:31:59 -04:00
## 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).
2021-04-28 20:53:31 -04:00
After, install the programs that I have dots for (you can remove the ones you don't use):
`pacman -S - < programs`
2021-07-05 08:48:15 -04:00
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.
2021-03-19 16:31:59 -04:00
2021-04-04 12:39:19 -04:00
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.
2021-03-19 16:37:09 -04:00
2021-03-19 16:40:05 -04:00
### Note
The xinitrc provides changes I like, such as swapping escape and caps lock, which you should remove if you don't need.
2021-07-05 08:48:15 -04:00
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.
2021-03-19 16:40:05 -04:00
2021-03-19 16:37:09 -04:00
**Desktop Preview**
![preview](https://raw.githubusercontent.com/DogeyStamp/dots/main/preview.png)