mirror of
https://git.aramjonghu.nl/AramJonghu/hypr.git
synced 2026-06-06 20:38:24 +02:00
blur cuz cool
This commit is contained in:
+4
-3
@@ -44,7 +44,7 @@ bind = SUPER,g,togglegroup
|
||||
bind = SUPER,tab,changegroupactive
|
||||
|
||||
bind = SUPER, F,fullscreen
|
||||
bind = SUPER, D, exec, fuzzel
|
||||
bind = SUPER, R, exec, fuzzel
|
||||
bindel = , XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+
|
||||
bindel = , XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-
|
||||
bindel = , XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle
|
||||
@@ -57,10 +57,11 @@ bindl = , XF86AudioPlay, exec, playerctl play-pause
|
||||
bindl = , XF86AudioPrev, exec, playerctl previous
|
||||
bindl = , XF86AudioNext, exec, playerctl next
|
||||
|
||||
bind = , PRINT, exec, hyprshot -m region -z
|
||||
# bind = , PRINT, exec, hyprshot -m region -z
|
||||
|
||||
# zshell
|
||||
bind = SUPER, R, global, zshell:toggle-launcher
|
||||
bind = , PRINT, global, zshell:screenshotFreeze
|
||||
bind = SUPER, D, global, zshell:toggle-launcher
|
||||
bind = SUPER, A, global, zshell:toggle-nc
|
||||
bind = SUPER, V, global, zshell:toggle-drawing
|
||||
bind = SUPER, F1, global, zshell:lock
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
monitor= DP-2, 2560x1440@240, 1728x0, 1, bitdepth, 10, cm, srgb
|
||||
monitor = DP-3, 3840x2160@60, 0x0, 1.25, bitdepth, 10, transform, 1
|
||||
|
||||
#monitor = DP-3, 3840x2160@60, 0x0, 1.25, bitdepth, 10, transform, 1, icc, ~/color_profiles/1440p\ monitor.icm
|
||||
#monitor = DP-3, 3840x2160@60, 0x0, 1.25, bitdepth, 10, transform, 1, icc, /home/koyomi/.config/colorprofiles/lg4k.icm
|
||||
|
||||
render {
|
||||
cm_auto_hdr = 0
|
||||
|
||||
@@ -44,6 +44,14 @@ decoration {
|
||||
|
||||
}
|
||||
|
||||
layerrule = blur_popups on, match:namespace ZShell-Bar
|
||||
layerrule = ignore_alpha 0.5, match:namespace ZShell-Bar
|
||||
layerrule = blur on, match:namespace ZShell-Bar
|
||||
|
||||
layerrule = blur_popups on, match:namespace ZShell-Auth
|
||||
layerrule = ignore_alpha 0.5, match:namespace ZShell-Auth
|
||||
layerrule = blur on, match:namespace ZShell-Auth
|
||||
|
||||
animations {
|
||||
enabled = 1
|
||||
bezier = overshot,0.13,0.99,0.29,1.1
|
||||
|
||||
Reference in New Issue
Block a user