aboutsummaryrefslogtreecommitdiffstats
path: root/config/hypr/configs/WindowRules.conf
diff options
context:
space:
mode:
Diffstat (limited to 'config/hypr/configs/WindowRules.conf')
-rw-r--r--config/hypr/configs/WindowRules.conf151
1 files changed, 120 insertions, 31 deletions
diff --git a/config/hypr/configs/WindowRules.conf b/config/hypr/configs/WindowRules.conf
index 7082d64c..8aa9186c 100644
--- a/config/hypr/configs/WindowRules.conf
+++ b/config/hypr/configs/WindowRules.conf
@@ -4,12 +4,12 @@
# License: GNU GPLv3
# SPDX-License-Identifier: GPL-3.0-or-later
# ==================================================
-# Vendor defaults for window rules and layerrules
+# Vendor defaults for window rules
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
# NOTES: This is only for Hyprland >= 0.53
-# Some samples on hwo to start apps on specific workspaces
+# Some samples on hwo to start apps on specific workspaces
# windowrule = match:tag email*, workspace 1
# windowrule = match:tag browser*, workspace 2
# windowrule = match:tag projects*, workspace 3
@@ -24,165 +24,241 @@
# TAGS - add apps under appropriate tag to use the same settings
# browser tags
+# name: tag-browser-firefox
windowrule = match:class ^([Ff]irefox|org.mozilla.firefox|[Ff]irefox-esr|[Ff]irefox-bin)$, tag +browser
+# name: tag-browser-google-chrome
windowrule = match:class ^([Gg]oogle-chrome(-beta|-dev|-unstable)?)$, tag +browser
+# name: tag-browser-chrome-default-profile
windowrule = match:class ^(chrome-.+-Default)$, tag +browser
+# name: tag-browser-chromium
windowrule = match:class ^([Cc]hromium)$, tag +browser
+# name: tag-browser-microsoft-edge
windowrule = match:class ^([Mm]icrosoft-edge(-stable|-beta|-dev|-unstable))$, tag +browser
+# name: tag-browser-brave
windowrule = match:class ^([Bb]rave-browser(-beta|-dev|-unstable)?)$, tag +browser
+# name: tag-browser-thorium-cachy
windowrule = match:class ^([Tt]horium-browser|[Cc]achy-browser)$, tag +browser
+# name: tag-browser-zen
windowrule = match:class ^(zen-alpha|zen)$, tag +browser
# notif tags
+# name: tag-notifications-swaync
windowrule = match:class ^(swaync-control-center|swaync-notification-window|swaync-client|class)$, tag +notif
# KooL settings tag
+# name: tag-kool-cheat-sheet
windowrule = match:title ^(KooL Quick Cheat Sheet)$, tag +KooL_Cheat
+# name: tag-kool-hyprland-settings
windowrule = match:title ^(KooL Hyprland Settings)$, tag +KooL_Settings
+# name: tag-kool-settings-nwg-tools
windowrule = match:class ^(nwg-displays|nwg-look)$, tag +KooL-Settings
# terminal tags
+# name: tag-terminal-emulators
windowrule = match:class ^(ghostty|wezterm|Alacritty|kitty|kitty-dropterm)$, tag +terminal
# email tags
+# name: tag-email-thunderbird
windowrule = match:class ^([Tt]hunderbird|org.mozilla.Thunderbird)$, tag +email
+# name: tag-email-betterbird
windowrule = match:class ^(eu.betterbird.Betterbird)$, tag +email
+# name: tag-email-evolution
windowrule = match:class ^(org.gnome.Evolution)$, tag +email
# project tags
+# name: tag-projects-vscodium
windowrule = match:class ^(codium|codium-url-handler|VSCodium)$, tag +projects
+# name: tag-projects-vscode
windowrule = match:class ^(VSCode|code|code-url-handler)$, tag +projects
+# name: tag-projects-jetbrains
windowrule = match:class ^(jetbrains-.+)$, tag +projects
+# name: tag-projects-zed
windowrule = match:class ^(dev.zed.Zed|antigravity)$, tag +projects
# screenshare tags
+# name: tag-screenshare-obs
windowrule = match:class ^(com.obsproject.Studio)$, tag +screenshare
+windowrule = match:class ^(com.obsproject.Studio)$, workspace 10 silent
# IM tags
+# name: tag-im-discord-family
windowrule = match:class ^([Dd]iscord|[Ww]ebCord|[Vv]esktop)$, tag +im
+# name: tag-im-ferdium
windowrule = match:class ^([Ff]erdium)$, tag +im
+# name: tag-im-whatsapp
windowrule = match:class ^([Ww]hatsapp-for-linux|ZapZap|com.rtosta.zapzap)$, tag +im
+# name: tag-im-telegram
windowrule = match:class ^(org.telegram.desktop|io.github.tdesktop_x64.TDesktop)$, tag +im
+# name: tag-im-teams
windowrule = match:class ^(teams-for-linux)$, tag +im
+# name: tag-im-element
windowrule = match:class ^(im.riot.Riot|Element)$, tag +im
# game tags
+# name: tag-games-gamescope
windowrule = match:class ^(gamescope)$, tag +games
+# name: tag-games-steam-app
windowrule = match:class ^(steam_app_\\d+)$, tag +games
+# name: tag-games-proton
windowrule = match:xdg_tag ^(proton-game)$, tag +games
# gamestore tags
+# name: tag-gamestore-steam
windowrule = match:class ^([Ss]team)$, tag +gamestore
+# name: tag-gamestore-lutris
windowrule = match:title ^([Ll]utris)$, tag +gamestore
+# name: tag-gamestore-heroic
windowrule = match:class ^(com.heroicgameslauncher.hgl)$, tag +gamestore
# file-manager tags
+# name: tag-file-manager-common
windowrule = match:class ^([Tt]hunar|org.gnome.Nautilus|[Pp]cmanfm-qt)$, tag +file-manager
+# name: tag-file-manager-warp
windowrule = match:class ^(app.drey.Warp)$, tag +file-manager
# wallpaper tags
+# name: tag-wallpaper-waytrogen
windowrule = match:class ^([Ww]aytrogen)$, tag +wallpaper
# multimedia tags
+# name: tag-multimedia-audacious
windowrule = match:class ^([Aa]udacious)$, tag +multimedia
# multimedia-video tags
+# name: tag-multimedia-video-players
windowrule = match:class ^([Mm]pv|vlc)$, tag +multimedia_video
# settings tags
+# name: tag-settings-rog-control
windowrule = match:title ^(ROG Control)$, tag +settings
+# name: tag-settings-wihotspot
windowrule = match:class ^(wihotspot(-gui)?)$, tag +settings
+# name: tag-settings-baobab
windowrule = match:class ^([Bb]aobab|org.gnome.[Bb]aobab)$, tag +settings
+# name: tag-settings-disks-and-hotspot
windowrule = match:class ^(gnome-disks|wihotspot(-gui)?)$, tag +settings
+# name: tag-settings-kvantum
windowrule = match:title (Kvantum Manager), tag +settings
+# name: tag-settings-file-roller
windowrule = match:class ^(file-roller|org.gnome.FileRoller)$, tag +settings
+# name: tag-settings-network-blueman
windowrule = match:class ^(nm-applet|nm-connection-editor|blueman-manager)$, tag +settings
+# name: tag-settings-pavucontrol
windowrule = match:class ^(pavucontrol|org.pulseaudio.pavucontrol|com.saivert.pwvucontrol)$, tag +settings
+# name: tag-settings-qtct
windowrule = match:class ^(qt5ct|qt6ct)$, tag +settings
+# name: tag-settings-xdg-portal-gtk
windowrule = match:class (xdg-desktop-portal-gtk), tag +settings
+# name: tag-settings-polkit-kde
windowrule = match:class ^(org.kde.polkit-kde-authentication-agent-1)$, tag +settings
+# name: tag-settings-rofi
windowrule = match:class ^([Rr]ofi)$, tag +settings
+# name: tag-settings-btrfs-assistant
windowrule = match:class ^(btrfs-assistant)$, tag +settings
+# name: tag-settings-timeshift
windowrule = match:class ^(timeshift-gtk)$, tag +settings
# viewer tags
+# name: tag-viewer-system-monitor
windowrule = match:class ^(gnome-system-monitor|org.gnome.SystemMonitor|io.missioncenter.MissionCenter)$, tag +viewer
+# name: tag-viewer-evince
windowrule = match:class ^(evince)$, tag +viewer
+# name: tag-viewer-image-viewers
windowrule = match:class ^(eog|org.gnome.Loupe)$, tag +viewer
# Some special override rules
+# name: multimedia-disable-blur
windowrule = match:tag multimedia, no_blur on
+# name: multimedia-force-opacity
windowrule = match:tag multimedia, opacity 1.0
# FLOAT
+# name: float-zoom-onedriver
windowrule = match:class ([Zz]oom|onedriver|onedriver-launcher), float on
+# name: float-video-players
windowrule = match:class ^(mpv|com.github.rafostar.Clapper)$, float on
+# name: float-qalculate
windowrule = match:class ^([Qq]alculate-gtk)$, float on
# float popups and dialogue
+# name: float-center-auth-required-title
windowrule = match:title ^(Authentication Required)$, float on, center on
+# name: float-center-polkit-auth-dialog
windowrule = match:class ^(xfce-polkit|mate-polkit|polkit-mate-authentication-agent-1)$, match:title ^(Authentication required|Authentication Required)$, float on, center on, size (monitor_w*0.35) (monitor_h*0.35)
+# name: float-vscodium-secondary-window
windowrule = match:class (codium|codium-url-handler|VSCodium), match:title negative:(.*codium.*|.*VSCodium.*), float on
+# name: float-heroic-secondary-window
windowrule = match:class ^(com.heroicgameslauncher.hgl)$, match:title negative:(Heroic Games Launcher), float on
+# name: float-steam-secondary-window
windowrule = match:class ^([Ss]team)$, match:title negative:^([Ss]team)$, float on
+# name: float-center-add-folder-dialog
windowrule = match:title ^(Add Folder to Workspace)$, float on, size (monitor_w*0.7) (monitor_h*0.6), center on
+# name: float-center-save-as-dialog
windowrule = match:title ^(Save As)$, float on, size (monitor_w*0.7) (monitor_h*0.6), center on
+# name: float-open-files-dialog
windowrule = match:initial_title (Open Files), float on, size (monitor_w*0.7) (monitor_h*0.6)
+# name: float-center-sddm-background
windowrule = match:title ^(SDDM Background)$, float on, center on, size (monitor_w*0.16) (monitor_h*0.12)
+# name: float-center-yad-dialog
windowrule = match:class ^(yad)$, float on, center on, size (monitor_w*0.2) (monitor_h*0.2)
+# name: float-center-hyprland-donate
windowrule = match:class ^(hyprland-donate-screen)$, float on, center on
# SIZE
# POSITION
+# name: center-rog-control
windowrule = match:title ^(ROG Control)$, center on
+# name: center-keybindings
windowrule = match:title ^(Keybindings)$, center on
+# name: center-pavucontrol
windowrule = match:class ^(pavucontrol|org.pulseaudio.pavucontrol|com.saivert.pwvucontrol)$, center on
+# name: center-whatsapp
windowrule = match:class ^([Ww]hatsapp-for-linux|ZapZap|com.rtosta.zapzap)$, center on
+# name: center-network-editor
windowrule = match:class ^(nm-connection-editor)$, center on
+# name: center-nm-auth-dialog
windowrule = match:class ^(nm-applet)$, match:title ^(Wi-Fi Network Authentication Required)$, center on
# windowrule to avoid idle for fullscreen apps
+# name: idle-inhibit-fullscreen-bool
windowrule = match:fullscreen true, idle_inhibit fullscreen
+# name: idle-inhibit-fullscreen-int
windowrule = idle_inhibit fullscreen, match:fullscreen 1
+# name: idle-inhibit-any-class
windowrule = idle_inhibit fullscreen, match:class .*
+# name: idle-inhibit-any-title
windowrule = idle_inhibit fullscreen, match:title .*
# OPACITY
+# name: opacity-browser-tag
windowrule = match:tag browser, opacity 0.99 0.8
+# name: opacity-projects-tag
windowrule = match:tag projects, opacity 0.9 0.8
+# name: opacity-im-tag
windowrule = match:tag im, opacity 0.94 0.86
+# name: opacity-multimedia-tag
windowrule = match:tag multimedia, opacity 0.94 0.86
+# name: opacity-file-manager-tag
windowrule = match:tag file-manager, opacity 0.9 0.8
+# name: opacity-terminal-tag
windowrule = match:tag terminal, opacity 0.9 0.7
+# name: opacity-text-editors
windowrule = match:class ^(gedit|org.gnome.TextEditor|mousepad)$, opacity 0.8 0.7
+# name: opacity-deluge
windowrule = match:class ^(deluge)$, opacity 0.9 0.8
+# name: opacity-seahorse
windowrule = match:class ^(seahorse)$, opacity 0.9 0.8
# BLUR & FULLSCREEN
-# This not gonna take the focus to the window that appears
+# This not gonna take the focus to the window that appears
# when hovering over some of the parts of the IntelliJ Products
+# name: no-initial-focus-jetbrains
windowrule = match:class ^(jetbrains-.*)$, no_initial_focus on
+# name: no-initial-focus-wind-title
windowrule = match:title ^(wind.*)$, no_initial_focus on
-# LAYER RULES
-layerrule = match:namespace rofi, blur on
-layerrule = match:namespace notifications, blur on
-layerrule = match:namespace quickshell:overview, blur on
-layerrule = match:namespace quickshell:overview, ignore_alpha 0.5
-
-#
-layerrule = blur on, match:namespace wallpaper
-layerrule = animation slide, match:namespace rofi
-layerrule = animation slide, match:namespace notifications
-
-# Optional Layer rules
-# To Resolve blurred corners in rofi Add to User config
-# SUPER SHIFT + E Edit User Window Rules
-#layerrule = blur on, ignore_alpha 0, match:namespace rofi
-#layerrule = blur on, match:namespace waybar
-
windowrule {
name = Picture-in-Picture
@@ -219,7 +295,7 @@ windowrule {
size = (monitor_w*0.45) (monitor_h*0.55)
}
-# Named rule for Kwallet
+# Named rule for Kwallet
windowrule {
name = Kwallet
match:class = ^(org.kde.kwalletmanager)$
@@ -412,18 +488,22 @@ windowrule {
center = on
size = (monitor_w*0.6) (monitor_h*0.6)
}
+
# Named rule for hyprpwcenter audio control panel
windowrule {
name = hyprland audio panel
match:class = ^(hyprpwcenter)$
+ match:title = ^(Pipewire Control Center)$
match:initial_class = ^(hyprpwcenter)$
+ match:initial_title = ^(Pipewire Control Center)$
float = on
center = on
size = (monitor_w*0.6) (monitor_h*0.6)
}
-# Named rule for Garida Assistant
+
+# Named rule for Garuda Assistant
windowrule {
- name = Garuda Assistant
+ name = Garuda Assistant
match:class = ^(garuda-assistant)$
match:title = ^(Garuda Assistant)$
match:initial_class = ^(garuda-assistant)$
@@ -433,9 +513,9 @@ windowrule {
size = (monitor_w*0.6) (monitor_h*0.6)
}
-# Named rule for HyprMod HL config GUI
+# Named rule for HyprMod HL config GUI
windowrule {
- name = HyprMod GUI
+ name = HyprMod GUI
match:class = ^(com.github.hyprmod)$
match:title = ^(HyprMod)$
match:initial_class = ^(com.github.hyprmod)$
@@ -444,9 +524,10 @@ windowrule {
center = on
size = (monitor_w*0.7) (monitor_h*0.75)
}
-# Named rule for easy effects
+
+# Named rule for EasyEffects
windowrule {
- name = EasyEffects
+ name = EasyEffects
match:class = ^(com.github.wwmm.easyeffects)$
match:title = ^(Easy Effects)$
match:initial_class = ^(com.github.wwmm.easyeffects)$
@@ -456,9 +537,19 @@ windowrule {
size = (monitor_w*0.6) (monitor_h*0.65)
}
-# Named rule for Mousam weather GUI
+# Named rule for Megasync
windowrule {
- name = Mousam Weather
+ name = Megasync
+ match:class = ^(nz\.co\.mega\.megasync)$
+ match:initial_class = ^(nz\.co\.mega\.megasync)$
+ float = on
+ center = on
+ size = (monitor_w*0.1) (monitor_h*0.3)
+}
+
+# Named rule for Mousam weather GUI
+windowrule {
+ name = Mousam Weather
match:class = ^(io.github.amit9838.mousam)$
match:title = ^(Mousam)$
match:initial_class = ^(io.github.amit9838.mousam)$
@@ -467,5 +558,3 @@ windowrule {
center = on
size = (monitor_w*0.7) (monitor_h*0.75)
}
-
-
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage