This commit is contained in:
Out Of Ideas 2024-02-05 20:56:21 -06:00
parent 21a87b8fa4
commit 5b40b7f858

View file

@ -1614,6 +1614,7 @@ Clone the repo with the configuration files used in this guide.
```sh
git clone https://git.disroot.org/oink/Grandma
```
# Configuring LabWC
Copy the LabWC configuration files into the configuration directory.
```sh
cp Grandma/labwc/* ~/.config/labwc/
@ -1640,3 +1641,24 @@ XKB_DEFAULT_LAYOUT=<layout>
XKB_DEFAULT_VARIANT=<variant>
```
Replace **\<layout\>** with the keyboard layout (ie. `us`), and **\<variant\>**, with the variant (ie. `dvorak`).
# Configuring Foot
```sh
git clone https://github.com/catppuccin/foot catppuccin/foot
```
Create the config directory for foot.
```
mkdir ~/.config/foot
```
Copy the theme file into the config file.
```
cp catppuccin/foot/catppuccin-macchiato.ini ~/.config/foot/foot.ini
```
Edit the config file.
```
vis ~/.config/foot/foot.ini
```
# Audio
Install Pipewire.
```sh
sudo xbps-install -S pipewire
```