diff --git a/hypr-configs/dotfiles/hypr/configs/decoration/export.conf b/hypr-configs/dotfiles/hypr/configs/decoration/export.conf index c12c32f..aca0c22 100644 --- a/hypr-configs/dotfiles/hypr/configs/decoration/export.conf +++ b/hypr-configs/dotfiles/hypr/configs/decoration/export.conf @@ -1 +1 @@ -source = ~/.config/hypr/configs/decoration/variants/rounding-all-blur.conf +source = ~/.config/hypr/configs/decoration/variants/rounding-no-blur-no-shadows.conf diff --git a/hypr-configs/dotfiles/hypr/configs/decoration/variants/rounding-all-blur-no-shadows.conf b/hypr-configs/dotfiles/hypr/configs/decoration/variants/rounding-no-blur-no-shadows.conf similarity index 79% rename from hypr-configs/dotfiles/hypr/configs/decoration/variants/rounding-all-blur-no-shadows.conf rename to hypr-configs/dotfiles/hypr/configs/decoration/variants/rounding-no-blur-no-shadows.conf index 9752bcc..da8590f 100644 --- a/hypr-configs/dotfiles/hypr/configs/decoration/variants/rounding-all-blur-no-shadows.conf +++ b/hypr-configs/dotfiles/hypr/configs/decoration/variants/rounding-no-blur-no-shadows.conf @@ -1,12 +1,13 @@ # ----------------------------------------------------- # General window decoration -# name: "Rounding All Blur No Shadows" +# name: "Rounding No Blur No Shadows" # ----------------------------------------------------- decoration { rounding = 10 + blur { - enabled = true + enabled = false size = 12 passes = 4 new_optimizations = on @@ -14,8 +15,9 @@ decoration { xray = true blurls = waybar } - active_opacity = 0.9 - inactive_opacity = 0.8 + + active_opacity = 1 + inactive_opacity = 0.95 fullscreen_opacity = 0.9 drop_shadow = false diff --git a/hypr-configs/dotfiles/mimeapps.list b/hypr-configs/dotfiles/mimeapps.list index 636901c..8fa32d2 100644 --- a/hypr-configs/dotfiles/mimeapps.list +++ b/hypr-configs/dotfiles/mimeapps.list @@ -1,8 +1,8 @@ [Default Applications] -x-scheme-handler/http=thorium-portable.desktop -x-scheme-handler/https=thorium-portable.desktop +x-scheme-handler/http=google-chrome.desktop +x-scheme-handler/https=google-chrome.desktop x-scheme-handler/chrome=userapp-Firefox-Q5DTJ2.desktop -text/html=thorium-portable.desktop +text/html=google-chrome.desktop application/x-extension-htm=userapp-Firefox-Q5DTJ2.desktop application/x-extension-html=userapp-Firefox-Q5DTJ2.desktop application/x-extension-shtml=userapp-Firefox-Q5DTJ2.desktop @@ -13,8 +13,8 @@ video/mp4=vlc.desktop application/pdf=org.gnome.Evince.desktop image/png=org.gnome.eog.desktop inode/directory=nemo.desktop -x-scheme-handler/about=thorium-portable.desktop -x-scheme-handler/unknown=thorium-portable.desktop +x-scheme-handler/about=google-chrome.desktop +x-scheme-handler/unknown=google-chrome.desktop x-scheme-handler/eclipse+command=_usr_lib_dbeaver_.desktop x-scheme-handler/jetbrains=jetbrains-toolbox.desktop x-scheme-handler/fleet=jetbrains-fleet.desktop