Skip to content

Commit d75809f

Browse files
author
Chris1320
committed
feat(arch): modding Discord and Spotify
Signed-off-by: Chris1320 <chris1320@protonmail.com>
1 parent 401c104 commit d75809f

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

Operating Systems/Arch Linux/Contents/Manual Customization.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -594,6 +594,12 @@ Install Proton-GE. Set `Steam Settings > Compatibility > Run other titles with`
594594
> mangohud gamemoderun %command%
595595
> ```
596596
597+
## Screen Recording
598+
599+
```bash
600+
paru -S obs-studio v4l2loopback-dkms v4l2loopback-utils
601+
```
602+
597603
## Btrfs Snapshots
598604

599605
Since we have set up our system to use Btrfs with a `@snapshots` subvolume, we will use [Snapper](https://snapper.io/) to create snapshots and [Btrfs Assistant](https://gitlab.com/btrfs-assistant/btrfs-assistant) as the frontend. [snap-pac](https://github.com/wesbarnett/snap-pac) is installed to create Btrfs snapshots before and after Pacman operations.
@@ -678,6 +684,20 @@ Sometimes, there are things that I cannot do on Neovim, such as Live Share/Pair
678684
flatpak install flathub com.visualstudio.code
679685
```
680686
687+
Mod Discord and Spotify
688+
689+
```bash
690+
flatpak install flathub com.discordapp.Discord
691+
# Install Vencord (https://vencord.dev/)
692+
# Run two times to install OpenAsar and Vencord
693+
sh -c "$(curl -sS https://raw.githubusercontent.com/Vendicated/VencordInstaller/main/install.sh)"
694+
```
695+
696+
```bash
697+
flatpak install flathub com.spotify.Client
698+
paru -S spicetify-cli
699+
```
700+
681701
To set the default apps for common filetypes, run `set-defaults.sh` script from the `~/.config/scripts` directory:
682702
683703
```bash

0 commit comments

Comments
 (0)