Remove window opacity

This commit is contained in:
cool-mist
2025-08-03 13:34:32 +05:30
parent 59cf0822aa
commit 5c43b86914
2 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ if ${use_color} ; then
PS1+='\[\033[01;32m\]\u@\h\[\033[01;34m\] \w \$\[\033[00m\] ' PS1+='\[\033[01;32m\]\u@\h\[\033[01;34m\] \w \$\[\033[00m\] '
fi fi
alias grep='grep --colour=auto' alias grep='grep --colour=auto'
alias ls='ls --color=auto' alias ls='ls --color=auto'
else else
# show root@ when we don't have colors # show root@ when we don't have colors
+2 -3
View File
@@ -53,7 +53,6 @@ exec-once = hyprpaper
exec-once = $terminal exec-once = $terminal
exec-once = hyprctl dispatch workspace 3 exec-once = hyprctl dispatch workspace 3
############################# #############################
### ENVIRONMENT VARIABLES ### ### ENVIRONMENT VARIABLES ###
############################# #############################
@@ -94,8 +93,8 @@ decoration {
rounding_power = 3 rounding_power = 3
# Change transparency of focused and unfocused windows # Change transparency of focused and unfocused windows
active_opacity = 0.95 active_opacity = 1
inactive_opacity = 0.9 inactive_opacity = 1
fullscreen_opacity = 1 fullscreen_opacity = 1
shadow { shadow {