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 {