version bump. update config for hyprland 0.45.1
This commit is contained in:
parent
14f6523c56
commit
0ffc8e4c1d
5 changed files with 38 additions and 21 deletions
|
|
@ -115,12 +115,16 @@ decoration {
|
|||
dim_strength = 0.12
|
||||
dim_special = 0.1
|
||||
|
||||
drop_shadow = true
|
||||
shadow_range = 40
|
||||
shadow_render_power = 3
|
||||
# col.shadow = rgba(1a1a1aee)
|
||||
col.shadow = rgba(87658aff)
|
||||
col.shadow_inactive = rgba(1a1a1aee)
|
||||
shadow {
|
||||
enabled = true
|
||||
range = 40
|
||||
render_power = 3
|
||||
sharp = false
|
||||
color = rgba(87658aff)
|
||||
color_inactive = rgba(1a1a1aee)
|
||||
offset = 5, 2
|
||||
scale = 1.0
|
||||
}
|
||||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#blur
|
||||
blur {
|
||||
|
|
@ -135,7 +139,7 @@ decoration {
|
|||
vibrancy = 0.2696
|
||||
vibrancy_darkness = 0.2696
|
||||
|
||||
special = true
|
||||
special = false
|
||||
popups = false
|
||||
}
|
||||
}
|
||||
|
|
@ -209,7 +213,7 @@ dwindle {
|
|||
|
||||
# See https://wiki.hyprland.org/Configuring/Master-Layout/ for more
|
||||
master {
|
||||
no_gaps_when_only = 2
|
||||
# no_gaps_when_only = 2
|
||||
mfact = 0.55
|
||||
# new_is_master = true
|
||||
|
||||
|
|
@ -455,6 +459,7 @@ windowrulev2 = workspace special:launchers, class:^(heroic)$
|
|||
windowrulev2 = nofocus, title:^()$,class:^(steam)$
|
||||
windowrulev2 = minsize 1 1, title:^()$,class:^(steam)$
|
||||
# windowrulev2 = stayfocused,class:(steam),title:(^$)
|
||||
|
||||
# Steam window rules
|
||||
windowrule = float,title:^(Create or select new Steam library folder)$
|
||||
windowrule = float,title:^(Steam Settings)$
|
||||
|
|
@ -462,6 +467,14 @@ windowrule = float,title:^(0_Alert)$
|
|||
# windowrule = workspace special:game,title:^(Steam Big Picture Mode)$
|
||||
# windowrule = tile,title:^(Steam Big Picture Mode)$
|
||||
|
||||
#No gaps when only substitute
|
||||
workspace = w[tv1], shadow:false, gapsout:0, gapsin:0
|
||||
workspace = f[1], shadow:false, gapsout:0, gapsin:0
|
||||
windowrulev2 = bordersize 0, floating:0, onworkspace:w[tv1]
|
||||
windowrulev2 = rounding 0, floating:0, onworkspace:w[tv1]
|
||||
windowrulev2 = bordersize 0, floating:0, onworkspace:f[1]
|
||||
windowrulev2 = rounding 0, floating:0, onworkspace:f[1]
|
||||
|
||||
# Layer rules
|
||||
layerrule = dimaround, wofi
|
||||
#layerrule = noanim, selection
|
||||
|
|
|
|||
|
|
@ -22,3 +22,6 @@ windmove???? https://www.reddit.com/r/emacs/comments/rj8k32/the_pgtk_pure_gtk_br
|
|||
vrr pt3 https://github.com/hyprwm/Hyprland/pull/6877#issuecomment-2230423256
|
||||
first priority minor mode https://emacs.stackexchange.com/questions/352/how-to-override-major-mode-bindings
|
||||
multi-compile https://www.reddit.com/r/emacs/comments/438vf5/is_there_a_way_to_choose_compilation_command_from/
|
||||
zram https://www.phoronix.com/forums/forum/software/distributions/1506582-raspberry-pi-os-now-defaults-to-512mb-swap-updates-labwc-compositor
|
||||
relevant? https://www.phoronix.com/forums/forum/phoronix/latest-phoronix-articles/1506465-linux-6-12-released-with-real-time-capabilities-sched_ext-more-amd-rdna4-more/page3
|
||||
pcie protocol stack marketing https://www.intel.com/content/www/us/en/docs/programmable/683647/18-0/pci-express-protocol-stack.html
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue