Some Hyprland config changes
This commit is contained in:
@@ -32,8 +32,8 @@ hl.config({
|
||||
brightness = 0.2,
|
||||
},
|
||||
shadow = {
|
||||
range = 20,
|
||||
render_power = 4,
|
||||
range = 12,
|
||||
render_power = 3,
|
||||
color = "#00000088",
|
||||
},
|
||||
},
|
||||
@@ -48,7 +48,7 @@ hl.config({
|
||||
},
|
||||
misc = {
|
||||
disable_hyprland_logo = true,
|
||||
disable_splash_rendering = false,
|
||||
disable_splash_rendering = true,
|
||||
on_focus_under_fullscreen = 2,
|
||||
key_press_enables_dpms = true,
|
||||
mouse_move_enables_dpms = true,
|
||||
@@ -58,7 +58,6 @@ hl.config({
|
||||
enable_anr_dialog = false,
|
||||
background_color = "#141414",
|
||||
enable_swallow = false,
|
||||
swallow_regex = "kitty"
|
||||
},
|
||||
cursor = {
|
||||
-- invisible = true,
|
||||
|
||||
Reference in New Issue
Block a user