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\] '
|
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
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user