These are the configuration files for all of the programs I am going to use inside Sway, a Wayland compositor.
sway swaybg swayidle swaylock yambar rofi-lbonn-wayland foot sov grim slurp xdg-user-dirs jq wl-clipboard ttf-iosevka-nerd ttf-font-awesome ttf-nerd-fonts-symbols
This Git repo contains dotconfig
and dotlocal
. These correspond to ~/.config
and ~/.local
respectively. So, you can go two ways about 'installing' these.
Firstly, clone the repo:
cd /path/to/clone/folder/
git clone https://github.com/Andy3153/sway-rice/
(replace /path/to/clone/folder/
with the folder you want to clone the Git repo inside. Your choice, could be your Home directory)
Then, follow either of these methods:
- Symlinks (you need to keep the cloned folder)
ln -s /path/to/clone/folder/sway-rice/dotconfig/* ~/.config
ln -s /path/to/clone/folder/sway-rice/dotlocal/* ~/.local
- Copying
cd sway-rice/
cp -r dotconfig/* ~/.config
cp -r dotlocal/* ~/.local
cd ..
rm -rf sway-rice/ # feel free to delete the folder
This folder contains some other stuff I use. See the README inside that folder for more info.
- control volume
- control brightness
- swaybar
- notifications
- notification popups for some shortcuts
- separate parts of sway config in files?
- pywal?
Feel free to give me advice on this, or even help me with it!