Foot
This commit is contained in:
parent
21a87b8fa4
commit
5b40b7f858
1 changed files with 22 additions and 0 deletions
22
README.md
22
README.md
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue