diff options
| author | Ja.KooLit <jimmielovejay@gmail.com> | 2024-05-05 07:23:20 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-05 07:23:20 +0900 |
| commit | 332b0afaa0c0af97c0dcc75c24dec56df6acc86c (patch) | |
| tree | 498a56e78802f92bf3814353ac35a50d8b5f950b /config/hypr/UserConfigs | |
| parent | c32e177c6696c3d283188cbabc1a78cd4364476c (diff) | |
| parent | 8e9b6f015038ae76ce68035d6aee7ff88a5be06c (diff) | |
Merge pull request #236 from JaKooLit/main
Synchronizing Main to development
Diffstat (limited to 'config/hypr/UserConfigs')
| -rw-r--r-- | config/hypr/UserConfigs/Startup_Apps.conf | 1 | ||||
| -rw-r--r-- | config/hypr/UserConfigs/WindowRules.conf | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/config/hypr/UserConfigs/Startup_Apps.conf b/config/hypr/UserConfigs/Startup_Apps.conf index 8b5ed9f8..78d06363 100644 --- a/config/hypr/UserConfigs/Startup_Apps.conf +++ b/config/hypr/UserConfigs/Startup_Apps.conf @@ -26,7 +26,6 @@ exec-once = swaync & #exec-once = blueman-applet & #exec-once = rog-control-center & - #clipboard manager exec-once = wl-paste --type text --watch cliphist store exec-once = wl-paste --type image --watch cliphist store diff --git a/config/hypr/UserConfigs/WindowRules.conf b/config/hypr/UserConfigs/WindowRules.conf index 68de90e4..1cf23665 100644 --- a/config/hypr/UserConfigs/WindowRules.conf +++ b/config/hypr/UserConfigs/WindowRules.conf @@ -86,6 +86,9 @@ windowrulev2 = opacity 0.9 0.8, class:^(seahorse)$ # gnome-keyring gui #layerrule = blur,class:^([Rr]ofi)$ #layerrule = ignorezero, <rofi> +layerrule = ignorezero, overview +layerrule = blur, overview + #windowrulev2 = bordercolor rgb(EE4B55) rgb(880808), fullscreen:1 #windowrulev2 = bordercolor rgb(282737) rgb(1E1D2D), floating:1 #windowrulev2 = opacity 0.8 0.8, pinned:1 |
