From 5c43b86914f78f3daabe39b38282070e2ca6fc48 Mon Sep 17 00:00:00 2001 From: cool-mist Date: Sun, 3 Aug 2025 13:34:32 +0530 Subject: [PATCH] Remove window opacity --- dot_bashrc | 2 +- private_dot_config/hypr/hyprland.conf | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/dot_bashrc b/dot_bashrc index d0db8a2..5fb2164 100644 --- a/dot_bashrc +++ b/dot_bashrc @@ -90,7 +90,7 @@ if ${use_color} ; then PS1+='\[\033[01;32m\]\u@\h\[\033[01;34m\] \w \$\[\033[00m\] ' fi - alias grep='grep --colour=auto' + alias grep='grep --colour=auto' alias ls='ls --color=auto' else # show root@ when we don't have colors diff --git a/private_dot_config/hypr/hyprland.conf b/private_dot_config/hypr/hyprland.conf index 333282e..642c520 100644 --- a/private_dot_config/hypr/hyprland.conf +++ b/private_dot_config/hypr/hyprland.conf @@ -53,7 +53,6 @@ exec-once = hyprpaper exec-once = $terminal exec-once = hyprctl dispatch workspace 3 - ############################# ### ENVIRONMENT VARIABLES ### ############################# @@ -94,8 +93,8 @@ decoration { rounding_power = 3 # Change transparency of focused and unfocused windows - active_opacity = 0.95 - inactive_opacity = 0.9 + active_opacity = 1 + inactive_opacity = 1 fullscreen_opacity = 1 shadow {