Skip to content

Commit 087de65

Browse files
committed
Improved example
1 parent a875980 commit 087de65

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/content/docs/desktop_environments/hyprland.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Our main goal with our setup is to have a working Hyprland but keeping it simple
1818

1919
Take a look into our [Hyprland FAQ.](/desktop_environments/hyprland#faq)
2020

21-
**Dotfiles maintained by [msmafra](https://github.com/msmafra)**
21+
**Dotfiles maintained by [msmafra](https://github.com/msmafra) and [Lysec](https://github.com/Ly-sec)**
2222

2323
## Keybinds
2424

@@ -131,8 +131,11 @@ Most of the key combinations require the use of the mod key which in our case is
131131

132132
This is because the window has a modified opacity
133133

134-
* Consider modifying Discord's window rule near the bottom of Hyprland's config file:
135-
`windowrule=opacity 0.96,discord`
134+
* Consider modifying the window rule in the [Hyprland](https://github.com/CachyOS/cachyos-hyprland-settings/blob/master/etc/skel/.config/hypr/config/windowrules.conf#L21) config file.
135+
136+
```sh title='Example'
137+
windowrulev2 = opacity 0.92, class:^(thunar|nemo)$
138+
```
136139

137140
### Is there a File Manager included?
138141

0 commit comments

Comments
 (0)