Remove window opacity
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user