git commit
This commit is contained in:
@@ -17,18 +17,14 @@ exec-once = tradjust
|
||||
exec-once = swww-daemon
|
||||
|
||||
# Theming with envvars for some reason
|
||||
env = XCURSOR_SIZE, 22
|
||||
env = XCURSOR_THEME, GoogleDot-Black
|
||||
env = HYPRCURSOR_SIZE, 22
|
||||
env = HYPRCURSOR_THEME, GoogleDot-Hypr
|
||||
|
||||
envd = GTK_THEME, catppuccin-mocha-blue-standard+default
|
||||
env = GTK_ICON_THEME, BeautyLine
|
||||
|
||||
envd = QT_QUICK_CONTROLS_STYLE=org.hyprland.style
|
||||
envd = QT_QPA_PLATFORMTHEME,qt6ct
|
||||
# envd = QT_STYLE_OVERRIDE,kvantum
|
||||
env = QT_QPA_PLATFORM,wayland;xcb
|
||||
env = XCURSOR_SIZE, 22
|
||||
env = XCURSOR_THEME, GoogleDot-Black
|
||||
envd = GTK_THEME, catppuccin-mocha-blue-standard+default
|
||||
env = GTK_ICON_THEME, BeautyLine
|
||||
env = HYPRCURSOR_SIZE, 22
|
||||
env = HYPRCURSOR_THEME, GoogleDot-Hypr
|
||||
env = QT_QPA_PLATFORMTHEME, qt6ct
|
||||
env = QT_QPA_PLATFORM, wayland;xcb
|
||||
|
||||
env = FREETYPE_PROPERTIES,cff:no-stem-darkening=0 autofitter:no-stem-darkening=0
|
||||
|
||||
@@ -63,12 +59,12 @@ decoration {
|
||||
blur {
|
||||
enabled = true
|
||||
size = 6
|
||||
passes = 3
|
||||
passes = 4
|
||||
new_optimizations = true
|
||||
ignore_opacity = true
|
||||
special = true
|
||||
brightness = 1
|
||||
xray = false;
|
||||
brightness = 0.4
|
||||
xray = true;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -78,7 +74,7 @@ animations {
|
||||
enabled = yes
|
||||
|
||||
bezier = default , 0.16, 1 , 0.30, 1
|
||||
bezier = easeOut , 0.22, 1 , 0.36, 1
|
||||
bezier = easeOut , 0.16, 1 , 0.3 , 1
|
||||
bezier = easeIn , 0.64, 0 , 0.78, 0
|
||||
|
||||
animation = fadeIn , 1, 4, default
|
||||
@@ -92,7 +88,7 @@ animations {
|
||||
animation = fadeLayersIn , 1, 3, easeOut
|
||||
animation = fadeLayersOut , 1, 2, easeIn
|
||||
animation = workspaces , 1, 3, easeOut, slide
|
||||
animation = specialWorkspace , 1, 4, default, slidevert
|
||||
animation = specialWorkspace , 1, 3, default, slidevert
|
||||
animation = zoomFactor , 1, 3, default
|
||||
}
|
||||
|
||||
@@ -130,19 +126,21 @@ plugin {
|
||||
# Smart gaps
|
||||
workspace = w[tv1] s[false], gapsout:0, gapsin:0
|
||||
workspace = s[true], gapsout:64, gapsin:32
|
||||
windowrulev2 = bordersize 0, floating:0, onworkspace:w[tv1]
|
||||
windowrulev2 = rounding 0, floating:0, onworkspace:w[tv1] s[false]
|
||||
windowrule = bordersize 0, floating:0, onworkspace:w[tv1]
|
||||
windowrule = rounding 0, floating:0, onworkspace:w[tv1] s[false]
|
||||
|
||||
# The bell doesn't fullscreen you, I do.
|
||||
windowrulev2 = suppressevent fullscreen, class:.*
|
||||
|
||||
# Misc window rules
|
||||
windowrulev2 = float, title:(Write:)
|
||||
windowrulev2 = float, class:(xdg-desktop-portal-gtk)
|
||||
windowrulev2 = noblur, title:(File Upload)
|
||||
windowrulev2 = noblur, title:(Open File)
|
||||
windowrulev2 = float, center, class:(eog)
|
||||
windowrulev2 = fullscreen, class:steam_app*
|
||||
windowrule = float, title:(Write:)
|
||||
windowrule = float, class:(xdg-desktop-portal-gtk)
|
||||
windowrule = noblur, title:(Open File)
|
||||
windowrule = float, center, class:(eog)
|
||||
windowrule = fullscreen, class:steam_app*
|
||||
windowrule = float, class:(mpv|loupe)
|
||||
windowrule = size 95% 90%, class:(mpv|loupe)
|
||||
windowrule = center 1, floating:1
|
||||
|
||||
# Misc layer rules
|
||||
layerrule = animation slide, .*bar.*
|
||||
@@ -179,3 +177,7 @@ cursor {
|
||||
xwayland {
|
||||
force_zero_scaling = true
|
||||
}
|
||||
|
||||
debug {
|
||||
full_cm_proto = true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user