diff --git a/home-manager/hyprland.nix b/home-manager/hyprland.nix index b89233d..0c31b1d 100644 --- a/home-manager/hyprland.nix +++ b/home-manager/hyprland.nix @@ -52,6 +52,9 @@ general = { gaps_out = 10; }; + decoration = { + rounding = 10; + }; # Allow using SUPER + left click to move windows and SUPER + right click to resize windows bindm = [ diff --git a/home-manager/nvf.nix b/home-manager/nvf.nix index 9ff99bd..4fcb4b1 100644 --- a/home-manager/nvf.nix +++ b/home-manager/nvf.nix @@ -13,7 +13,12 @@ telescope.enable = true; # fuzzy finder filetree.neo-tree.enable = true; # filetree binds.cheatsheet.enable = true; # telescope-searchable cheatsheet - binds.hardtime-nvim.enable = true; # stops you using arrow keys for navigation and recommends vim motions + binds.hardtime-nvim = { + enable = true; + setupOpts = { + restriction_mode = "hint"; + }; + }; viAlias = true; vimAlias = true;