From 7ed0fcf9e3239d78a0d31f83644c79bfee57b84d Mon Sep 17 00:00:00 2001 From: dwilliam62 Date: Thu, 8 Feb 2024 08:20:05 +0000 Subject: [PATCH] Update hyprland.nix Added ALT-TAB to cycle windows when tiled and bring to front a focused window when floating --- config/home/hyprland.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/home/hyprland.nix b/config/home/hyprland.nix index 3c17bc7..e064abf 100644 --- a/config/home/hyprland.nix +++ b/config/home/hyprland.nix @@ -184,6 +184,8 @@ in with lib; { bind = ${modifier},mouse_up,workspace, e-1 bindm = ${modifier},mouse:272,movewindow bindm = ${modifier},mouse:273,resizewindow + bind = ALT,Tab,cyclenext + bind = ALT,Tab,bringactivetotop bind = ,XF86AudioRaiseVolume,exec,wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+ bind = ,XF86AudioLowerVolume,exec,wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%- bind = ,XF86MonBrightnessDown,exec,brightnessctl set 5%-