diff options
| author | iceyrazor <iceyrazor@mailfence.com> | 2025-07-21 20:54:28 -0500 |
|---|---|---|
| committer | iceyrazor <iceyrazor@mailfence.com> | 2025-07-21 20:56:30 -0500 |
| commit | 4808986b0873c15db21c8c3702b64537fb48463b (patch) | |
| tree | eaeda99a8301679aa5da67ce46f728bf83372928 /env/.config/hypr | |
| parent | 143696c0a95af8eb819562701dcd0421254620f8 (diff) | |
changes
- readded CC submodule
- added discord window rules
- readme change
Diffstat (limited to 'env/.config/hypr')
| -rw-r--r-- | env/.config/hypr/hyprland.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/env/.config/hypr/hyprland.conf b/env/.config/hypr/hyprland.conf index 4c20d06..62df229 100644 --- a/env/.config/hypr/hyprland.conf +++ b/env/.config/hypr/hyprland.conf @@ -436,6 +436,17 @@ windowrule = noborder, class:vesktop windowrule = noshadow, class:vesktop windowrule = noblur, class:vesktop +# discord +windowrule = float, class:discord +windowrule = monitor DP-1, class:discord +windowrule = move 0% 0%, class:discord +windowrule = size 70% 70%, class:discord +windowrule = workspace 11, class:discord +windowrule = bordercolor rgba(00000000), class:discord +windowrule = noborder, class:discord +windowrule = noshadow, class:discord +windowrule = noblur, class:discord + # Mumble windowrule = float, title:Mumble windowrule = monitor DP-1, title:Mumble |
