stuff
This commit is contained in:
parent
a9dffdc65e
commit
0fe8bcaeda
2 changed files with 5 additions and 5 deletions
|
@ -42,10 +42,10 @@ window:
|
|||
# Blank space added around the window in pixels. This padding is scaled
|
||||
# by DPI and the specified value is always added at both opposing sides.
|
||||
#padding:
|
||||
# x: 0
|
||||
# y: 0
|
||||
#x: 14
|
||||
#y: 7
|
||||
# Spread additional padding evenly around the terminal content.
|
||||
#dynamic_padding: false
|
||||
#dynamic_padding: true
|
||||
# Window decorations
|
||||
#
|
||||
# Values for `decorations`:
|
||||
|
@ -60,7 +60,7 @@ window:
|
|||
#
|
||||
# Window opacity as a floating point number from `0.0` to `1.0`.
|
||||
# The value `0.0` is completely transparent and `1.0` is opaque.
|
||||
opacity: 0.5
|
||||
opacity: 0.92
|
||||
# Startup Mode (changes require restart)
|
||||
#
|
||||
# Values for `startup_mode`:
|
||||
|
|
|
@ -47,7 +47,7 @@ general {
|
|||
decoration {
|
||||
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
||||
|
||||
rounding = 8
|
||||
rounding = 6
|
||||
blur = yes
|
||||
blur_size = 4
|
||||
blur_passes = 2
|
||||
|
|
Reference in a new issue