hyprlanding it more!!!! ahh!!

This commit is contained in:
2025-07-02 21:19:00 +03:00
parent 95b5b35be7
commit 7882d37c16
2 changed files with 19 additions and 8 deletions

View File

@@ -18,17 +18,22 @@ general {
# Window Decorations # Window Decorations
decoration { decoration {
rounding = 10 rounding = 12
# Change transparency of focused and unfocused windows # Change transparency of focused and unfocused windows
active_opacity = 1.0 active_opacity = 1.0
inactive_opacity = 1 inactive_opacity = 1
fullscreen_opacity = 1.0 fullscreen_opacity = 1.0
# drop_shadow = true shadow {
# shadow_range = 4 enabled = true
# shadow_render_power = 3 range = 8
# col.shadow = rgba(1a1a1aee) render_power = 8
color = rgb(8aadf4)
color_inactive = rgb(585b70)
scale = 1.0
offset = 0 0
}
blur { blur {
enabled = true enabled = true
@@ -57,6 +62,12 @@ animations {
animation = specialWorkspace, 1, 6, myBezier, slide animation = specialWorkspace, 1, 6, myBezier, slide
} }
render {
direct_scanout = true
}
windowrule = tag +game, class:sober
# Dwindle layout # Dwindle layout
dwindle { dwindle {
pseudotile = true # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below pseudotile = true # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
@@ -89,7 +100,7 @@ layerrule = order -999, wl_shimeji
layerrule = order -10, wofi layerrule = order -10, wofi
layerrule = order -20, waybar layerrule = order -20, waybar
layerrule = order -25, gtk-layer-shell layerrule = order -25, gtk-layer-shell
layerrule = blur, swww-daemon
# Window Rules # Window Rules
windowrulev2 = float,class:^(blueman-manager-wrapped)$ windowrulev2 = float,class:^(blueman-manager-wrapped)$

View File

@@ -9,7 +9,7 @@
}, },
"mpris": { "mpris": {
"player": "cider", // ["cider", "OCbwoy3_s_iPhone"], "players": ["cider", "OCbwoy3_s_iPhone"],
"interval": 1, "interval": 1,
"on-scroll-up": "playerctl -p cider,OCbwoy3_s_iPhone volume 0.05+", "on-scroll-up": "playerctl -p cider,OCbwoy3_s_iPhone volume 0.05+",
"on-scroll-down": "playerctl -p cider,OCbwoy3_s_iPhone volume 0.05-", "on-scroll-down": "playerctl -p cider,OCbwoy3_s_iPhone volume 0.05-",