feat(hypr): Resize and resize submap

This commit is contained in:
js0ny 2025-04-17 18:49:47 +01:00
parent b66b442dba
commit e167d883a0
5 changed files with 97 additions and 6 deletions

View file

@ -132,7 +132,7 @@ general {
layout = dwindle
no_border_on_floating = true
no_border_on_floating = false
}
# https://wiki.hyprland.org/Configuring/Variables/#decoration
@ -140,8 +140,10 @@ decoration {
rounding = 0
# Change transparency of focused and unfocused windows
active_opacity = 1
inactive_opacity = 0.9
# active_opacity = 1
# inactive_opacity = 0.9
active_opacity = 0.9
inactive_opacity = 0.85
shadow {
enabled = true
@ -187,8 +189,8 @@ animations {
animation = fadeLayersIn, 1, 1.79, almostLinear
animation = fadeLayersOut, 1, 1.39, almostLinear
animation = workspaces, 1, 1.94, almostLinear, slide
animation = workspacesIn, 1, 1.21, almostLinear, slide
animation = workspacesOut, 1, 1.94, almostLinear, slide
animation = workspacesIn, 1, 1.21, almostLinear, fade
animation = workspacesOut, 1, 1.94, almostLinear, fade
animation = specialWorkspace, 1, 1.94, almostLinear, fade
}
@ -201,7 +203,7 @@ dwindle {
# See https://wiki.hyprland.org/Configuring/Master-Layout/ for more
master {
new_status = master
new_status = slave
}
# https://wiki.hyprland.org/Configuring/Variables/#misc
@ -244,3 +246,13 @@ gestures {
# sensitivity = -0.5
# }
windowrulev2 = opaque, workspace:2
windowrulev2 = float, workspace:10
windowrulev2 = opacity 0.95 0.4 0.7, workspace:10
windowrulev2 = bordersize 3, workspace:10
windowrulev2 = xray, workspace:10
windowrulev2 = noblur, workspace:10
bind = $mainMod SHIFT, BACKSLASH, togglegroup
bind = $mainMod, BACKSLASH, changegroupactive, f
bind = $mainMod, BRACKETRIGHT, exec, notify-send "$(hyprctl activewindow)"