forked from Shinonome/dots-hyprland
update hyprland config
This commit is contained in:
@@ -48,7 +48,7 @@ dwindle {
|
|||||||
decoration {
|
decoration {
|
||||||
# 2 = circle, higher = squircle, 4 = very obvious squircle
|
# 2 = circle, higher = squircle, 4 = very obvious squircle
|
||||||
# Clear squircles look really off; we use only extra .4 here to make the rounding feel more continuous
|
# Clear squircles look really off; we use only extra .4 here to make the rounding feel more continuous
|
||||||
rounding_power = 2.4
|
rounding_power = 2
|
||||||
rounding = 18
|
rounding = 18
|
||||||
|
|
||||||
blur {
|
blur {
|
||||||
@@ -81,7 +81,7 @@ decoration {
|
|||||||
# Dim
|
# Dim
|
||||||
dim_inactive = true
|
dim_inactive = true
|
||||||
dim_strength = 0.05
|
dim_strength = 0.05
|
||||||
dim_special = 0.07
|
dim_special = 0.2
|
||||||
}
|
}
|
||||||
|
|
||||||
animations {
|
animations {
|
||||||
@@ -115,6 +115,8 @@ animations {
|
|||||||
## specialWorkspace
|
## specialWorkspace
|
||||||
animation = specialWorkspaceIn, 1, 2.8, emphasizedDecel, slidevert
|
animation = specialWorkspaceIn, 1, 2.8, emphasizedDecel, slidevert
|
||||||
animation = specialWorkspaceOut, 1, 1.2, emphasizedAccel, slidevert
|
animation = specialWorkspaceOut, 1, 1.2, emphasizedAccel, slidevert
|
||||||
|
# zoom
|
||||||
|
animation = zoomFactor, 1, 3, standardDecel
|
||||||
}
|
}
|
||||||
|
|
||||||
input {
|
input {
|
||||||
@@ -160,19 +162,7 @@ binds {
|
|||||||
cursor {
|
cursor {
|
||||||
zoom_factor = 1
|
zoom_factor = 1
|
||||||
zoom_rigid = false
|
zoom_rigid = false
|
||||||
|
zoom_disable_aa = true
|
||||||
hotspot_padding = 1
|
hotspot_padding = 1
|
||||||
}
|
}
|
||||||
|
|
||||||
# Overview
|
|
||||||
plugin {
|
|
||||||
hyprexpo {
|
|
||||||
columns = 3
|
|
||||||
gap_size = 5
|
|
||||||
bg_col = rgb(000000)
|
|
||||||
workspace_method = first 1 # [center/first] [workspace] e.g. first 1 or center m+1
|
|
||||||
|
|
||||||
enable_gesture = false # laptop touchpad, 4 fingers
|
|
||||||
gesture_distance = 300 # how far is the "max"
|
|
||||||
gesture_positive = false
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user