From 7125760454a2568ec77b1001f502a00b114d37ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20P=C3=A1rk=C3=A1nyi?= Date: Sun, 31 May 2026 15:16:12 +0200 Subject: [PATCH] chore(hyprland, regreet): comply with (not so) recent changes --- hypr/exec.conf | 2 +- hypr/hyprland.conf | 29 +++++++++++------------------ hypr/hyprpaper.conf | 7 ++++--- hypr/keybinds.conf | 2 +- regreet/greetd/hyprland.conf | 1 - 5 files changed, 17 insertions(+), 24 deletions(-) diff --git a/hypr/exec.conf b/hypr/exec.conf index e3003a2..6930095 100755 --- a/hypr/exec.conf +++ b/hypr/exec.conf @@ -8,7 +8,7 @@ # exec-once = waybar & hyprpaper & firefox -exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP +exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP DISPLAY #exec-once = uwsm app hyprpaper #exec-once = uwsm app waybar #exec-once = uwsm app swaync diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 2b1332c..4e78933 100755 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -27,8 +27,13 @@ source=./macchiato.conf # Window rules -windowrulev2 = center, class:^(Rofi)$ -windowrulev2 = stayfocused, class:^(Rofi)$ +windowrule { + name = windowrule-1 + center = on + stay_focused = on + match:class = ^(Rofi)$ +} + # For all categories, see https://wiki.hyprland.org/Configuring/Variables/ input { @@ -98,7 +103,7 @@ animations { dwindle { # See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more - pseudotile = yes # master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below + #pseudotile = yes # master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below preserve_split = yes # you probably want this } @@ -109,9 +114,9 @@ master { gestures { # See https://wiki.hyprland.org/Configuring/Variables/ for more - workspace_swipe = on - workspace_swipe_fingers = 3 - workspace_swipe_invert = false + # workspace_swipe = on + # workspace_swipe_fingers = 3 + # workspace_swipe_invert = false } xwayland { @@ -126,18 +131,6 @@ misc { #force_hypr_chan = true # there is suddenly an anime girl on the background :D } -# Example per-device config -# See https://wiki.hyprland.org/Configuring/Keywords/#executing for more -# device:epic-mouse-v1 { -# sensitivity = -0.5 -# } - -# Example windowrule v1 -# windowrule = float, ^(kitty)$ -# Example windowrule v2 -# windowrulev2 = float,class:^(kitty)$,title:^(kitty)$ -# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more - source=./keybinds.conf debug:disable_logs = false diff --git a/hypr/hyprpaper.conf b/hypr/hyprpaper.conf index 6b06f2e..582a38e 100755 --- a/hypr/hyprpaper.conf +++ b/hypr/hyprpaper.conf @@ -1,6 +1,7 @@ -preload = /home/ha5pls/.local/share/backgrounds/eKxlw8.jpg - -wallpaper = ,/home/ha5pls/.local/share/backgrounds/eKxlw8.jpg +wallpaper { + monitor = + path = /home/ha5pls/.local/share/backgrounds/eKxlw8.jpg +} splash = false diff --git a/hypr/keybinds.conf b/hypr/keybinds.conf index 55cd3c6..5f340cd 100755 --- a/hypr/keybinds.conf +++ b/hypr/keybinds.conf @@ -13,7 +13,7 @@ bind = $mainMod SHIFT, Y, workspaceopt, allfloat bind = $mainMod, P, pseudo, # dwindle bind = $mainMod SHIFT, P, pin bind = $mainMod SHIFT, P, workspaceopt, allpseudo -bind = $mainMod, O, togglesplit, # dwindle +#bind = $mainMod, O, togglesplit, # dwindle bind = $mainMod, E, fullscreen, 1 bind = $mainMod SHIFT, E, fullscreen, 0 # bind = $mainMod CTRL, E, fakefullscreen diff --git a/regreet/greetd/hyprland.conf b/regreet/greetd/hyprland.conf index 34197ee..517a55b 100644 --- a/regreet/greetd/hyprland.conf +++ b/regreet/greetd/hyprland.conf @@ -5,5 +5,4 @@ input { misc { disable_hyprland_logo = true disable_splash_rendering = true - disable_hyprland_qtutils_check = true }