From bc52cc88b7cf9182005c3b2a27abf9bbd69d0b52 Mon Sep 17 00:00:00 2001 From: th3r00t Date: Wed, 20 Aug 2025 01:16:43 -0400 Subject: [PATCH] SwapCapsEsc Hyprsysteminfo --- home.nix | 1 + includes/hyprland.nix | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) 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