aboutsummaryrefslogtreecommitdiffstats
path: root/config/hypr
diff options
context:
space:
mode:
Diffstat (limited to 'config/hypr')
-rw-r--r--config/hypr/configs/ENVariables.conf2
-rw-r--r--config/hypr/configs/LayerRules.conf3
-rw-r--r--config/hypr/configs/WindowRules.conf15
-rw-r--r--config/hypr/lua/env.lua2
-rw-r--r--config/hypr/v2.3.25 (renamed from config/hypr/v2.3.24)0
5 files changed, 16 insertions, 6 deletions
diff --git a/config/hypr/configs/ENVariables.conf b/config/hypr/configs/ENVariables.conf
index b134b60d..7299319d 100644
--- a/config/hypr/configs/ENVariables.conf
+++ b/config/hypr/configs/ENVariables.conf
@@ -10,7 +10,7 @@
# environment-variables
# Current Version of KoolDots:
-env = DOTS_VERSION,2.3.24
+env = DOTS_VERSION,2.3.25
### Toolkit Backend Variables ###
env = GDK_BACKEND,wayland,x11,*
diff --git a/config/hypr/configs/LayerRules.conf b/config/hypr/configs/LayerRules.conf
index a5b1ea0f..ff87df95 100644
--- a/config/hypr/configs/LayerRules.conf
+++ b/config/hypr/configs/LayerRules.conf
@@ -14,7 +14,8 @@ layerrule = match:namespace quickshell:overview, blur on, ignore_alpha 0.5
layerrule = match:namespace wallpaper, blur on, ignore_alpha 0
# swaync + helper overlays
-layerrule = match:namespace swaync-control-center, blur on, ignore_alpha 0
+# Disable causes huge blue on notifications
+#layerrule = match:namespace swaync-control-center, blur on, ignore_alpha 0
layerrule = match:namespace swaync-notification-window, blur on, ignore_alpha 0
layerrule = match:namespace com.aurora.keybinds_help, blur on, ignore_alpha 0
layerrule = match:namespace logout_dialog, blur on, ignore_alpha 0
diff --git a/config/hypr/configs/WindowRules.conf b/config/hypr/configs/WindowRules.conf
index 8aa9186c..03ad5984 100644
--- a/config/hypr/configs/WindowRules.conf
+++ b/config/hypr/configs/WindowRules.conf
@@ -459,15 +459,24 @@ windowrule {
size = (monitor_w*0.6) (monitor_h*0.7)
}
-# Named rule for Calculators
+# Named rule for Gnome Calculator
windowrule {
- name = Calculators
- match:class = (org.gnome.Calculator|qalculate-gtk)
+ name = Gnome Calculator
+ match:class = (org.gnome.Calculator)
float = on
center = on
size = (monitor_w*0.55) (monitor_h*0.45)
}
+# Named rule for qa
+windowrule {
+ name = qalculate-gtk
+ match:class = (qalculate-gtk)
+ float = on
+ center = on
+ size = (monitor_w*0.25) (monitor_h*0.50)
+}
+
# Named rule for Thunar Dialogs
windowrule {
name = Thunar Dialogs
diff --git a/config/hypr/lua/env.lua b/config/hypr/lua/env.lua
index f4e6c9e6..160b3ff2 100644
--- a/config/hypr/lua/env.lua
+++ b/config/hypr/lua/env.lua
@@ -9,7 +9,7 @@
-- - config/hypr/configs/ENVariables.conf
-- - config/hypr/UserConfigs/ENVariables.conf (active values only)
-hl.env("DOTS_VERSION", "2.3.23")
+hl.env("DOTS_VERSION", "2.3.25")
hl.env("GDK_BACKEND", "wayland,x11,*")
hl.env("QT_QPA_PLATFORM", "wayland;xcb")
hl.env("CLUTTER_BACKEND", "wayland")
diff --git a/config/hypr/v2.3.24 b/config/hypr/v2.3.25
index e69de29b..e69de29b 100644
--- a/config/hypr/v2.3.24
+++ b/config/hypr/v2.3.25
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage