mirror of
https://git.aramjonghu.nl/AramJonghu/hypr.git
synced 2026-06-08 14:18:24 +02:00
Compare commits
3 Commits
laptop
...
f486733186
| Author | SHA1 | Date | |
|---|---|---|---|
| f486733186 | |||
| de18797bfa | |||
| 7e3cf6797a |
+3
-2
@@ -4,7 +4,7 @@ bindm = SUPER,mouse:273,resizewindow
|
|||||||
bind = SUPER,RETURN,exec, foot
|
bind = SUPER,RETURN,exec, foot
|
||||||
bind = SUPER,Q,killactive
|
bind = SUPER,Q,killactive
|
||||||
bind = SUPER,M,exit
|
bind = SUPER,M,exit
|
||||||
bind = SUPER,E,exec, thunar
|
bind = SUPER,E,exec, dolphin
|
||||||
bind = SUPER,S,togglefloating
|
bind = SUPER,S,togglefloating
|
||||||
bind = SUPER,P,pseudo
|
bind = SUPER,P,pseudo
|
||||||
bind = SUPER,B,exec, firefox
|
bind = SUPER,B,exec, firefox
|
||||||
@@ -57,9 +57,10 @@ bindl = , XF86AudioPlay, exec, playerctl play-pause
|
|||||||
bindl = , XF86AudioPrev, exec, playerctl previous
|
bindl = , XF86AudioPrev, exec, playerctl previous
|
||||||
bindl = , XF86AudioNext, exec, playerctl next
|
bindl = , XF86AudioNext, exec, playerctl next
|
||||||
|
|
||||||
bind = , PRINT, exec, hyprshot -m region -z
|
# bind = , PRINT, exec, hyprshot -m region -z
|
||||||
|
|
||||||
# zshell
|
# zshell
|
||||||
|
bind = , PRINT, global, zshell:screenshotFreeze
|
||||||
bind = SUPER, R, global, zshell:toggle-launcher
|
bind = SUPER, R, global, zshell:toggle-launcher
|
||||||
bind = SUPER, A, global, zshell:toggle-nc
|
bind = SUPER, A, global, zshell:toggle-nc
|
||||||
bind = SUPER, V, global, zshell:toggle-drawing
|
bind = SUPER, V, global, zshell:toggle-drawing
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
monitor= DP-2, 2560x1440@240, 1728x0, 1, bitdepth, 10, cm, srgb
|
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
|
||||||
|
|
||||||
#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 {
|
render {
|
||||||
cm_auto_hdr = 0
|
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 {
|
animations {
|
||||||
enabled = 1
|
enabled = 1
|
||||||
bezier = overshot,0.13,0.99,0.29,1.1
|
bezier = overshot,0.13,0.99,0.29,1.1
|
||||||
@@ -59,6 +67,7 @@ dwindle {
|
|||||||
}
|
}
|
||||||
|
|
||||||
ecosystem {
|
ecosystem {
|
||||||
|
no_donation_nag = true
|
||||||
no_update_news = true
|
no_update_news = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user