]> Freerunner's - dotfiles.git/commitdiff
hypr: small tweaks
authorAndre Ramnitz <andre.ramnitz@mail.de>
Mon, 21 Sep 2026 06:54:36 +0000 (08:54 +0200)
committerAndre Ramnitz <andre.ramnitz@mail.de>
Mon, 21 Sep 2026 06:54:36 +0000 (08:54 +0200)
dot-config/hypr/fragments/windowrules.lua
dot-config/hypr/hyprland.lua
dot-config/hypr/noctalia.lua

index b6b86ab99cee47320474be415309980fc24d1863..aef5325aba153d5ab2feedbb8ecfc2e26b31ba30 100644 (file)
@@ -306,10 +306,11 @@ hl.window_rule({
 hl.window_rule({
     name = "tag_battlenet_games",
     match = {
-        class = "^(steam_app_default)$",
+        class = "^steam_app_default$",
         title = "^(World of Warcraft)$",
     },
     tag = "+game",
+    -- stay_focused = true,
 })
 
 hl.window_rule({
index 30c82cd8b34f541b56bbe790fe87979fd75d84e8..fd489a40579ddc12d510e33d085e1b8dda865422 100644 (file)
@@ -269,6 +269,8 @@ hl.config({
         float_switch_override_focus = 1,
         follow_mouse_shrink = 1,
         follow_mouse_threshold = 10,
+        off_window_axis_events = 1,
+        mouse_refocus = 1,
 
         sensitivity = 0, -- -1.0 - 1.0, 0 means no modification.
 
index c672901105f044317f8b884e4c6c9a7393538cc3..99a25c4ee4264fc39cd53fb77a0cb965350b54b1 100644 (file)
@@ -1,12 +1,12 @@
 -- Generated by Noctalia
 
-local primary = "rgb(b48ead)"
-local surface = "rgb(2e3440)"
-local on_surface = "rgb(eceff4)"
-local secondary = "rgb(a3be8c)"
-local on_secondary = "rgb(2e3440)"
-local error = "rgb(bf616a)"
-local on_error = "rgb(2e3440)"
+local primary = "rgb(c7a1d8)"
+local surface = "rgb(1c1822)"
+local on_surface = "rgb(e9e4f0)"
+local secondary = "rgb(9f75bd)"
+local on_secondary = "rgb(f3edf7)"
+local error = "rgb(e9899d)"
+local on_error = "rgb(1e1418)"
 
 local function apply_theme()
     hl.config({