Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Configs/.config/hypr/windowrules.conf
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ windowrule = float true,match:title ^(Friends List)$ # Steam Friends List
windowrule = float true,match:title ^(Steam Settings)$ # Steam Settings
windowrule = float true,match:initial_title ^(Image Editor)$,match:class ^(blender)$ # Blender Render
windowrule = size (monitor_w*0.5) (monitor_h*0.5),match:initial_title ^(Image Editor)$,match:class ^(blender)$
windowrule = float true, match:initial_title ^(Ghidra: NO ACTIVE PROJECT) #Ghidra Project manager

# workaround for jetbrains IDEs dropdowns/popups cause flickering
windowrule = no_initial_focus true,match:class ^(.*jetbrains.*)$,match:title ^(win[0-9]+)$
Expand Down
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ For NixOS support there is a separate project being maintained @ [Hydenix](https
> [!CAUTION]
> The script modifies your `grub` or `systemd-boot` config to enable NVIDIA DRM.

> [!TIP]
> BigLinux / Manjaro users may want to take a snapshot with Timeshift before running the installer, especially when HyDE is being installed alongside an existing desktop environment. On older NVIDIA cards, review the legacy driver list in [`Scripts/nvidia-db/`](./Scripts/nvidia-db/) before continuing.

To install, execute the following commands:

```shell
Expand Down Expand Up @@ -110,6 +113,13 @@ View installation instructions for HyDE in [Hyde-cli - Usage](https://github.com
Please reboot after the install script completes and takes you to the SDDM login screen (or black screen) for the first time.
For more details, please refer to the [installation wiki](https://github.com/HyDE-Project/HyDE/wiki/installation).

Quick checklist for Arch-based distros such as BigLinux / Manjaro:

- Create a restore point (for example with Timeshift) before running `install.sh`.
- Expect changes to GRUB, SDDM, and `/etc/pacman.conf` during installation.
- If your GPU is an older NVIDIA model, verify whether it belongs to a legacy dkms series before accepting the default driver path.
- Reboot after the installer finishes, then select the Hyprland / HyDE session from the display manager.

<div align="right">
<br>
<a href="#-design-by-t2"><kbd> <br> 🡅 <br> </kbd></a>
Expand Down
10 changes: 10 additions & 0 deletions Source/docs/README.pt-br.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ Para o suporte a NixOS, existe um projeto separado sendo mantido em @ [Hydenix](
> [!CAUTION]
> O script de instalação modifica as configurações do seu `grub` ou `systemd-boot` para habilitar o DRM da NVIDIA.

> [!TIP]
> Usuários do BigLinux / Manjaro podem querer criar um snapshot com o Timeshift antes de executar o instalador, especialmente quando o HyDE será instalado ao lado de um ambiente desktop já existente. Em placas NVIDIA mais antigas, revise antes a lista de drivers legados em [`Scripts/nvidia-db/`](../../Scripts/nvidia-db/).

Para instalar, execute os comandos abaixo:

```shell
Expand Down Expand Up @@ -103,6 +106,13 @@ View installation instructions for HyDE in [Hyde-cli - Usage](https://github.com
Por favor, reinicie o sistema após o script concluir a instalação e levá-lo à tela de login do SDDM (ou a uma tela preta) pela primeira vez.
Para mais detalhes, por favor consulte a [wiki de instalação](https://github.com/HyDE-Project/HyDE/wiki/installation).

Checklist rápido para distros derivadas do Arch, como BigLinux / Manjaro:

- Crie um ponto de restauração (por exemplo com o Timeshift) antes de executar `install.sh`.
- Espere alterações no GRUB, SDDM e em `/etc/pacman.conf` durante a instalação.
- Se sua GPU for um modelo NVIDIA antigo, verifique antes se ela pertence a uma série legada de dkms antes de aceitar o caminho padrão de driver.
- Reinicie após o término do instalador e então escolha a sessão Hyprland / HyDE no gerenciador de login.

<div align="right">
<br>
<a href="#-design-by-t2"><kbd> <br> 🡅 <br> </kbd></a>
Expand Down
Loading