hyprland: update config files
This commit is contained in:
parent
2bc9a6d9b0
commit
21bd651d07
@ -4,8 +4,8 @@ source = ~/.config/hypr/mocha.conf # Catppuccin colorscheme
|
|||||||
# monitors
|
# monitors
|
||||||
|
|
||||||
#monitor=HDMI-A-4, disabled
|
#monitor=HDMI-A-4, disabled
|
||||||
monitor=HDMI-A-4, 3840x2160@60, 0x0, 1.6, bitdepth, 8
|
monitor = HDMI-A-4, 3840x2160@60, 0x0, 1.6, bitdepth, 8
|
||||||
monitor=DP-1, 3440x1440@160, auto-right, 1, vrr, 1, bitdepth, 8
|
monitor = DP-1, 3440x1440@160, auto-right, 1, vrr, 1, bitdepth, 8
|
||||||
|
|
||||||
# < End Section >
|
# < End Section >
|
||||||
|
|
||||||
@ -99,18 +99,18 @@ decoration {
|
|||||||
fullscreen_opacity = 1.0
|
fullscreen_opacity = 1.0
|
||||||
|
|
||||||
blur {
|
blur {
|
||||||
enabled = yes
|
enabled = true
|
||||||
special = true
|
special = true
|
||||||
size = 6
|
size = 6
|
||||||
passes = 3
|
passes = 3
|
||||||
new_optimizations = on
|
new_optimizations = true
|
||||||
ignore_opacity = on
|
ignore_opacity = true
|
||||||
xray = false
|
xray = false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
animations {
|
animations {
|
||||||
enabled = yes
|
enabled = true
|
||||||
bezier = wind, 0.05, 0.9, 0.1, 1.05
|
bezier = wind, 0.05, 0.9, 0.1, 1.05
|
||||||
bezier = winIn, 0.1, 1.1, 0.1, 1.1
|
bezier = winIn, 0.1, 1.1, 0.1, 1.1
|
||||||
bezier = winOut, 0.3, -0.3, 0, 1
|
bezier = winOut, 0.3, -0.3, 0, 1
|
||||||
@ -193,7 +193,7 @@ master {
|
|||||||
# core
|
# core
|
||||||
workspace = w[t1], gapsout:0, border: 0, rounding:0
|
workspace = w[t1], gapsout:0, border: 0, rounding:0
|
||||||
windowrulev2 = suppressevent maximize, class:^(.*)$
|
windowrulev2 = suppressevent maximize, class:^(.*)$
|
||||||
windowrulev2 = renderunfocused,class:^(.*)$
|
#windowrulev2 = renderunfocused,class:^(.*)$
|
||||||
windowrulev2 = opacity 0.80 0.80,class:^(.*)$
|
windowrulev2 = opacity 0.80 0.80,class:^(.*)$
|
||||||
windowrulev2 = opacity 0.80 0.70,class:^(pavucontrol)$
|
windowrulev2 = opacity 0.80 0.70,class:^(pavucontrol)$
|
||||||
windowrulev2 = opacity 0.80 0.70,class:^(org.kde.polkit-kde-authentication-agent-1)$
|
windowrulev2 = opacity 0.80 0.70,class:^(org.kde.polkit-kde-authentication-agent-1)$
|
||||||
@ -287,11 +287,11 @@ $mainMod = SUPER
|
|||||||
#bind = SHIFT, mouse:275, sendshortcut, ALT, V, class:^(vesktop)$
|
#bind = SHIFT, mouse:275, sendshortcut, ALT, V, class:^(vesktop)$
|
||||||
|
|
||||||
# core binds
|
# core binds
|
||||||
bind = $mainMod SHIFT, Q, killactive,
|
bind = $mainMod SHIFT, Q, killactive
|
||||||
bind = $mainMod SHIFT, M, exit
|
bind = $mainMod SHIFT, M, exit
|
||||||
bind = $mainMod, SPACE, togglefloating,
|
bind = $mainMod, SPACE, togglefloating
|
||||||
bind = $mainMod, C, centerwindow
|
bind = $mainMod, C, centerwindow
|
||||||
bind = $mainMod, F, fullscreen,
|
bind = $mainMod, F, fullscreen
|
||||||
bind = $mainMod SHIFT, L, exec, hyprlock
|
bind = $mainMod SHIFT, L, exec, hyprlock
|
||||||
bind = $mainMod $CONTROL, ESCAPE, exec, killall waybar || waybar # toggle waybar
|
bind = $mainMod $CONTROL, ESCAPE, exec, killall waybar || waybar # toggle waybar
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@ source = ~/.config/hypr/mocha.conf # Catppuccin colorscheme
|
|||||||
# < Start Section >
|
# < Start Section >
|
||||||
# monitors
|
# monitors
|
||||||
|
|
||||||
monitor=WL-1, 1920x1080@144, 0x0, 1, vrr, 1
|
monitor= , 2560x1440@60, 0x0, 1
|
||||||
|
|
||||||
# < End Section >
|
# < End Section >
|
||||||
|
|
||||||
@ -148,7 +148,6 @@ render {
|
|||||||
|
|
||||||
master {
|
master {
|
||||||
new_status = master
|
new_status = master
|
||||||
no_gaps_when_only = 1
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# < End Section >
|
# < End Section >
|
||||||
|
Loading…
Reference in New Issue
Block a user