From b386c6655ae6f0d508b62ed5f6f5f70a1ca4d3d4 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Thu, 13 Feb 2025 12:10:38 +0100 Subject: [PATCH] feat: move to swaylock; adds jp layout --- modules/home/hyprland/config.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/home/hyprland/config.nix b/modules/home/hyprland/config.nix index 25da213..1a5222a 100644 --- a/modules/home/hyprland/config.nix +++ b/modules/home/hyprland/config.nix @@ -101,8 +101,8 @@ ]; input = { - kb_options = "caps:ctrl_modifier"; - kb_layout = "us"; + kb_layout = "us,jp"; + kb_options = "caps:ctrl_modifier" "grp:caps_toggle"; numlock_by_default = true; follow_mouse = 1; sensitivity = 0; @@ -217,7 +217,7 @@ "$mainMod, F, fullscreen, 0" # set 1 to 0 to set full screen without waybar "$mainMod, Space, togglefloating," "$mainMod, D, exec, bemenu-run -l 5 --ignorecase" - "SUPER SHIFT, L, exec, hyprlock" + "SUPER SHIFT, L, exec, swaylock" "$mainMod, E, exec, thunar" "$mainMod SHIFT, B, exec, pkill -SIGUSR1 .waybar-wrapped" "$mainMod, C ,exec, hyprpicker -a"