From aeaa7cc0401f1ea41b0d677071edaed70c591a61 Mon Sep 17 00:00:00 2001 From: thomasabishop Date: Fri, 2 Feb 2024 09:19:18 +0000 Subject: [PATCH] hypr: add basic window toggle via Rust package --- hypr/hyprland.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index ac3f1df..945b1a0 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -151,7 +151,7 @@ bind = ALT, SPACE , exec, $menu bind = $mainMod, P, pseudo, # dwindle bind = $mainMod, T, togglesplit, # dwindle bind = $mainMod, F, fullscreen, 1 - +bind = ALT, TAB, exec, $HOME/.cargo/bin/window_switcher # Move focus with mainMod + arrow keys bind = $mainMod, L, movefocus, l bind = $mainMod, H, movefocus, r