mirror of
				https://github.com/DerTyp7/.dotfiles.git
				synced 2025-10-29 21:17:10 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			63 lines
		
	
	
		
			3.4 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			63 lines
		
	
	
		
			3.4 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
 | |
| # ┃                    Windowrules Configuration                ┃
 | |
| # ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
 | |
| 
 | |
| # Windows Rules https://wiki.hyprland.org/Configuring/Window-Rules/ #
 | |
| # Float Necessary Windows
 | |
| windowrule = float, class:^(org.pulseaudio.pavucontrol)
 | |
| windowrule = float, class:^()$,title:^(Picture in picture)$
 | |
| windowrule = float, class:^()$,title:^(Save File)$
 | |
| windowrule = float, class:^()$,title:^(Open File)$
 | |
| windowrule = float, class:^(LibreWolf)$,title:^(Picture-in-Picture)$
 | |
| windowrule = float, class:^(blueman-manager)$
 | |
| windowrule = float, class:^(xdg-desktop-portal-gtk|xdg-desktop-portal-kde|xdg-desktop-portal-hyprland)(.*)$
 | |
| windowrule = float, class:^(polkit-gnome-authentication-agent-1|hyprpolkitagent|org.org.kde.polkit-kde-authentication-agent-1)(.*)$
 | |
| windowrule = float, class:^(CachyOSHello)$
 | |
| windowrule = float, class:^(zenity)$
 | |
| windowrule = float, class:^()$,title:^(Steam - Self Updater)$
 | |
| # Increase the opacity
 | |
| windowrule = opacity 0.92, class:^(thunar|nemo)$
 | |
| windowrule = opacity 0.96, class:^(discord|armcord|webcord)$
 | |
| windowrule = opacity 0.95, title:^(QQ|Telegram)$
 | |
| windowrule = opacity 0.95, title:^(NetEase Cloud Music Gtk4)$
 | |
| # General window rules
 | |
| windowrule = float, title:^(Picture-in-Picture)$
 | |
| windowrule = size 960 540, title:^(Picture-in-Picture)$
 | |
| windowrule = move 25%-, title:^(Picture-in-Picture)$
 | |
| windowrule = float, title:^(imv|mpv|danmufloat|termfloat|nemo|ncmpcpp)$
 | |
| windowrule = move 25%-, title:^(imv|mpv|danmufloat|termfloat|nemo|ncmpcpp)$
 | |
| windowrule = size 960 540, title:^(imv|mpv|danmufloat|termfloat|nemo|ncmpcpp)$
 | |
| windowrule = pin, title:^(danmufloat)$
 | |
| windowrule = rounding 5, title:^(danmufloat|termfloat)$
 | |
| windowrule = animation slide right, class:^(kitty|Alacritty)$
 | |
| windowrule = noblur, class:^(org.mozilla.firefox)$
 | |
| # Decorations related to floating windows on workspaces 1 to 10
 | |
| windowrule = bordersize 0, floating:0, onworkspace:w[tv1]
 | |
| windowrule = bordercolor $cachylblue, floating:1, onworkspace:w[fv1-10]
 | |
| windowrule = rounding 8, floating:1, onworkspace:w[fv1-10]
 | |
| # Decorations related to tiling windows on workspaces 1 to 10
 | |
| windowrule = bordersize 0, floating:0, onworkspace:f[1]
 | |
| windowrule = rounding 0, floating:0, onworkspace:f[1]
 | |
| windowrule = rounding 0, floating:0, onworkspace:w[tv1]
 | |
| # Windows Rules End #
 | |
| 
 | |
| # Workspaces Rules https://wiki.hyprland.org/Configuring/Workspace-Rules/ #
 | |
| # workspace = 1, default:true, monitor:$priMon
 | |
| # workspace = 6, default:true, monitor:$secMon
 | |
| # Workspace selectors https://wiki.hyprland.org/Configuring/Workspace-Rules/#workspace-selectors
 | |
| # workspace = r[1-5], monitor:$priMon
 | |
| # workspace = r[6-10], monitor:$secMon
 | |
| # workspace = special:scratchpad, on-created-empty:$applauncher
 | |
| # no_gaps_when_only deprecated instead workspaces rules with selectors can do the same
 | |
| # Smart gaps from 0.45.0 https://wiki.hyprland.org/Configuring/Workspace-Rules/#smart-gaps
 | |
| workspace = w[tv1], gapsout:0, gapsin:0
 | |
| workspace = f[1], gapsout:0, gapsin:0
 | |
| # Workspaces Rules End #
 | |
| 
 | |
| # Layers Rules #
 | |
| layerrule = animation slide top, logout_dialog
 | |
| # layerrule = animation popin 50%, waybar
 | |
| layerrule = animation slide down, waybar
 | |
| layerrule = animation fade 50%, wallpaper
 | |
| # Layers Rules End #
 |