Skip to content

Latest commit

 

History

25 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sway-rice

These are the configuration files for all of the programs I am going to use inside Sway, a Wayland compositor.

Dependencies (in Arch Linux package names)

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

Installation

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

The etc folder

This folder contains some other stuff I use. See the README inside that folder for more info.

TODO

  • control volume
  • control brightness
  • swaybar
  • notifications
  • notification popups for some shortcuts
  • separate parts of sway config in files?
  • pywal?

Other dotfiles of mine

Contributing

Feel free to give me advice on this, or even help me with it!

About

All the dotfiles for my ongoing Sway rice

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors