From 2aac3379ee165b382b57d930d49963018d4be6a4 Mon Sep 17 00:00:00 2001 From: Gregor Grigorjan Date: Tue, 2 Jan 2024 19:32:47 +0200 Subject: [PATCH] fix(hyprland): wrong cycling binds We can now focus floating windows! Silly me :) --- modules/nixos/desktop/hyprland/hyprland.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/nixos/desktop/hyprland/hyprland.conf b/modules/nixos/desktop/hyprland/hyprland.conf index a97b3fc1..28d3e34b 100644 --- a/modules/nixos/desktop/hyprland/hyprland.conf +++ b/modules/nixos/desktop/hyprland/hyprland.conf @@ -36,8 +36,8 @@ binde = SUPER, U, fullscreen, 1 # Maximized binde = SUPER ALT, F, fakefullscreen binde = SUPER, H, movefocus, l -binde = SUPER, J, layoutmsg, cyclenext -binde = SUPER, K, layoutmsg, cycleprev +binde = SUPER, J, cyclenext +binde = SUPER, K, cyclenext, prev binde = SUPER, L, movefocus, r binde = SUPER SHIFT, H, resizeactive, -60 0