diff --git a/i3.nix b/i3.nix index c3ad0be..a215b8f 100644 --- a/i3.nix +++ b/i3.nix @@ -83,10 +83,10 @@ in { "XF86AudioPrev" = "exec playerctl previous"; # Window resizing - "${mod}+Ctrl+Left" = "resize shrink width 1px or 1ppt"; - "${mod}+Ctrl+Right" = "resize grow width 1px or 1ppt"; - "${mod}+Ctrl+Up" = "resize grow height 1px or 1ppt"; - "${mod}+Ctrl+Down" = "resize shrink height 1px or 1ppt"; + "${mod}+Ctrl+Left" = "resize shrink width 16px or 1ppt"; + "${mod}+Ctrl+Right" = "resize grow width 16px or 1ppt"; + "${mod}+Ctrl+Up" = "resize grow height 16px or 1ppt"; + "${mod}+Ctrl+Down" = "resize shrink height 16px or 1ppt"; # Screenshots "Print" = "exec flameshot gui";