Skip to content

Commit 9d184cb

Browse files
author
Chris1320
committed
feat(arch): update document viewing and gaming sections
- add OnlyOffice - add GameMode - add installation of Proton-GE and Steam game setup - add ImHex in final touches Signed-off-by: Chris1320 <chris1320@protonmail.com>
1 parent 5f69ec2 commit 9d184cb

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

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

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,12 @@ cp -r ~/Temp/SGDotfiles/zathura ~/.config
238238
>
239239
> Choose the language you need for OCR. I read mostly English documents, so I chose `tesseract-data-eng`.
240240
241+
For Microsoft Office documents, I use [OnlyOffice](https://www.onlyoffice.com/).
242+
243+
```bash
244+
paru -S onlyoffice-bin
245+
```
246+
241247
## Setting Up Paru and Pacman (again)
242248

243249
Since we have Paru now, we can configure Pacman more now. Hooks are scripts that are executed automatically at certain points during the package management process. Create the `/etc/pacman.d/hooks` directory by running the following command:
@@ -580,7 +586,9 @@ flatpak install flathub com.valvesoftware.Steam
580586
flatpak install flathub com.usebottles.bottles
581587
flatpak install flathub org.freedesktop.Platform.VulkanLayer.MangoHud
582588
flatpak install flathub net.davidotek.pupgui2
583-
paru -S gamemode
589+
paru -S gamemode lib32-gamemode
590+
591+
sudo usermod -aG gamemode "$(whoami)"
584592

585593
# Enable Steam Proton Integration
586594
flatpak override --user com.usebottles.bottles --filesystem=~/.var/app/com.valvesoftware.Steam/data/Steam
@@ -592,6 +600,16 @@ flatpak override --user --env=MANGOHUD=1 com.valvesoftware.Steam
592600
cp -r ~/Temp/SGDotfiles/MangoHud ~/.config/MangoHud
593601
```
594602

603+
Install Proton-GE. Set `Steam Settings > Compatibility > Run other titles with` to `GE-Proton`.
604+
605+
> [!TIP]+
606+
>
607+
> When you are going to play a game, enable *mangohud* and *gamemode* by adding the following to the launch options:
608+
>
609+
> ```bash
610+
> mangohud gamemoderun %command%
611+
> ```
612+
595613
## Ricing Up GRUB
596614
597615
Our whole system mostly uses the [Catppuccin](https://catppuccin.com/) colorscheme, so we're going to use [Catppuccin's GRUB theme](https://github.com/catppuccin/grub) to rice our bootloader.
@@ -628,7 +646,7 @@ sudo grub-mkconfig -o /boot/grub/grub.cfg
628646
I use LocalSend to transfer any files between my devices within the local network and GNOME Text Editor because for some reason [[#Neovim]] doesn't work properly when set as the default text editor. GNOME Disk Utility is used as a GUI front-end for disk management stuff.
629647
630648
```bash
631-
paru -S cava gedit gnome-disk-utility localsend-bin
649+
paru -S cava gedit gnome-disk-utility localsend-bin imhex-bin
632650
633651
cp -r ~/Temp/SGDotfiles/cava ~/.config/cava
634652

0 commit comments

Comments
 (0)