diff --git a/home/.config/fish/functions/fish_user_key_bindings.fish b/home/.config/fish/functions/fish_user_key_bindings.fish index e4f6908..788bdee 100644 --- a/home/.config/fish/functions/fish_user_key_bindings.fish +++ b/home/.config/fish/functions/fish_user_key_bindings.fish @@ -20,5 +20,5 @@ function fish_user_key_bindings bind \e\f clear-op -M insert bind \eb back-op -M insert bind \eB backtrack-op -M insert - bind \e\\ list-op -M insert + bind \e/ list-op -M insert end diff --git a/home/.config/hypr/hyprland.conf b/home/.config/hypr/hyprland.conf index d34bb83..72f24d5 100644 --- a/home/.config/hypr/hyprland.conf +++ b/home/.config/hypr/hyprland.conf @@ -70,12 +70,12 @@ decoration { } shadow { - enabled = true; + enabled = true range = 15 render_power = 3 offset = 0, 0 color = $teal - color_inactive = 0xff$baseAlpha; + color_inactive = 0xff$baseAlpha } active_opacity = 0.7 @@ -103,7 +103,7 @@ dwindle { # See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more pseudotile = yes # master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below preserve_split = yes # you probably want this - smart_split = true; + smart_split = true } master { diff --git a/nixos/keyboard.nix b/nixos/keyboard.nix index e374eef..0e1fd4b 100644 --- a/nixos/keyboard.nix +++ b/nixos/keyboard.nix @@ -6,6 +6,12 @@ xkb.options = "grp:alt_shift_toggle"; }; + environment.systemPackages = with pkgs; [ + klavaro + gtypist + via + ]; + # services.kanata = { # enable = true; # keyboards = {