diff --git a/home.nix b/home.nix index 498cd56..17616e5 100644 --- a/home.nix +++ b/home.nix @@ -92,6 +92,7 @@ vifm-full ranger zoxide + hyprsysteminfo ( python313.withPackages ( python-pkgs: diff --git a/includes/hyprland.nix b/includes/hyprland.nix index 46e30cb..71d2735 100644 --- a/includes/hyprland.nix +++ b/includes/hyprland.nix @@ -13,7 +13,7 @@ settings = { input = { kb_layout = "us"; - kb_options = "caps:escape"; + kb_options = "caps:swapescape"; touchpad = { natural_scroll = true; }; @@ -89,6 +89,7 @@ bind = $mainMod, P, pseudo, # dwindle bind = $mainMod, TAB, togglesplit, # dwindle bind = $mainMod, Y, fullscreen, 1 + bind = $mainMod, T, togglegroup # Move focus with mainMod + arrow keys bind = $mainMod, left, movefocus, l