✨ hypr(env,scripts,autostart, hyprlock): add new notification system, add media to hyprlock, organize scripts, add xdg env vars, use less blur size
This commit is contained in:
+10
-7
@@ -1,9 +1,11 @@
|
||||
|
||||
############################
|
||||
## WINDOW / LAYER RULES ##
|
||||
############################
|
||||
#############
|
||||
## RULES ##
|
||||
#############
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Window-Rules/ and https://wiki.hyprland.org/Configuring/Workspace-Rules/ for information on how to configure this
|
||||
# See https://wiki.hyprland.org/Configuring/Window-Rules/
|
||||
# and https://wiki.hyprland.org/Configuring/Workspace-Rules/
|
||||
# for information on how to configure this
|
||||
|
||||
# Floating windows
|
||||
windowrulev2 = float, class:moe.launcher.*
|
||||
@@ -40,6 +42,7 @@ layerrule = animation fade, waybar
|
||||
layerrule = animation fade, hyprpaper
|
||||
layerrule = animation slide right, swaync-notification-window
|
||||
layerrule = animation fade, hyprpicker
|
||||
layerrule = animation fade, anyrun
|
||||
layerrule = animation fade, eww-calendar
|
||||
layerrule = animation fade, eww-volume
|
||||
layerrule = animation fade, eww-powermenu
|
||||
@@ -50,7 +53,7 @@ windowrulev2 = opacity .88 .88, class:spotify
|
||||
windowrulev2 = opacity .88 .88, class:hyprpolkitagent
|
||||
|
||||
# No blur
|
||||
windowrulev2 = noblur, class:^()$, title:^()$
|
||||
windowrulev2 = noblur, class:^()$, title:^()$ # Removes blur from context menus
|
||||
windowrulev2 = noblur, class:steam(.*)$
|
||||
|
||||
# Window Blur list
|
||||
@@ -70,8 +73,8 @@ layerrule = ignorealpha .5, eww-calendar
|
||||
layerrule = ignorealpha .7, eww-cc
|
||||
|
||||
# Workspace Rules
|
||||
workspace = 1, persistent:true
|
||||
workspace = 2, persistent:true
|
||||
#workspace = 1, persistent:true
|
||||
#workspace = 2, persistent:true
|
||||
|
||||
# Suppress maximize event from windows
|
||||
windowrulev2 = suppressevent maximize, class:.*
|
||||
|
||||
Reference in New Issue
Block a user