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