From 2018c503c3cfc06f472d64e6abba150a92ef33d9 Mon Sep 17 00:00:00 2001 From: legoraft Date: Sun, 21 Sep 2025 20:00:39 +0000 Subject: [PATCH] feat: bringing tabbed window to top --- hypr/.config/hypr/hyprland/keybinds.conf | 2 ++ 1 file(s) changed, 2 insertion(s)(+), 0 deletion(s)(-) diff --git a/hypr/.config/hypr/hyprland/keybinds.conf b/hypr/.config/hypr/hyprland/keybinds.conf --- a/hypr/.config/hypr/hyprland/keybinds.conf +++ b/hypr/.config/hypr/hyprland/keybinds.conf @@ -11,7 +11,9 @@ bind = $mainMod, Q, killactive bind = $mainMod, F, fullscreen bind = $mainMod, tab, cyclenext +bind = $mainMod, tab, alterzorder,current,top bind = $mainMod SHIFT, tab, cyclenext, prev +bind = $mainMod SHIFT, tab, alterzorder,current,top bind = $mainMod, P, exec, pkill waybar && waybar # Switch workspaces with mod + [0-9] -- tangled.sh